@charset "UTF-8";
/*!
Theme Name: casa
Theme URI: http://underscores.me/
Author: Tasarlab
Author URI: https://tasarlab.com
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: casa
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

casa is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/* General styles (general.scss)
 * Put global variables, mixins, base resets, typography defaults, and utilities here.
 */
html {
  /* Layout kaymasını azaltır: scrollbar alanı stabil kalsın */
  scrollbar-gutter: stable;
}

body {
  overflow-x: hidden;
  margin: 0;
}

/* Menüler açılınca sayfa arkasına overlay/backdrop */
body::before {
  content: "";
  position: fixed;
  inset: 0;
  background: rgba(18, 18, 18, 0.575);
  opacity: 0;
  transition: opacity 220ms ease;
  pointer-events: none; /* click-outside kapanma mantığını bozmasın */
  z-index: 999; /* header (1000/1001) altında */
}

body.casa-nav-opening::before,
body.casa-nav-open::before,
body.casa-nav-closing::before,
body.casa-desktop-opening::before,
body.casa-desktop-open::before,
body.casa-desktop-closing::before,
body.casa-search-open::before {
  opacity: 1;
}

body.casa-nav-opening::before,
body.casa-nav-closing::before,
body.casa-desktop-opening::before,
body.casa-desktop-closing::before {
  opacity: 0;
}

h2 {
  color: #121212;
  font-family: miller-text, serif;
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 34px; /* 121.429% */
  letter-spacing: 0.28px;
  margin: 0 0 12px 0;
}

h3 {
  color: #121212;
  font-family: miller-text, serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px; /* 121.429% */
  letter-spacing: 0.28px;
  margin: 0 0 12px 0;
}

h4 {
  color: #121212;
  font-family: miller-text, serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 22px; /* 121.429% */
  letter-spacing: 0.28px;
  margin: 0 0 12px 0;
}

/* Contact Form 7 - global input styles (design aynı, yerleşim section bazlı) */
.wpcf7 form {
  margin: 0;
}

.wpcf7 .wpcf7-form-control-wrap {
  display: block;
}

.wpcf7 input[type=text],
.wpcf7 input[type=tel],
.wpcf7 input[type=email],
.wpcf7 textarea {
  width: 100%;
  border: 0;
  border-bottom: 1px solid rgba(18, 18, 18, 0.35);
  background: transparent;
  color: #121212;
  font-family: linotype-vectora, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.16px;
  padding: 10px 0;
  outline: none;
  border-radius: 0;
  box-shadow: none;
}

.wpcf7 textarea {
  min-height: 44px;
  resize: none;
}

.wpcf7 input::placeholder,
.wpcf7 textarea::placeholder {
  color: rgba(18, 18, 18, 0.65);
}

.wpcf7 input:focus,
.wpcf7 textarea:focus {
  border-bottom-color: #121212;
}

.wpcf7 .wpcf7-acceptance label {
  display: inline-flex;
  align-items: flex-start;
  gap: 10px;
  font-family: linotype-vectora, sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: 0.12px;
  color: rgba(18, 18, 18, 0.75);
}

.wpcf7 .wpcf7-acceptance input[type=checkbox] {
  margin-top: 2px;
  accent-color: #121212;
}

.wpcf7 input[type=submit] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 28px;
  border: 1px solid rgba(18, 18, 18, 0.65);
  background: transparent;
  color: #121212;
  font-family: linotype-vectora, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.14px;
  cursor: pointer;
  white-space: nowrap;
}

.wpcf7 input[type=submit]:hover {
  border-color: #121212;
}

.wpcf7 .wpcf7-not-valid-tip {
  margin-top: 6px;
  font-size: 12px;
  line-height: 16px;
}

.wpcf7 .wpcf7-response-output {
  margin: 14px 0 0;
  padding: 10px 12px;
  font-family: linotype-vectora, sans-serif;
  font-size: 12px;
  line-height: 16px;
}

/* Hero Swiper */
.casa-hero {
  position: relative;
  width: 100%;
}

.page-template-page-anasayfa .casa-hero {
  /* Full-bleed hero (no left/right whitespace even if parent has max-width/padding) */
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}

.casa-hero__swiper {
  width: 100%;
  height: 100vh;
  max-width: none;
}

.casa-hero__slide {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  overflow: hidden;
}
.casa-hero__slide:before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.55) 0%, rgba(0, 0, 0, 0.35) 40%, rgba(0, 0, 0, 0.6) 100%);
  z-index: 2;
  pointer-events: none;
}

/* Video slides */
.casa-hero__media {
  position: absolute;
  inset: 0;
  z-index: 1;
}

.casa-hero__video,
.casa-hero__iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
  object-fit: cover;
}

.casa-hero__swiper .swiper-pagination-bullet {
  background: rgb(255, 255, 255);
  opacity: 1;
  border-radius: var(--swiper-pagination-bullet-border-radius, 30%);
}

.casa-hero__swiper .swiper-pagination-bullet-active {
  background: rgba(255, 255, 255, 0);
  border: 1px solid #fff;
}

.casa-hero__swiper .swiper-button-prev,
.casa-hero__swiper .swiper-button-next {
  color: #fff;
}

/* Hero controls (title + line + pagination + arrows) */
.casa-hero__controls {
  position: absolute;
  left: 40px; /* pagination/line left padding */
  right: 40px; /* pagination/line right padding */
  bottom: 20px;
  z-index: 5;
  color: #fff;
  pointer-events: none;
}

.casa-hero__title {
  font-size: 48px;
  line-height: 58px;
  font-family: miller-text, serif;
  font-weight: 700;
  color: #fff;
  position: absolute;
  left: 40px;
  right: 40px;
  bottom: 116px; /* bottom(20) + bar height(46) + title-gap(50) */
  z-index: 6;
  margin: 0;
  pointer-events: none;
}

.casa-hero__bar {
  position: relative;
  /* border üstte, oklar altta: arada 20px boşluk */
  height: 46px;
  pointer-events: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 20px; /* border ile ok/bullet satırı arası */
}

.casa-hero__bar::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  transform: none;
  border-top: 1px solid rgba(255, 255, 255, 0.35);
}

.casa-hero__swiper .swiper-button-prev::after,
.casa-hero__swiper .swiper-button-next::after {
  content: none;
}

.casa-hero__bar .swiper-button-prev,
.casa-hero__bar .swiper-button-next {
  position: static;
  transform: none;
  width: 26px;
  height: 26px;
  margin: 0;
  z-index: 1;
}

.swiper-button-next.casa-showroom__arrow.casa-showroom__arrow--next.casa-showroom__nav--next {
  width: 50%;
  height: 100%;
  top: 24px;
}

.swiper-button-prev.casa-showroom__arrow.casa-showroom__arrow--prev.casa-showroom__nav--prev {
  width: 50%;
  height: 100%;
  top: 24px;
}

.casa-hero__bar .swiper-button-prev,
.casa-hero__bar .swiper-button-next {
  flex: 0 0 26px;
}

.casa-hero__bar .swiper-button-prev img,
.casa-hero__bar .swiper-button-next img {
  display: block;
  width: 26px;
  height: 26px;
}

.casa-hero__bar .swiper-pagination {
  position: static;
  transform: none;
  width: auto;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 26px;
  flex: 1;
  gap: 5px;
}

.casa-hero__bar .swiper-pagination-bullet {
  margin: 0 4px;
}

/* --------------------------------------------------------------
 * About section (SS1) - ACF fields (SS2)
 * -------------------------------------------------------------- */
.casa-about {
  background: #F5F2ED;
}

.page-template-page-anasayfa .casa-about {
  /* Full-bleed section */
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}

.casa-about__inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: stretch;
}

.casa-about__swiper {
  width: 100%;
  position: relative;
}

.casa-about__swiper .swiper-wrapper {
  align-items: stretch;
}

.casa-about__slide {
  height: auto;
  position: relative;
}

.casa-about__nav {
  position: static;
  width: 40px;
  height: 40px;
  margin: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.casa-about__nav img {
  display: block;
  width: 26px;
  height: 26px;
  filter: brightness(0) saturate(100%);
}

.casa-about .swiper-button-next::after,
.casa-about .swiper-button-prev::after,
.casa-about .swiper-rtl .swiper-button-next::after,
.casa-about .swiper-rtl .swiper-button-prev::after {
  content: none;
}

.casa-about__nav-container {
  position: absolute; /* casa-about__img üzerinde bar */
  left: 0;
  right: auto;
  bottom: 0; /* desktop: image bottom */
  top: calc(var(--casa-about-media-h, 0px) - 56px); /* image bottom (JS ölçümü) */
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  height: 56px;
  padding: 0 24px;
}

.casa-about__pagination {
  display: none;
}

.casa-about__pagination .swiper-pagination-bullet {
  background: rgb(18, 18, 18);
  opacity: 1;
  border-radius: var(--swiper-pagination-bullet-border-radius, 30%);
}

.casa-about__pagination .swiper-pagination-bullet-active {
  border: 1px solid #121212;
  background: transparent;
}

.casa-about__media {
  flex: 1 1 58%;
  position: relative; /* nav-container'ı image içinde konumlandır */
}

.casa-about__img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.casa-about__content {
  flex: 1 1 42%;
  margin: 100px 40px 0 0px;
}

.casa-about__label {
  color: #121212;
  font-family: miller-text, serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 22px;
  letter-spacing: 0.18px;
  margin-bottom: 32px;
}

.casa-about__title {
  color: #121212;
  font-family: miller-text, serif;
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 34px;
  letter-spacing: 0.28px;
  margin: 0 0 24px;
}

.casa-about__text h2 {
  color: #121212;
  font-family: miller-text, serif;
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 34px; /* 121.429% */
  letter-spacing: 0.28px;
  margin: 0 0 12px 0;
}
.casa-about__text p {
  color: #121212;
  font-family: linotype-vectora, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 150% */
  letter-spacing: 0.16px;
}

.casa-about__text p {
  margin: 0 0 16px;
}

.casa-about__text p:last-child {
  margin-bottom: 0;
}

.casa-about__button {
  display: inline-flex;
  align-items: center;
  gap: 16px;
  color: #121212;
  font-family: linotype-vectora, sans-serif; /* Vectora LT Pro */
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.16px;
  text-decoration-line: underline;
  margin-top: 90px;
}

.casa-about__button img {
  filter: brightness(0) saturate(100%);
}

.showroom-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 61px 40px 26px 40px;
  border-bottom: 1px solid #e5e5e5;
  background-color: #ffffff;
}

.showroom-left {
  color: #121212;
  font-family: miller-text, serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 22px; /* 122.222% */
  letter-spacing: 0.18px;
}

.showroom-right {
  color: #121212;
  /* Body/Large */
  font-family: linotype-vectora, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 150% */
  letter-spacing: 0.16px;
}

@media (min-width: 1200px) {
  /* Desktop: nav bar sol görsel alanının altında (1fr/1fr => %50) */
  .casa-about__nav-container {
    /* nav-container artık active slide'ın media alanında: width otomatik */
    width: 50%;
  }
  .casa-about__pagination {
    display: none;
  }
}
/* --------------------------------------------------------------
 * Showroom Swiper (SS2)
 * -------------------------------------------------------------- */
.casa-showroom {
  width: 100%;
}

.page-template-page-anasayfa .casa-showroom,
.single-showroom .casa-showroom {
  /* Full-bleed */
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}

.casa-showroom__swiper {
  position: relative;
  width: 100%;
  height: 100vh;
  max-height: 820px;
}

.casa-showroom__slide {
  position: relative;
  height: 100%;
}

.casa-showroom__img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.casa-showroom__bottom-blur {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 56px;
  background: rgba(245, 242, 237, 0.65);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  z-index: 5;
  pointer-events: none;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 0) !important;
}

.casa-showroom .swiper-button-next::after,
.casa-showroom .swiper-button-prev::after,
.casa-showroom .swiper-rtl .swiper-button-next::after,
.casa-showroom .swiper-rtl .swiper-button-prev::after {
  content: none;
}

.casa-showroom__nav-container {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 56px;
  z-index: 12; /* ok overlay alanlarının üstünde kalsın */
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  padding: 2px 40px;
  pointer-events: auto; /* pagination clickable */
  backdrop-filter: blur(10px);
}

.casa-showroom__title {
  color: #121212;
  font-family: linotype-vectora, sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  text-decoration: underline;
  text-underline-position: from-font;
  text-underline-offset: auto;
  pointer-events: none;
  white-space: nowrap;
  justify-self: end;
}

.casa-showroom__pagination {
  position: static !important;
  grid-column: 2/3;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
}

.casa-showroom__pagination .swiper-pagination-bullet {
  background: #121212;
  opacity: 1;
  border-radius: 30%;
}

.casa-showroom__pagination .swiper-pagination-bullet-active {
  background: transparent;
  border: 1px solid #121212;
}

/* Swiper container referans olsun */
.casa-showroom__swiper {
  position: relative;
}

/* Arrow base */
.casa-showroom__arrow {
  position: absolute;
  top: 0;
  bottom: 0; /* ekranın %50'si hit area: tüm yükseklik */
  transform: none;
  z-index: 10;
  width: 50%;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  background: rgba(0, 0, 0, 0.28); /* SS2 gibi hover overlay */
  border-radius: 0;
  opacity: 0;
  transition: opacity 220ms ease;
  pointer-events: none; /* hover olmayan cihazlarda tıklanmasın */
}

/* Pozisyonlar */
.casa-showroom__arrow--prev {
  left: 0;
}

.casa-showroom__arrow--next {
  right: 0;
}

/* Ok ikon */
.casa-showroom__arrow img {
  width: 44px;
  height: 44px;
  pointer-events: none;
}

@media (hover: hover) {
  /* Hover olan cihazlarda: container hover olunca hit-area aktif olsun */
  .casa-showroom__swiper:hover .casa-showroom__arrow {
    pointer-events: auto;
  }
  /* Hangi tarafa hover olursa sadece o görünsün */
  .casa-showroom__arrow:hover {
    opacity: 1;
  }
}
/* Disabled (tek slide vs) */
.casa-showroom__arrow.swiper-button-disabled {
  opacity: 0.25 !important;
  cursor: default;
  pointer-events: none;
}

/* --------------------------------------------------------------
 * Haberler & Basın (Press) - Latest posts swiper
 * -------------------------------------------------------------- */
.casa-press {
  background: #F5F2ED;
}

.casa-press__slide {
  /* Fade sırasında layout oynamasın */
  min-height: 720px;
}

.casa-press__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-areas: "left right";
  align-items: stretch;
  min-height: 720px;
}

.casa-press__left {
  grid-area: left;
  padding: 100px 40px;
  display: flex;
  flex-direction: column;
  padding-bottom: 120px; /* alttaki controls satırı için alan */
}

.casa-press__intro {
  max-width: 520px;
}

.casa-press__intro.intro-right-mobile {
  display: none; /* desktopta gizli */
}

.casa-press__section-title {
  color: #121212;
  font-family: miller-text, serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 22px;
  letter-spacing: 0.18px;
}

.casa-press__section-desc {
  margin-top: 8px;
  color: #121212;
  font-family: linotype-vectora, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.16px;
}

.casa-press__all {
  margin-top: 42px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 12px 50px;
  background: #121212;
  color: #fff;
  font-family: linotype-vectora, sans-serif;
  font-size: 16px;
  line-height: 24px;
  text-decoration: none;
  width: fit-content;
}

.casa-press__spacer {
  height: 518px; /* buton ve post content arası */
}

.casa-press__post-title {
  color: #121212;
  font-family: miller-text, serif;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: 26px;
  letter-spacing: 0.28px;
  margin-bottom: 8px; /* title ve description arası */
}

.casa-press__post-desc {
  color: #121212;
  font-family: linotype-vectora, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.16px;
  margin-bottom: 24px;
}

.casa-press__controls {
  display: flex;
  align-items: center;
  justify-content: space-between; /* aynı div, between */
  gap: 24px;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 45%;
  padding: 0 40px 40px;
  z-index: 3;
}

.casa-press__controls .swiper-button-prev,
.casa-press__controls .swiper-button-next {
  /* Swiper default absolute (top:50%) override */
  position: static !important;
  top: auto !important;
  left: auto !important;
  right: auto !important;
  margin: 0 !important;
  transform: none !important;
}

.casa-press__arrows {
  display: inline-flex;
  align-items: center;
  gap: 24px;
}

.casa-press .swiper-button-next::after,
.casa-press .swiper-button-prev::after,
.casa-press .swiper-rtl .swiper-button-next::after,
.casa-press .swiper-rtl .swiper-button-prev::after {
  content: none;
}

.casa-press__arrow {
  width: 26px;
  height: 26px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.casa-press__arrow img {
  width: 26px;
  height: 26px;
  display: block;
  filter: brightness(0) saturate(100%); /* okları siyah yap */
}

.casa-press__pagination {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  position: relative !important;
  gap: 5px;
}

.casa-press__pagination .swiper-pagination-bullet {
  background: #121212;
  opacity: 1;
  border-radius: 30%;
}

.casa-press__pagination .swiper-pagination-bullet-active {
  background: transparent;
  border: 1px solid #121212;
}

.casa-press__right {
  grid-area: right;
  height: 100%;
}

.casa-press__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* --------------------------------------------------------------
 * Blog & İlham (Kategori: blog) - Swiper
 * -------------------------------------------------------------- */
.page-template-page-anasayfa .casa-blog {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  background: #fff;
}

.casa-blog__header {
  padding: 77px 40px 40px 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.casa-blog__title-home {
  color: #121212;
  font-family: miller-text, serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 22px;
  letter-spacing: 0.12px;
  text-transform: uppercase;
  white-space: nowrap;
}

.casa-blog__desc {
  flex: 1;
  text-align: center;
  color: #121212;
  font-family: linotype-vectora, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.18px;
}

.casa-blog__all {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 12px 50px;
  background: #121212;
  color: #fff;
  font-family: linotype-vectora, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.16px;
  text-decoration: none;
  white-space: nowrap;
}

.casa-blog__swiper {
  position: relative;
}

.casa-blog__card {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.casa-blog__media {
  width: 100%;
  aspect-ratio: 16/9;
  overflow: hidden;
}

.casa-blog__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.casa-blog__content {
  padding: 24px 40px 40px; /* görsel ve title arası 24px gap */
  border-top: 1px solid rgba(18, 18, 18, 0.18);
}

.casa-blog__card-title {
  color: #121212;
  font-family: miller-text, serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 22px;
  letter-spacing: 0.18px;
}

.casa-blog__card-desc {
  margin-top: 8px;
  overflow: hidden;
  color: #121212;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-family: linotype-vectora, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.16px;
}

.casa-blog__pagination {
  display: none; /* desktopta görünmesin (SS) */
}

/* Touch cihazlarda hover yok: oklar gizli kalsın (SS1 isteği) */
/* --------------------------------------------------------------
 * Ürünler Kategori Grid (SS1)
 * -------------------------------------------------------------- */
.urunler-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
}

.urunler-item {
  position: relative;
}

.urunler-item__link {
  display: block;
  text-decoration: none;
  color: inherit;
  margin-bottom: 40px;
}

.urunler-item__images {
  position: relative;
  width: 100%;
  aspect-ratio: 1;
  overflow: hidden;
  margin-bottom: 16px;
}

.urunler-item__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: opacity 0.3s ease;
  border: 1px solid #E9E9E9;
}

.urunler-item__image--default {
  opacity: 1;
  z-index: 1;
}

.urunler-item__image--hover {
  opacity: 0;
  z-index: 2;
  display: block;
}

.urunler-item:hover .urunler-item__image--default {
  opacity: 0;
}

.urunler-item:hover .urunler-item__image--hover {
  opacity: 1;
}

.urunler-item__content {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-left: 40px;
}

.urunler-item__title {
  color: #121212;
  font-family: linotype-vectora, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 150% */
  letter-spacing: 0.16px;
  text-transform: uppercase;
  margin: 0;
}

.urunler-item__excerpt {
  color: #121212;
  font-family: linotype-vectora, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.16px;
}

/* Banner Block */
.casa-banner {
  position: relative;
  width: 100%;
}

.casa-banner__image {
  position: relative;
  width: 100%;
  overflow: hidden;
  display: block;
}
.casa-banner__image img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}

.casa-banner__content {
  position: absolute;
  bottom: 40px;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  z-index: 2;
  padding: 0 20px;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
}

.casa-banner--title-right .casa-banner__content {
  left: auto;
  right: 0;
  transform: none;
  text-align: right;
  padding: 0 40px;
  bottom: 40px;
}

.casa-banner__title {
  color: #fff;
  text-align: center;
  font-family: miller-text, serif;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 50px; /* 125% */
  letter-spacing: 0.4px;
  margin: 0 0 8px 0;
}

.casa-banner--title-right .casa-banner__title {
  text-align: right;
  margin: 0;
}

.casa-banner__description {
  color: #fefefe;
  font-family: linotype-vectora, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 150% */
  letter-spacing: 0.16px;
  margin: 0;
}

.casa-banner__button {
  display: inline-block;
  color: #FEFEFE;
  font-family: linotype-vectora, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 150% */
  letter-spacing: 0.16px;
  padding: 12px 50px;
  border: 1px solid #FEFEFE;
  text-decoration: none;
  margin-top: 42px;
}

.casa-banner--title-right .casa-banner__button {
  display: inline-block;
}

/* Görsel Metin Block */
.casa-gorsel-metin {
  background: #F5F2ED;
  padding: 0;
  width: 100%;
  margin-bottom: 40px;
}

.casa-gorsel-metin__inner {
  display: flex;
  gap: 60px;
  align-items: stretch;
  width: 100%;
}

.casa-gorsel-metin__image {
  flex: 0 0 auto;
  width: 50%;
}
.casa-gorsel-metin__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.casa-gorsel-metin__content {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 100px 40px 100px 0;
}

.casa-gorsel-metin__title {
  color: #121212;
  font-family: miller-text, serif;
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 34px; /* 121.429% */
  letter-spacing: 0.28px;
  margin: 0;
}

.casa-gorsel-metin__description {
  color: #121212;
  font-family: linotype-vectora, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 150% */
  letter-spacing: 0.16px;
  margin: 0;
}
.casa-gorsel-metin__description p {
  margin: 0 0 16px 0;
}
.casa-gorsel-metin__description p:last-child {
  margin-bottom: 0;
}

/* --------------------------------------------------------------
 * Metin Görsel Block (Text on left, Image on right)
 * -------------------------------------------------------------- */
.casa-metin-gorsel {
  background: #F5F2ED;
  padding: 0;
  width: 100%;
}

.casa-metin-gorsel__inner {
  display: flex;
  gap: 60px;
  align-items: stretch;
  width: 100%;
}

.casa-metin-gorsel__content {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 100px 0 100px 40px;
}

.casa-metin-gorsel__top {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.casa-metin-gorsel__title {
  color: #121212;
  font-family: miller-text, serif;
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 34px; /* 121.429% */
  letter-spacing: 0.28px;
  margin: 0;
}

.casa-metin-gorsel__description-top,
.casa-metin-gorsel__description-bottom {
  color: #121212;
  font-family: linotype-vectora, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 150% */
  letter-spacing: 0.16px;
  margin: 0;
}
.casa-metin-gorsel__description-top p,
.casa-metin-gorsel__description-bottom p {
  margin: 0 0 16px 0;
}
.casa-metin-gorsel__description-top p:last-child,
.casa-metin-gorsel__description-bottom p:last-child {
  margin-bottom: 0;
}

.casa-metin-gorsel__bottom {
  display: flex;
  flex-direction: column;
}

.casa-metin-gorsel__image {
  flex: 0 0 auto;
  width: 50%;
}
.casa-metin-gorsel__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* --------------------------------------------------------------
 * Text Block (Text only)
 * -------------------------------------------------------------- */
.casa-textblock {
  padding: 0;
  width: 100%;
}

.casa-textblock__inner {
  padding: 100px 40px 0px 40px;
}

.casa-textblock__content {
  color: #121212;
  font-family: linotype-vectora, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 150% */
  letter-spacing: 0.16px;
  margin: 0;
}
.casa-textblock__content p {
  margin: 0 0 16px 0;
}
.casa-textblock__content p:last-child {
  margin-bottom: 0;
}
.casa-textblock__content h1, .casa-textblock__content h2, .casa-textblock__content h3, .casa-textblock__content h4, .casa-textblock__content h5, .casa-textblock__content h6 {
  color: #121212;
  font-family: miller-text, serif;
  font-weight: 700;
  margin: 32px 0 16px 0;
}
.casa-textblock__content h1:first-child, .casa-textblock__content h2:first-child, .casa-textblock__content h3:first-child, .casa-textblock__content h4:first-child, .casa-textblock__content h5:first-child, .casa-textblock__content h6:first-child {
  margin-top: 0;
}
.casa-textblock__content h2 {
  font-size: 28px;
  line-height: 34px;
  letter-spacing: 0.28px;
}
.casa-textblock__content h3 {
  font-size: 24px;
  line-height: 30px;
  letter-spacing: 0.24px;
}
.casa-textblock__content ul, .casa-textblock__content ol {
  margin: 0;
  padding: 0;
  list-style: none;
}
.casa-textblock__content ul li, .casa-textblock__content ol li {
  position: relative;
  padding: 32px 0;
  padding-left: 42px; /* Icon width (26px) + gap (16px) */
  border-bottom: 1px solid #DBDBDB;
  margin-bottom: 0;
  display: flex;
  align-items: center;
}
.casa-textblock__content ul li:last-child, .casa-textblock__content ol li:last-child {
  border-bottom: none;
}
.casa-textblock__content ul li, .casa-textblock__content ol li {
  /* Award icon */
}
.casa-textblock__content ul li::before, .casa-textblock__content ol li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 26px;
  height: 26px;
  background-image: url(./img/award.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

/* --------------------------------------------------------------
 * Galeri Block (Image Gallery with Swiper)
 * -------------------------------------------------------------- */
.casa-galleri {
  width: 100%;
  padding: 100px 0 0 0;
}

.casa-galleri__inner {
  width: 100%;
  position: relative;
}

.casa-galleri__swiper {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.casa-galleri__swiper .swiper-wrapper {
  display: flex;
  align-items: stretch;
}

.casa-galleri__swiper .swiper-slide {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.casa-galleri__swiper .swiper-slide img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}

.casa-galleri__nav {
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  cursor: pointer;
  padding: 0;
  transition: opacity 0.2s ease;
  background: transparent;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
}
.casa-galleri__nav.swiper-button-prev {
  left: 20px;
}
.casa-galleri__nav.swiper-button-next {
  right: 20px;
}
.casa-galleri__nav:hover {
  opacity: 0.8;
}
.casa-galleri__nav.swiper-button-disabled {
  opacity: 0.3;
  cursor: not-allowed;
}
.casa-galleri__nav::after {
  font-size: 20px;
  color: #121212;
  font-weight: 700;
}

.casa-galleri__pagination {
  position: absolute;
  bottom: 24px;
  left: 50%;
  transform: translateX(-50%);
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
  z-index: 10;
}

.casa-galleri__pagination .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  background: #121212;
  opacity: 1;
  border-radius: 0;
  border: none;
  cursor: pointer;
  transition: background 0.3s ease, border 0.3s ease;
  margin: 0;
}

.casa-galleri__pagination .swiper-pagination-bullet-active {
  background: transparent;
  border: 1px solid #121212;
}

/* Ürün Single Hero */
.casa-urun-hero {
  position: relative;
  width: 100%;
}

.casa-urun-hero__image {
  position: relative;
  width: 100%;
  overflow: hidden;
  display: block;
  height: 800px;
}
.casa-urun-hero__image img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: right;
}

.casa-urun-hero__content {
  position: absolute;
  bottom: 40px;
  left: 0;
  right: 0;
  z-index: 2;
  padding: 0 40px;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
}

.casa-urun-hero__title {
  color: #fff;
  font-family: linotype-vectora, sans-serif;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 50px;
  letter-spacing: 0.4px;
  margin: 0;
  text-align: right;
}

/* Archive Ürünler Hero Section */
.casa-arsiv-urunler-hero {
  position: relative;
  width: 100%;
}

.casa-arsiv-urunler-hero__image {
  position: relative;
  width: 100%;
  overflow: hidden;
  display: block;
  height: 800px;
}
.casa-arsiv-urunler-hero__image img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.casa-arsiv-urunler-hero__content {
  position: absolute;
  bottom: 40px;
  left: 0;
  right: 0;
  z-index: 2;
  padding: 0 40px;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
}

.casa-arsiv-urunler-hero__title {
  color: #fff;
  font-family: miller-text, serif;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 50px;
  letter-spacing: 0.4px;
  margin: 0;
  text-align: center;
}

/* Ürün Detay Section - SS2 Tasarım */
.casa-urun-detail {
  background: #fff;
}

.casa-urun-detail__inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  margin: 0 auto;
  padding: 0 40px 0 0;
  align-items: start;
  max-width: 100%;
  overflow: hidden;
  box-sizing: border-box;
}

/* Galeri (Sol) */
.casa-urun-detail__gallery {
  position: relative;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  overflow: hidden;
  box-sizing: border-box;
}

.casa-urun-gallery__swiper {
  width: 100% !important;
  max-width: 100%;
  position: relative;
  overflow: hidden;
  box-sizing: border-box;
}

.casa-urun-gallery__swiper .swiper-wrapper {
  display: flex;
  align-items: stretch;
}

.casa-urun-gallery__swiper .swiper-slide {
  width: 100% !important;
  max-width: 100%;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
}

.casa-urun-gallery__swiper .swiper-slide img {
  width: 100%;
  max-width: 100%;
  height: auto;
  display: block;
  object-fit: contain;
}

.casa-urun-gallery__controls {
  position: absolute;
  bottom: 24px;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  z-index: 10;
  width: 100%;
  padding: 0 20px;
  box-sizing: border-box;
}

.casa-urun-gallery__nav {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  background: transparent;
  border: none;
  cursor: pointer;
  padding: 0;
  z-index: 20;
  position: relative;
}
.casa-urun-gallery__nav img {
  pointer-events: none;
}
.casa-urun-gallery__nav:hover {
  opacity: 0.8;
}
.casa-urun-gallery__nav:active {
  opacity: 0.6;
}

.casa-urun-gallery__pagination {
  position: static;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
  margin: 0;
  flex: 0 0 auto;
  bottom: 0 !important;
  top: 0 !important;
}

.casa-urun-gallery__pagination .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  background: #121212;
  opacity: 1;
  border-radius: 0;
  border: none;
  cursor: pointer;
  transition: background 0.3s ease, border 0.3s ease;
  margin: 0;
}

.casa-urun-gallery__pagination .swiper-pagination-bullet-active {
  background: transparent;
  border: 1px solid #121212;
}

.casa-urun-gallery__nav {
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  cursor: pointer;
  padding: 0;
  transition: opacity 0.2s ease, background 0.2s ease;
  background: transparent;
}

.casa-urun-gallery__nav:hover {
  opacity: 0.8;
  background: transparent;
}

.casa-urun-gallery__nav img {
  width: 26px;
  height: 26px;
  display: block;
  filter: invert(1);
}

.casa-urun-gallery__nav.swiper-button-disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

/* İçerik (Sağ) */
.casa-urun-detail__content {
  color: #121212;
  font-family: linotype-vectora, sans-serif;
  font-size: 16px;
  line-height: 24px;
  padding: 40px 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  min-height: 100%;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  overflow: hidden;
  box-sizing: border-box;
  word-wrap: break-word;
}

.casa-urun-detail__content-inner {
  flex: 0 0 auto;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  overflow: hidden;
  box-sizing: border-box;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

.casa-urun-detail__title-h2 {
  font-weight: 700 !important;
}

.casa-urun-detail__content h2 {
  color: #121212;
  font-family: miller-text, serif;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px; /* 118.182% */
  letter-spacing: 0.22px;
  margin: 0 0 16px 0;
}

.casa-urun-detail__description-info {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-bottom: 24px;
}

.casa-urun-detail__info-item {
  display: flex;
  flex-direction: row;
  gap: 8px;
  align-items: baseline;
}

.casa-urun-detail__info-label {
  color: #121212;
  font-family: linotype-vectora, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 150% */
  letter-spacing: 0.16px;
}

.casa-urun-detail__info-value {
  color: #121212;
  font-family: linotype-vectora, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 150% */
  letter-spacing: 0.16px;
}

.casa-urun-detail__content p {
  margin-bottom: 16px;
}

.casa-urun-detail__content ul,
.casa-urun-detail__content ol {
  margin-bottom: 16px;
  padding-left: 24px;
}

/* Butonlar */
.casa-urun-detail__content-buttons {
  display: flex;
  flex-direction: row;
  gap: 16px;
  margin-top: 24px;
}

.casa-urun-detail__content-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  padding: 14px 24px;
  border: 1px solid #121212;
  text-decoration: none;
  transition: all 0.3s ease;
  font-family: linotype-vectora, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.16px;
  text-align: center;
  cursor: pointer;
  box-sizing: border-box;
  flex: 1;
  min-width: 0;
}
.casa-urun-detail__content-button:hover {
  opacity: 0.8;
}

.casa-urun-detail__content-button--primary {
  background: #121212;
  color: #fff !important;
  border-color: #121212;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 150% */
  letter-spacing: 0.16px;
  font-family: linotype-vectora, sans-serif;
}
.casa-urun-detail__content-button--primary span {
  text-decoration: none;
}
.casa-urun-detail__content-button--primary:hover {
  background: #000;
  color: #fff;
}

.casa-urun-detail__content-button--secondary {
  background: #fff;
  color: #121212;
  border-color: #121212;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 150% */
  letter-spacing: 0.16px;
  font-family: linotype-vectora, sans-serif;
}
.casa-urun-detail__content-button--secondary span {
  text-decoration: none;
}
.casa-urun-detail__content-button--secondary:hover {
  background: #f5f5f5;
  color: #121212;
}

.casa-urun-detail__content-button-icon {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
  display: block;
}

/* 404 Error Page - SS1 Tasarım */
.casa-error-404 {
  position: relative;
  width: 100%;
  min-height: 700px;
  padding: 100px 40px;
  box-sizing: border-box;
}

.casa-error-404__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  overflow: hidden;
}
.casa-error-404__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}

.casa-error-404__inner {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 700px;
  z-index: 1;
}

.casa-error-404__content {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.casa-error-404__description {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.casa-error-404__text {
  color: #FEFEFE;
  font-family: linotype-vectora, sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: 0.2px;
}

.casa-error-404__button {
  display: inline-block;
  color: #FEFEFE;
  font-family: linotype-vectora, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.16px;
  padding: 15px 50px;
  border: 1px solid #FEFEFE;
  text-decoration: none;
  text-align: center;
  transition: all 0.3s ease;
  align-self: flex-start;
}
.casa-error-404__button:hover {
  background: #FEFEFE;
  color: #121212;
}

.casa-error-404__title {
  position: absolute;
  bottom: 0px;
  right: 0px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.casa-error-404__title h1 {
  color: #FEFEFE;
  font-family: miller-text, serif;
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: 58px;
  letter-spacing: 0.48px;
  text-transform: uppercase;
  margin: 0;
}

/* Ürün Tabs Section - SS1 Tasarım */
.casa-urun-tabs {
  background: #F5F2ED;
  padding: 62px 0;
  width: 100%;
}

.casa-urun-tabs__inner {
  margin: 0 auto;
  padding: 0 40px;
  box-sizing: border-box;
}

.casa-urun-tabs__nav {
  display: flex;
  flex-wrap: wrap;
  gap: 72px;
  border-bottom: 1px solid rgba(18, 18, 18, 0.1);
  margin-bottom: 40px;
}

.casa-urun-tabs__tab {
  background: transparent;
  border: none;
  border-bottom: 2px solid transparent;
  padding: 12px 0;
  color: #C7C4BF;
  font-size: 22px;
  font-style: normal;
  font-family: miller-text, serif;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: 0.22px;
}
.casa-urun-tabs__tab:hover {
  opacity: 0.7;
}
.casa-urun-tabs__tab.active {
  border-bottom-color: #121212;
  font-weight: 400;
  color: #121212;
}

.casa-urun-tabs__content {
  position: relative;
  min-height: 200px;
}

.casa-urun-tabs__panel {
  display: none;
}
.casa-urun-tabs__panel.active {
  display: block;
}

.casa-urun-tabs__panel-header {
  display: none;
}

.page-template-page-projeler .site-no-transparent .casa-header, .post-type-archive-showroom .site-no-transparent .casa-header {
  background: #FEFEFE;
}

/* Single Post Template */
.casa-single-hero {
  position: relative;
  width: 100%;
  margin-bottom: 0;
}

.casa-single-hero__image {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.casa-single-hero__image img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}

.casa-single-header {
  background: #F5F2ED;
  padding: 60px 0;
  width: 100%;
}

.casa-single-header__inner {
  margin: 0 auto;
  padding: 0 40px;
}

.casa-single-header__title {
  color: #121212;
  font-family: miller-text, serif;
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 34px; /* 121.429% */
  letter-spacing: 0.28px;
  margin-top: 0;
}

.casa-single-header__description {
  color: #121212;
  font-family: linotype-vectora, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.16px;
  margin: 0;
}
.casa-single-header__description p {
  margin: 0 0 16px 0;
}
.casa-single-header__description p:last-child {
  margin-bottom: 0;
}

.casa-single-content {
  background: #fff;
  width: 100%;
}

.casa-single-content__inner {
  margin: 0 auto;
  padding: 0 40px;
}

.casa-single-content__text {
  color: #121212;
  font-family: linotype-vectora, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.16px;
  margin-top: 63px;
}
.casa-single-content__text h2, .casa-single-content__text h3, .casa-single-content__text h4 {
  color: #121212;
  font-family: miller-text, serif;
  font-weight: 700;
  margin: 32px 0 16px 0;
}
.casa-single-content__text h2:first-child, .casa-single-content__text h3:first-child, .casa-single-content__text h4:first-child {
  margin-top: 0;
}
.casa-single-content__text h2 {
  font-size: 28px;
  line-height: 34px;
  letter-spacing: 0.28px;
}
.casa-single-content__text h3 {
  font-size: 24px;
  line-height: 30px;
  letter-spacing: 0.24px;
}
.casa-single-content__text p {
  margin: 0 0 16px 0;
}
.casa-single-content__text p:last-child {
  margin-bottom: 0;
}
.casa-single-content__text ul, .casa-single-content__text ol {
  margin: 16px 0;
  padding-left: 24px;
}
.casa-single-content__text ul li, .casa-single-content__text ol li {
  margin-bottom: 8px;
}
.casa-single-content__text ul li:last-child, .casa-single-content__text ol li:last-child {
  margin-bottom: 0;
}

/* Single Related Posts Section */
.casa-single-related {
  background: #fff;
  width: 100%;
}

.casa-single-related__inner {
  margin: 0 auto;
}

.casa-single-related__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 78px 40px 24px 40px;
}

.casa-single-related__title {
  color: #121212;
  font-family: miller-text, serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 22px; /* 122.222% */
  letter-spacing: 0.18px;
  margin-bottom: 0;
}

.casa-single-related__view-all {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 24px;
  border: 1px solid #121212;
  background: transparent;
  color: #121212;
  text-decoration: none;
  font-family: linotype-vectora, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.14px;
  white-space: nowrap;
  transition: all 0.3s ease;
}
.casa-single-related__view-all:hover {
  background: #121212;
  color: #fff;
}

.casa-single-related__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.casa-single-related__item {
  background: #fff;
}

.casa-single-related__item-link {
  display: block;
  text-decoration: none;
  color: inherit;
}

.casa-single-related__image {
  width: 100%;
  aspect-ratio: 4/3;
  overflow: hidden;
}
.casa-single-related__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.3s ease;
}

.casa-single-related__item:hover .casa-single-related__image img {
  transform: scale(1.05);
}

.casa-single-related__content {
  padding: 24px 40px;
}

.casa-single-related__item-title {
  color: #121212;
  font-family: miller-text, serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 30px;
  letter-spacing: 0.24px;
  margin: 0 0 16px 0;
}

.casa-single-related__excerpt {
  color: #121212;
  font-family: linotype-vectora, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.16px;
  margin: 0 0 16px 0;
}

.casa-single-related__read-more {
  display: inline-flex;
  align-items: center;
  gap: 16px;
  color: #121212;
  font-family: linotype-vectora, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.16px;
}
.casa-single-related__read-more img {
  width: 16px;
  height: 16px;
  transition: transform 0.3s ease;
  filter: invert(1);
}

.casa-single-related__item:hover .casa-single-related__read-more img {
  transform: translateX(4px);
}

.casa-single-related__view-all.mobil-viewall-button {
  display: none;
}

/* Blog Page */
.casa-blog {
  background: #fff;
  width: 100%;
}

.casa-blog__inner {
  margin: 0 auto;
}

.casa-blog__title {
  color: #121212;
  font-family: linotype-vectora, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.16px;
  text-transform: uppercase;
  margin: 0;
}

.casa-blog__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.casa-blog__item {
  background: #fff;
}

.casa-blog__item.casa-blog__item--HaberlerveBasn, .casa-single-related__item.casa-single-related__item--HaberlerveBasn {
  border-right: 1px solid #DCDAD5;
  background: #F5F2ED;
}

.casa-blog__item-link {
  display: block;
  text-decoration: none;
  color: inherit;
}

.casa-blog__image {
  width: 100%;
  aspect-ratio: 4/3;
  overflow: hidden;
  margin-bottom: 24px;
}
.casa-blog__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.3s ease;
}

.casa-blog__item:hover .casa-blog__image img {
  transform: scale(1.05);
}

.casa-blog__content {
  padding: 24px 40px;
}

.casa-blog_page_content {
  padding: 0 40px;
  margin-bottom: 25px;
}

.casa-blog__item-title {
  color: #121212;
  font-family: miller-text, serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 22px; /* 122.222% */
  letter-spacing: 0.18px;
  margin: 0 0 16px 0;
}

.casa-blog__excerpt {
  color: #121212;
  font-family: linotype-vectora, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.16px;
  margin: 0 0 36px 0;
}

.casa-blog__read-more {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #121212;
  font-family: linotype-vectora, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.16px;
}
.casa-blog__read-more img {
  width: 16px;
  height: 16px;
  transition: transform 0.3s ease;
  filter: invert(1);
}

.casa-blog__item:hover .casa-blog__read-more img {
  transform: translateX(4px);
}

.casa-blog__view-all {
  display: none;
}

/* Blog Pagination */
.casa-blog__pagination {
  margin: 40px 0 0 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.casa-blog__pagination .page-numbers {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
  gap: 8px;
  align-items: center;
}

.casa-blog__pagination .page-numbers li {
  margin: 0;
}

.casa-blog__pagination .page-numbers a,
.casa-blog__pagination .page-numbers span {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 32px;
  height: 32px;
  padding: 0 8px;
  color: #666;
  font-family: linotype-vectora, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  text-decoration: none;
  border: 1px solid transparent;
  transition: all 0.3s ease;
}

.casa-blog__pagination .page-numbers a:hover {
  color: #121212;
}

.casa-blog__pagination .page-numbers .current {
  color: #121212;
  border: 1px solid #DBDBDB;
  background: transparent;
}

.casa-blog__pagination .page-numbers .prev,
.casa-blog__pagination .page-numbers .next {
  color: #121212;
  font-size: 18px;
  border: none;
}
.casa-blog__pagination .page-numbers .prev img,
.casa-blog__pagination .page-numbers .next img {
  width: 12px;
  height: 12px;
  display: block;
  transition: opacity 0.3s ease;
}

.casa-blog__pagination .page-numbers .prev:hover,
.casa-blog__pagination .page-numbers .next:hover {
  opacity: 0.7;
}
.casa-blog__pagination .page-numbers .prev:hover img,
.casa-blog__pagination .page-numbers .next:hover img {
  opacity: 0.7;
}

.casa-blog__pagination .page-numbers .dots {
  border: none;
  color: #666;
  cursor: default;
}

.casa-urun-tabs__panel-content {
  color: #121212;
  font-family: linotype-vectora, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.16px;
}
.casa-urun-tabs__panel-content p {
  margin-bottom: 16px;
}
.casa-urun-tabs__panel-content p:last-child {
  margin-bottom: 0;
}
.casa-urun-tabs__panel-content strong {
  font-weight: 600;
}
.casa-urun-tabs__panel-content ul, .casa-urun-tabs__panel-content ol {
  margin-bottom: 16px;
  padding-left: 24px;
}
.casa-urun-tabs__panel-content ul li, .casa-urun-tabs__panel-content ol li {
  margin-bottom: 8px;
}

/* Ürün Showroom Gallery - SS2 Tasarım */
.casa-urun-showroom {
  background: #fff;
}

.casa-urun-showroom__inner {
  margin: 0 auto;
  box-sizing: border-box;
  position: relative;
}

.casa-urun-showroom__grid {
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr;
  grid-template-rows: auto auto;
}

.casa-urun-showroom__item {
  position: relative;
  overflow: hidden;
}
.casa-urun-showroom__item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.casa-urun-showroom__item--large {
  grid-column: 1;
  grid-row: 1/3;
  aspect-ratio: 2/3;
  height: 100%;
}

.casa-urun-showroom__item--horizontal {
  grid-column: 2/4;
  grid-row: 1;
  aspect-ratio: 2/1;
  height: 100%;
}

.casa-urun-showroom__item--small {
  aspect-ratio: 1/1;
  height: 100%;
}
.casa-urun-showroom__item--small:nth-of-type(3) {
  grid-column: 2;
  grid-row: 2;
}
.casa-urun-showroom__item--small:nth-of-type(4) {
  grid-column: 3;
  grid-row: 2;
}

.casa-urun-showroom__more {
  position: absolute;
  bottom: 40px;
  right: 40px;
  background: transparent;
  border: none;
  cursor: pointer;
  padding: 0;
  z-index: 10;
  transition: transform 0.3s ease, opacity 0.3s ease;
}
.casa-urun-showroom__more:hover {
  transform: scale(1.1);
  opacity: 0.8;
}
.casa-urun-showroom__more img {
  width: 70px;
  height: 70px;
  display: block;
}

/* Lightbox */
.casa-urun-showroom__lightbox {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
}

.casa-urun-showroom__lightbox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.9);
  backdrop-filter: blur(4px);
}

.casa-urun-showroom__lightbox-content {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 60px 100px 40px;
  box-sizing: border-box;
}

.casa-urun-showroom__lightbox-close {
  position: fixed;
  top: 20px;
  right: 20px;
  width: 50px;
  height: 50px;
  background: #fff;
  border: none;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10000;
  transition: transform 0.3s ease, opacity 0.3s ease;
}
.casa-urun-showroom__lightbox-close:hover {
  transform: scale(1.1);
  opacity: 0.8;
}
.casa-urun-showroom__lightbox-close span {
  font-size: 30px;
  line-height: 1;
  color: #121212;
  font-weight: 300;
}

.casa-urun-showroom__lightbox-swiper {
  width: 100%;
  max-width: 1400px;
  height: 100%;
  max-height: calc(100vh - 120px);
}

.casa-urun-showroom__lightbox-item {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.casa-urun-showroom__lightbox-item img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  display: block;
  object-fit: contain;
}

.casa-urun-showroom__lightbox-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 60px;
  height: 60px;
  background: rgba(255, 255, 255, 0.9);
  border: none;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10001;
  transition: all 0.3s ease;
}
.casa-urun-showroom__lightbox-nav:hover {
  background: #fff;
  transform: translateY(-50%) scale(1.1);
}
.casa-urun-showroom__lightbox-nav img {
  width: 24px;
  height: 24px;
  display: block;
}
.casa-urun-showroom__lightbox-nav--prev {
  left: 20px;
}
.casa-urun-showroom__lightbox-nav--next {
  right: 20px;
}

/* Ürün Projeler Section - SS1 Tasarım */
.casa-urun-projeler {
  background: #fff;
}

.casa-urun-projeler__inner {
  margin: 0 auto;
  box-sizing: border-box;
}

.casa-urun-projeler__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 77px 40px 40px 40px;
}

.casa-urun-projeler__title-header {
  margin: 0;
  color: #121212;
  font-family: miller-text, serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 22px;
  letter-spacing: 0.18px;
  text-transform: uppercase;
}

.casa-arsiv-projeler__header {
  margin-bottom: 40px;
  padding: 0 40px;
}

.casa-arsiv-projeler__title-header {
  color: #121212;
  font-family: miller-text, serif;
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: 58px; /* 120.833% */
  letter-spacing: 0.48px;
  text-transform: uppercase;
  margin: 0;
}

.casa-urun-projeler__view-all {
  background: #fff;
  color: #121212;
  border: 1px solid #121212;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.16px;
  font-family: linotype-vectora, sans-serif;
  padding: 12px 24px;
  text-decoration: none;
  display: inline-block;
}

.mobil-viewall-button {
  display: none;
}

.casa-urun-projeler__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

.casa-urun-projeler__item {
  display: flex;
  flex-direction: column;
}

.casa-urun-projeler__image {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.casa-urun-projeler__image img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}

.casa-urun-projeler__content {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin: 24px 0;
  padding: 0 40px;
}

.casa-urun-projeler__location {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #666;
  font-family: linotype-vectora, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.14px;
}

.casa-urun-projeler__location-icon {
  font-size: 16px;
  line-height: 1;
}

.casa-urun-projeler__location-text {
  margin: 0;
  color: #939393;
  font-family: linotype-vectora, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 24px;
  letter-spacing: 0.16px;
}

.casa-urun-projeler__title {
  margin: 0;
  color: #121212;
  font-family: miller-text, serif;
  text-decoration: none;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px; /* 118.182% */
  letter-spacing: 0.22px;
}

.post-type-archive-tasarimcilar .site-no-transparent.site-no-transparent .casa-header, .page-template-page-blog .site-no-transparent .casa-header {
  background: #ffffff;
}

/* Tasarımcılar Archive Section */
.casa-tasarimcilar-archive {
  background: #F5F2ED;
}

.casa-tasarimcilar-archive__inner {
  margin: 0 auto;
  box-sizing: border-box;
}

.casa-tasarimcilar-archive__title, .casa-blog-page__title {
  padding-left: 40px;
  padding-right: 40px;
  color: #121212;
  font-family: "Miller Text", miller-text, serif;
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: 58px; /* 120.833% */
  letter-spacing: 0.48px;
  text-transform: uppercase;
  padding-bottom: 18px;
  border-bottom: 1px solid #DBDBDB;
}

.casa-showroom-finder__item-directions {
  margin-top: 24px;
}

.casa-tasarimcilar-grid {
  display: flex;
  flex-direction: column;
}

.casa-tasarimci-item {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  align-items: stretch;
}

.casa-tasarimci-item__image {
  width: 100%;
  height: 100%;
  overflow: hidden;
  aspect-ratio: 1/1;
}
.casa-tasarimci-item__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

img.casa-tasarimci-item__arrow {
  filter: invert(1);
  width: auto;
  height: auto;
  flex-shrink: 0;
}

.casa-tasarimci-item--reverse .casa-tasarimci-item__image {
  order: 2;
}
.casa-tasarimci-item--reverse .casa-tasarimci-item__content {
  order: 1;
}

.casa-tasarimci-item__content {
  padding: 40px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  align-items: flex-start;
}

.casa-tasarimci-item__title {
  margin: 0;
  align-self: flex-start;
}

.casa-tasarimci-item__title-link {
  color: #121212;
  font-family: miller-text, serif;
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 34px; /* 121.429% */
  letter-spacing: 0.28px;
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 18px;
  transition: opacity 0.3s ease;
}
.casa-tasarimci-item__title-link:hover {
  opacity: 0.7;
}

.casa-tasarimci-item__arrow {
  display: inline-block;
  transition: transform 0.3s ease;
  flex-shrink: 0;
}

.casa-tasarimci-item__title-link:hover .casa-tasarimci-item__arrow {
  transform: translateX(5px);
}

.casa-tasarimci-item__description {
  color: #121212;
  font-family: linotype-vectora, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 150% */
  letter-spacing: 0.16px;
  padding-bottom: 40px;
  align-self: flex-start;
  margin-top: auto;
}
.casa-tasarimci-item__description p {
  margin: 0 0 16px 0;
}
.casa-tasarimci-item__description p:last-child {
  margin-bottom: 0;
}

/* Tasarımcı Detail Section */
.casa-tasarimci-detail {
  background: #fff;
  padding: 40px 0;
}

.casa-tasarimci-detail__inner {
  margin: 0 auto;
  padding: 0 40px;
  box-sizing: border-box;
}

.casa-tasarimci-detail__content {
  padding: 42px 0;
}
.casa-tasarimci-detail__content p {
  color: #121212;
  font-family: linotype-vectora, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 150% */
  letter-spacing: 0.16px;
  margin: 0 0 16px 0;
}
.casa-tasarimci-detail__content p:last-child {
  margin-bottom: 0;
}
.casa-tasarimci-detail__content h2 {
  color: #121212;
  font-family: miller-text, serif;
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  line-height: 34px; /* 121.429% */
  letter-spacing: 0.28px;
  margin: 0 0 16px 0;
}
.casa-tasarimci-detail__content h2:last-child {
  margin-bottom: 0;
}

.description-tasarimcilar-1 {
  border-bottom: 1px solid #DBDBDB;
}

.description-tasarimcilar-2 {
  border-bottom: none;
}

/* Tasarımcı Section 2 - Kahverengi Background */
.casa-tasarimci-section-2 {
  background: #867550;
}

.casa-tasarimci-section-2__inner {
  margin: 0 auto;
  box-sizing: border-box;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: stretch;
}

.casa-tasarimci-section-2__image {
  width: 100%;
  overflow: hidden;
}
.casa-tasarimci-section-2__image img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}

.casa-tasarimci-section-3__content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  padding: 62px 40px 62px 0;
  box-sizing: border-box;
}

.casa-tasarimci-section-3__description-top,
.casa-tasarimci-section-3__description-bottom {
  color: #FEFEFE;
  font-family: linotype-vectora, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 150% */
  letter-spacing: 0.16px;
  margin: 0 0 16px 0;
}

.quote {
  color: #121212;
  margin-bottom: 8px;
  font-family: miller-text, serif;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px; /* 127.273% */
  letter-spacing: 0.22px;
}

.casa-tasarimci-section-3__description-bottom {
  border-bottom: none;
}

/* Tasarımcı Video Section */
.casa-tasarimci-video {
  width: 100%;
}

.casa-tasarimci-video__inner {
  margin: 0 auto;
  box-sizing: border-box;
}

.casa-tasarimci-video__wrapper {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.casa-tasarimci-video__thumbnail {
  position: relative;
  width: 100%;
  aspect-ratio: 16/9;
  overflow: hidden;
}
.casa-tasarimci-video__thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.casa-tasarimci-video__play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: transparent;
  border: none;
  cursor: pointer;
  padding: 0;
  z-index: 2;
  transition: transform 0.3s ease, opacity 0.3s ease;
}
.casa-tasarimci-video__play:hover {
  transform: translate(-50%, -50%) scale(1.1);
  opacity: 0.9;
}
.casa-tasarimci-video__play img {
  width: 190px;
  height: 190px;
  display: block;
}

.casa-tasarimci-video__local-wrapper {
  position: relative;
  width: 100%;
}

.casa-tasarimci-video__video {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
  display: block;
  background: #000;
}

.casa-tasarimci-video__iframe-wrapper {
  position: relative;
  width: 100%;
  aspect-ratio: 16/9;
}
.casa-tasarimci-video__iframe-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

/* Tasarımcı Ürünler Section */
.casa-tasarimci-urunler {
  background: #fff;
}

.casa-tasarimci-urunler__inner {
  margin: 0 auto;
  box-sizing: border-box;
}

.casa-tasarimci-urunler__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 62px 40px 24px 40px;
}

.casa-tasarimci-urunler__title {
  color: #121212;
  font-family: miller-text, serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 22px; /* 122.222% */
  letter-spacing: 0.18px;
  text-transform: uppercase;
}

.casa-tasarimci-urunler__view-all {
  color: #121212;
  font-family: linotype-vectora, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.16px;
  text-decoration: none;
  padding: 12px 50px;
  border: 1px solid #121212;
  transition: all 0.3s ease;
}
.casa-tasarimci-urunler__view-all:hover {
  background: #121212;
  color: #fff;
}

.casa-tasarimci-urunler__view-all.desktop-viewall-button {
  display: block;
}

.casa-tasarimci-urunler__view-all.mobil-viewall-button {
  display: none;
}

/* --------------------------------------------------------------
 * Showroom Finder (Archive)
 * -------------------------------------------------------------- */
.casa-showroom-finder {
  width: 100%;
  min-height: calc(100vh - 200px);
  background: #F5F2ED;
}

.casa-showroom-finder__container {
  display: grid;
  grid-template-columns: 1fr 1.5fr;
  gap: 0;
  min-height: calc(100vh - 200px);
}

.casa-showroom-finder__left {
  padding: 40px;
  background: #F5F2ED;
  overflow-y: auto;
  max-height: calc(100vh - 200px);
}

.casa-showroom-finder__right {
  position: relative;
  background: #fff;
}

.casa-showroom-finder__map {
  width: 100%;
  height: 100%;
  min-height: calc(100vh - 200px);
}

/* Filters */
.casa-showroom-finder__filters {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  margin-bottom: 32px;
}

.casa-showroom-finder__filter-group {
  display: flex;
  flex-direction: column;
}

.casa-showroom-finder__label {
  color: #121212;
  font-family: linotype-vectora, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.14px;
  margin-bottom: 8px;
}

.casa-showroom-finder__select,
.casa-showroom-finder__input {
  padding: 12px 16px;
  border: 1px solid #DBDBDB;
  background: transparent;
  color: #121212;
  font-family: linotype-vectora, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.16px;
  border-radius: 0;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}

.casa-showroom-finder__select {
  /* stylelint-disable-next-line function-url-quotes */
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath fill='%23121212' d='M6 8L0 0h12z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 16px center;
  padding-right: 40px;
  cursor: pointer;
}

.casa-showroom-finder__select:focus,
.casa-showroom-finder__input:focus {
  outline: none;
  border-color: #121212;
}

/* Header */
.casa-showroom-finder__header {
  margin-bottom: 24px;
}

.casa-showroom-finder__title {
  color: #121212;
  font-family: "Vectora LT Pro", linotype-vectora, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px; /* 142.857% */
  letter-spacing: 0.14px;
  margin: 0;
}

/* List */
.casa-showroom-finder__list {
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.casa-showroom-finder__item {
  padding-bottom: 32px;
  border-bottom: 1px solid #DBDBDB;
}

.casa-showroom-finder__item:last-child {
  border-bottom: none;
}

.casa-showroom-finder__item-title {
  margin: 0 0 12px 0;
}

.casa-showroom-finder__item-title-link {
  color: #121212;
  font-family: "Miller Text", miller-text, serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 22px; /* 122.222% */
  letter-spacing: 0.18px;
  text-decoration: none;
  transition: opacity 0.3s ease;
  display: inline-block;
}
.casa-showroom-finder__item-title-link:hover {
  opacity: 0.7;
}

.casa-showroom-finder__item-address {
  color: #121212;
  font-family: "Vectora LT Pro", linotype-vectora, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px; /* 142.857% */
  letter-spacing: 0.14px;
  margin-bottom: 8px;
}

.casa-showroom-finder__item-contact {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 12px;
  gap: 16px;
}

.casa-showroom-finder__item-contact-info {
  display: flex;
  flex-direction: row;
  gap: 8px;
  flex: 1;
  flex-wrap: wrap;
  align-items: center;
}

.casa-showroom-finder__item-email,
.casa-showroom-finder__item-phone {
  color: #121212;
  font-family: "Vectora LT Pro", linotype-vectora, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px; /* 142.857% */
  letter-spacing: 0.14px;
}

.casa-showroom-finder__item-contact {
  color: #121212;
  font-family: "Vectora LT Pro", linotype-vectora, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px; /* 142.857% */
  letter-spacing: 0.14px;
}

.casa-showroom-finder__item-directions-wrapper {
  flex-shrink: 0;
}

.casa-showroom-finder__item-directions {
  display: inline-flex;
  align-items: center;
  gap: 18px;
  color: #121212;
  font-family: "Vectora LT Pro", linotype-vectora, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px; /* 142.857% */
  letter-spacing: 0.14px;
  text-decoration: none;
  transition: opacity 0.3s ease;
  white-space: nowrap;
}

.casa-showroom-finder__item-directions-text {
  display: inline-block;
}

.casa-showroom-finder__item-directions-icon {
  display: inline-block;
  width: 14px;
  height: 14px;
  flex-shrink: 0;
  filter: brightness(0) saturate(100%);
}

.casa-showroom-finder__item-directions:hover {
  opacity: 0.7;
}
.casa-showroom-finder__item-directions:hover .casa-showroom-finder__item-directions-icon {
  opacity: 0.7;
}

.casa-showroom-finder__empty {
  color: #121212;
  font-family: linotype-vectora, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.16px;
  padding: 40px 0;
  text-align: center;
}

/* Map Info Window */
.casa-showroom-info {
  position: relative;
  background: #2a2a2a;
  color: #fff;
  padding: 24px;
  min-width: 280px;
  max-width: 350px;
  font-family: linotype-vectora, sans-serif;
  box-sizing: border-box;
}

.casa-showroom-info__close {
  position: absolute;
  top: 16px;
  right: 16px;
  background: transparent;
  border: none;
  color: #fff;
  font-size: 28px;
  line-height: 1;
  cursor: pointer;
  padding: 0;
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10;
  transition: opacity 0.2s ease;
}

.casa-showroom-info__close:hover {
  opacity: 0.7;
}

.casa-showroom-info__location {
  margin-bottom: 20px;
  padding-right: 32px; /* Space for close button */
}

.casa-showroom-info__location-title {
  color: #fff;
  font-family: miller-text, serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px;
  margin: 0 0 8px 0;
}

.casa-showroom-info__location-address {
  color: #fff;
  font-family: linotype-vectora, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  margin: 0;
}

.casa-showroom-info__section {
  margin-bottom: 16px;
}

.casa-showroom-info__label {
  color: #fff;
  font-family: linotype-vectora, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px;
  margin: 0 0 4px 0;
}

.casa-showroom-info__value {
  color: #fff;
  font-family: linotype-vectora, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  margin: 0;
}

.casa-showroom-info__directions {
  display: block;
  text-align: center;
  color: #fff;
  font-family: linotype-vectora, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  text-decoration: none;
  transition: opacity 0.2s ease;
  margin-top: 20px;
}

.casa-showroom-info__directions:hover {
  opacity: 0.7;
}

/* Google Maps InfoWindow overrides */
.gm-style-iw-d {
  overflow: visible !important;
  background: transparent !important;
}

.gm-style-iw-c {
  background: transparent !important;
  border-radius: 0 !important;
  padding: 0 !important;
  box-shadow: none !important;
  border: none !important;
}

.gm-style-iw.gm-style-iw-c {
  background: transparent !important;
  box-shadow: none !important;
  border: none !important;
}

.gm-style-iw-t {
  background: transparent !important;
}

.gm-style-iw-t::after {
  background: #2a2a2a !important;
}

.gm-ui-hover-effect {
  opacity: 0 !important;
  display: none !important;
}

@media (max-width: 767px) {
  .casa-metin-gorsel__title {
    color: #121212;
    font-family: miller-text, serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 22px; /* 122.222% */
    letter-spacing: 0.18px;
  }
  .casa-tasarimci-section-3__content {
    padding: 36px 20px 36px 0;
  }
  .casa-press__arrows {
    display: none;
  }
  .casa-press__grid {
    grid-template-columns: 1fr;
    grid-template-areas: "right" "left";
  }
  .casa-press__left {
    padding: 15px 15px 35px 15px;
  }
  .casa-press__intro.intro-right-mobile {
    display: block; /* mobile/tablet */
    max-width: 520px;
    padding: 36px 20px 30px;
  }
  .casa-press__left .casa-press__intro {
    display: none; /* intro-right-mobile kullanıyoruz */
  }
  .casa-press__spacer {
    display: none;
  }
  .casa-press__right {
    min-height: 320px;
  }
  .casa-press__slide,
  .casa-press__grid {
    min-height: auto;
  }
  .casa-press__controls {
    width: 100%;
    padding: 0 20px 36px;
  }
  .casa-press__section-title {
    font-size: 16px;
    line-height: 20px;
  }
  .casa-press__all {
    margin-top: 24px;
  }
  .casa-press__post-desc {
    margin-bottom: 36px;
  }
  .casa-press__post-title {
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 22px;
    letter-spacing: 0.18px;
    margin-bottom: 8px;
  }
  .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 !important;
  }
  .casa-hero__controls {
    left: 15px; /* pagination/line left padding */
    right: 15px; /* pagination/line right padding */
  }
  .casa-hero__title {
    font-size: 28px;
    line-height: 34px;
    letter-spacing: 0.28px;
    left: 15px;
    right: 15px;
  }
  .casa-about__text h2 {
    font-size: 18px;
    line-height: 22px;
    letter-spacing: 0.18px;
  }
  .casa-about__content {
    margin: 36px 0 0 0;
    padding: 0 15px;
    position: relative;
    /* bullet altı 36px + bullet satırı yüksekliği (10px) */
    padding-bottom: 46px;
  }
  .casa-about__label {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 32px;
  }
  .casa-about__title {
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 16px;
  }
  .casa-about__text {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 0; /* text -> button arası sadece button margin-top ile kontrol edilsin */
  }
  .casa-about__button {
    font-size: 16px;
    line-height: 24px;
    margin-top: 32px;
  }
  .casa-about__nav-container:has(.swiper-button-prev:not(.swiper-button-lock)),
  .casa-about__nav-container:has(.swiper-button-next:not(.swiper-button-lock)) {
    background: rgba(245, 242, 237, 0.65);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
  }
  .casa-about__nav-container {
    /* Mobil: bar görselin bottom'unda sabit kalsın */
    left: 0;
    right: 0;
    bottom: auto;
    padding: 0 16px;
    display: flex;
  }
  .casa-about__pagination {
    display: flex; /* sabit kalsın, slide ile hareket etmesin */
    position: absolute;
    left: 15px !important;
    bottom: 36px !important;
    z-index: 9 !important;
    width: auto !important;
    justify-content: flex-start !important;
    align-items: center !important;
    gap: 5px !important;
    padding: 0 !important;
    height: 10px;
  }
  .casa-about__inner {
    grid-template-columns: 1fr;
    gap: 0px;
  }
  .showroom-bar {
    display: block;
    padding: 61px 15px 26px 15px;
  }
  .showroom-right {
    margin-top: 8px;
  }
  .showroom-left {
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
  }
  .casa-showroom__nav-container {
    grid-template-columns: 1fr 1fr;
    align-items: center;
    justify-content: center;
    display: flex;
    flex-direction: row-reverse;
  }
  .casa-showroom__title {
    grid-column: 1/2;
    justify-self: start;
    color: #121212;
    font-family: linotype-vectora, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0.16px;
  }
  .casa-showroom__pagination {
    grid-column: 2/3;
    justify-content: end;
    align-items: center;
    align-self: center; /* title ile aynı hizada */
    min-height: 18px;
    margin: 0;
  }
  .casa-showroom__pagination .swiper-pagination-bullet {
    display: block;
  }
  .urunler-grid {
    grid-template-columns: 1fr;
    gap: 0px;
  }
  .casa-banner__title {
    font-size: 32px;
    line-height: 40px;
  }
  .casa-banner__description {
    font-size: 14px;
    line-height: 20px;
    max-width: 350px;
    margin: 0 auto;
  }
  .casa-banner__button {
    font-size: 14px;
    line-height: 20px;
    padding: 10px 40px;
    margin-top: 32px;
  }
  .casa-tasarimci-video__play img {
    width: 90px;
    height: 90px;
  }
  .urunler-item__link {
    margin-bottom: 32px;
  }
  .urunler-item__content {
    margin-left: 15px;
  }
  .casa-footer-menu > li {
    margin: 0 0 24px !important;
  }
  .casa-footer-main__contact-item {
    margin-bottom: 32px;
  }
  .casa-banner--title-right .casa-banner__content {
    padding: 0 20px;
  }
  .casa-gorsel-metin__inner {
    flex-direction: column;
    gap: 0;
  }
  .casa-gorsel-metin__image {
    width: 100%;
  }
  .casa-gorsel-metin__content {
    padding: 32px 20px;
  }
  .casa-gorsel-metin__title {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 12px;
  }
  .casa-gorsel-metin__description {
    font-size: 14px;
    line-height: 20px;
  }
  .casa-metin-gorsel__inner {
    flex-direction: column;
    gap: 0;
  }
  .casa-metin-gorsel__content {
    padding: 32px 20px;
    justify-content: flex-start;
    gap: 42px;
  }
  .casa-metin-gorsel__top {
    gap: 12px;
  }
  .casa-metin-gorsel__title {
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 0;
  }
  .casa-galleri {
    padding: 0;
  }
  .casa-metin-gorsel__image {
    width: 100%;
  }
  .casa-textblock__inner {
    padding: 32px 15px 0;
  }
  .casa-textblock__content {
    font-size: 14px;
    line-height: 20px;
  }
  .casa-textblock__content h2 {
    font-size: 24px;
    line-height: 30px;
  }
  .casa-textblock__content h3 {
    font-size: 20px;
    line-height: 26px;
  }
  .casa-textblock__content ul li, .casa-textblock__content ol li {
    padding: 32px 0;
    padding-left: 42px;
  }
  .casa-textblock__content ul li::before, .casa-textblock__content ol li::before {
    top: auto;
  }
  .casa-galleri__nav {
    width: 40px;
    height: 40px;
  }
  .casa-galleri__nav.swiper-button-prev {
    left: 10px;
  }
  .casa-galleri__nav.swiper-button-next {
    right: 10px;
  }
  .casa-galleri__nav::after {
    font-size: 16px;
  }
  .casa-galleri__pagination {
    bottom: 16px;
  }
  .casa-urun-hero__image {
    height: 540px;
  }
  .casa-urun-hero__content {
    bottom: 20px;
    padding: 0 20px;
  }
  .casa-urun-hero__title {
    color: #fff;
    text-align: right;
    font-family: linotype-vectora, sans-serif;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 40px; /* 125% */
    text-transform: uppercase;
  }
  .casa-arsiv-urunler-hero__image {
    height: 540px;
  }
  .casa-arsiv-urunler-hero__content {
    bottom: 20px;
    padding: 0 20px;
  }
  .casa-arsiv-urunler-hero__title {
    color: #fff;
    text-align: center;
    font-family: miller-text, serif;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 40px;
    letter-spacing: 0.32px;
  }
  .casa-urun-detail__content-h2 {
    font-size: 18px;
    font-weight: 700;
  }
  .casa-urun-detail__content h2 {
    font-size: 22px;
  }
  .casa-urun-detail__content-text {
    margin: 62px 0;
  }
  .casa-urun-detail__content {
    padding: 0px 20px;
  }
  .casa-urun-detail__inner {
    grid-template-columns: 1fr;
    gap: 42px;
    padding: 0 0px;
  }
  .casa-urun-detail__content-buttons {
    margin-top: 42px;
  }
  .casa-urun-gallery__controls {
    bottom: 16px;
    padding: 0 16px;
    gap: 12px;
  }
  .casa-urun-gallery__nav {
    width: 40px;
    height: 40px;
  }
  .casa-urun-gallery__nav img {
    width: 20px;
    height: 20px;
  }
  .casa-urun-gallery__pagination .swiper-pagination-bullet {
    width: 6px;
    height: 6px;
  }
  .casa-urun-detail__content-buttons {
    flex-direction: column;
  }
  .casa-urun-detail__content-button {
    width: 100%;
  }
  .casa-error-404 {
    height: 522px;
    min-height: 522px;
    padding: 0;
    margin-top: 121px;
  }
  .casa-error-404__image {
    height: 522px;
  }
  .casa-error-404__image img {
    height: 522px;
    aspect-ratio: 1/1;
    object-fit: cover;
  }
  .casa-error-404__inner {
    position: relative;
    width: 100%;
    height: 522px;
    min-height: 522px;
    padding: 20px;
    box-sizing: border-box;
  }
  .casa-error-404__content {
    position: absolute;
    top: 40px;
    left: 20px;
    right: 20px;
    align-items: flex-start;
    gap: 16px;
  }
  .casa-error-404__text {
    font-size: 18px;
    line-height: 26px;
  }
  .casa-error-404__button {
    padding: 12px 50px;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.16px;
    align-self: flex-start;
  }
  .casa-error-404__title {
    position: absolute;
    bottom: 20px;
    right: 20px;
    justify-content: flex-end;
  }
  .casa-error-404__title h1 {
    color: #FFF;
    text-align: right;
    font-family: Cormorant;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 40px; /* 125% */
    text-transform: uppercase;
  }
  .casa-single-header {
    padding: 40px 0;
  }
  .casa-single-header__inner {
    padding: 0 20px;
  }
  .casa-single-header__title {
    font-size: 32px;
    line-height: 40px;
    letter-spacing: 0.32px;
    margin-bottom: 16px;
  }
  .casa-single-header__description {
    font-size: 14px;
    line-height: 20px;
  }
  .casa-single-content__inner {
    padding: 0 20px;
  }
  .casa-single-content__text {
    margin-top: 36px;
  }
  .casa-single-content__text p {
    margin-bottom: 12px;
  }
  .casa-single-content__text strong {
    margin-bottom: 12px;
  }
  .casa-single-related__content {
    padding: 24px 15px;
  }
  .casa-single-related__header {
    padding: 62px 15px 40px 15px;
  }
  .casa-single-related__grid {
    grid-template-columns: 1fr;
    gap: 32px;
  }
  .casa-single-related__item-title {
    font-size: 20px;
    line-height: 26px;
  }
  .casa-single-related__view-all.desktop-viewall-button {
    display: none;
  }
  .casa-single-related__view-all.mobil-viewall-button {
    display: block;
    text-align: center;
  }
  .casa-blog__content {
    padding: 24px 15px;
  }
  .casa-blog__inner {
    padding: 0 20px;
  }
  .casa-blog__header {
    padding: 62px 15px 24px;
  }
  .casa-blog__title {
    font-size: 14px;
    line-height: 20px;
  }
  .casa-blog__grid {
    grid-template-columns: 1fr;
    gap: 32px;
  }
  .casa-blog__item-title {
    font-size: 20px;
    line-height: 26px;
  }
  .casa-blog__excerpt {
    font-size: 14px;
    line-height: 20px;
  }
  .casa-blog__view-all.mobil-viewall-button {
    display: block;
    margin-top: 24px;
    text-align: center;
    padding: 12px 24px;
    border: 1px solid #121212;
    background: transparent;
    color: #121212;
    text-decoration: none;
    font-family: linotype-vectora, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0.14px;
  }
  .casa-blog__pagination {
    margin: 32px 0 0 0;
    justify-content: left;
  }
  .casa-blog__card-desc {
    margin-bottom: 23px;
  }
  .casa-footer-contact {
    background: #fff;
    padding: 36px 0 !important;
  }
  .casa-blog__pagination .page-numbers {
    gap: 4px;
  }
  .casa-blog__pagination .page-numbers a,
  .casa-blog__pagination .page-numbers span {
    min-width: 28px;
    height: 28px;
    font-size: 14px;
  }
  .casa-urun-tabs {
    padding: 36px 0;
  }
  .casa-urun-tabs__inner {
    padding: 0 20px;
  }
  .casa-urun-tabs__nav {
    display: none;
  }
  .casa-urun-tabs__content {
    display: flex;
    flex-direction: column;
    gap: 0;
  }
  .casa-urun-tabs__panel {
    display: block !important;
    border-bottom: 1px solid rgba(18, 18, 18, 0.1);
  }
  .casa-urun-tabs__panel:last-child {
    border-bottom: none;
  }
  .casa-urun-tabs__panel-header {
    display: flex !important;
    align-items: center;
    justify-content: space-between;
    padding: 18px 0;
    cursor: pointer;
    touch-action: manipulation;
    -webkit-tap-highlight-color: transparent;
    user-select: none;
  }
  .active .casa-urun-tabs__panel-title {
    color: #121212;
    font-family: linotype-vectora, sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 23px;
    letter-spacing: 0.18px;
  }
  .casa-urun-tabs__panel-title {
    color: #C7C4BF;
    font-family: linotype-vectora, sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 23px;
    letter-spacing: 0.18px;
  }
  .casa-urun-tabs__panel-icon {
    width: 20px;
    height: 20px;
    position: relative;
    flex-shrink: 0;
  }
  .casa-urun-tabs__panel-icon::before, .casa-urun-tabs__panel-icon::after {
    content: "";
    position: absolute;
    background: #121212;
    transition: transform 0.3s ease, opacity 0.3s ease;
  }
  .casa-urun-tabs__panel-icon::before {
    width: 12px;
    height: 2px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .casa-urun-tabs__panel-icon::after {
    width: 2px;
    height: 12px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .casa-urun-tabs__panel.active .casa-urun-tabs__panel-icon::after {
    opacity: 0;
  }
  .casa-urun-tabs__panel.active .casa-urun-tabs__panel-content {
    max-height: 5000px;
    padding: 16px 0 24px 0;
  }
  .casa-urun-tabs__panel-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease, padding 0.3s ease;
    padding: 0;
  }
  .casa-urun-tabs__iframe {
    height: 300px;
  }
  .casa-urun-showroom {
    padding: 0px 0;
  }
  .casa-urun-showroom__inner {
    padding: 0 0px;
  }
  .casa-urun-showroom__grid {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: repeat(4, auto);
    gap: 0px;
  }
  .casa-urun-showroom__item--large {
    grid-column: 1;
    grid-row: 1;
    aspect-ratio: 1/1;
  }
  .casa-urun-showroom__item--horizontal {
    grid-column: 1;
    grid-row: 2;
    aspect-ratio: 1/1;
  }
  .casa-urun-showroom__item--small:nth-of-type(3) {
    grid-column: 1;
    grid-row: 3;
    aspect-ratio: 1/1;
  }
  .casa-urun-showroom__item--small:nth-of-type(4) {
    grid-column: 1;
    grid-row: 4;
    aspect-ratio: 1/1;
  }
  .casa-urun-showroom__more {
    position: relative;
    right: auto;
    bottom: auto;
    display: block;
    margin: -85px auto 0;
  }
  .casa-urun-showroom__lightbox-content {
    padding: 60px 60px 40px;
  }
  .casa-urun-showroom__lightbox-nav {
    width: 50px;
    height: 50px;
  }
  .casa-urun-showroom__lightbox-nav img {
    width: 20px;
    height: 20px;
  }
  .casa-urun-showroom__lightbox-nav--prev {
    left: 10px;
  }
  .casa-urun-showroom__lightbox-nav--next {
    right: 10px;
  }
  .casa-urun-showroom__lightbox-close {
    top: 10px;
    right: 10px;
    width: 40px;
    height: 40px;
  }
  .casa-urun-showroom__lightbox-close span {
    font-size: 24px;
  }
  .casa-tasarimci-section-3__content {
    padding: 36px 20px !important;
  }
  .casa-tasarimci-section-2__inner {
    grid-template-columns: 1fr !important;
    gap: 0px !important;
  }
  .casa-urun-projeler__content {
    margin: 24px 0 40px 0;
    padding: 0 20px;
  }
  .casa-urun-projeler__grid {
    grid-template-columns: 1fr;
  }
  .casa-urun-projeler {
    padding: 40px 0;
  }
  .casa-urun-projeler__header {
    padding: 0 20px;
    margin-bottom: 24px;
  }
  .casa-arsiv-projeler__header {
    padding: 0 20px;
    margin-bottom: 24px;
  }
  .casa-arsiv-projeler__title-header {
    font-size: 32px;
    line-height: 40px;
    letter-spacing: 0.32px;
  }
  .desktop-viewall-button {
    display: none;
  }
  .mobil-viewall-button {
    display: block;
    text-align: center;
    margin: 0 20px;
  }
  .casa-urun-projeler__inner {
    padding: 0 0px;
    grid-template-columns: 1fr;
    gap: 30px;
  }
  .casa-urun-projeler__title a {
    font-size: 18px;
    line-height: 22px;
  }
  .casa-tasarimcilar-archive__title {
    font-size: 28px;
    line-height: 34px;
    letter-spacing: 0.28px;
    margin-bottom: 16px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 16px;
  }
  .casa-tasarimcilar-grid {
    gap: 32px;
  }
  .casa-tasarimci-item {
    grid-template-columns: 1fr;
  }
  .casa-tasarimci-item__content {
    min-height: auto;
    justify-content: flex-start;
    gap: 24px;
    padding: 36px 15px;
  }
  .casa-tasarimci-item--reverse .casa-tasarimci-item__image {
    order: 1;
    min-height: auto;
    aspect-ratio: 1/1;
  }
  .casa-tasarimci-item--reverse .casa-tasarimci-item__content {
    order: 2;
    padding: 20px;
    min-height: auto;
    justify-content: flex-start;
    gap: 16px;
  }
  .casa-tasarimci-item__title-link {
    font-size: 24px;
    line-height: 30px;
    letter-spacing: 0.24px;
  }
  .casa-tasarimci-item__description {
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.14px;
    padding-bottom: 0px;
  }
  .casa-tasarimci-urunler__header {
    padding: 62px 15px 24px 15px;
  }
  .casa-tasarimci-urunler__title {
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px; /* 125% */
    letter-spacing: 0.16px;
    text-transform: uppercase;
  }
  .casa-tasarimci-urunler__view-all.desktop-viewall-button {
    display: none;
  }
  .casa-tasarimci-urunler__view-all.mobil-viewall-button {
    display: block;
    width: calc(100% - 40px);
    text-align: center;
    box-sizing: border-box;
  }
  .casa-tasarimci-detail {
    padding: 20px 0;
  }
  .casa-tasarimci-detail__inner {
    padding: 0 20px;
  }
  .casa-tasarimci-detail__content {
    padding: 32px 0;
  }
  .casa-tasarimci-detail__content p {
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.14px;
  }
  .casa-tasarimci-detail__content h2 {
    font-size: 24px;
    line-height: 30px;
    letter-spacing: 0.24px;
  }
  .casa-showroom-finder__left {
    padding: 32px 20px;
    max-height: calc(100vh - 200px);
    overflow-y: auto;
  }
  .casa-showroom-finder__filters {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .casa-showroom-finder__item-title {
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0.18px;
  }
  .casa-showroom-finder__item-contact {
    display: block;
  }
  .casa-showroom-finder__right {
    height: 400px;
    min-height: 400px;
  }
  .casa-showroom-finder__map {
    min-height: 400px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .casa-metin-gorsel__title {
    color: #121212;
    font-family: miller-text, serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 22px; /* 122.222% */
    letter-spacing: 0.18px;
  }
  .casa-banner__title {
    font-size: 32px;
    line-height: 40px;
    max-width: 400px;
    float: right;
  }
  .casa-footer-contact {
    background: #fff;
    padding: 36px 0 !important;
  }
  .casa-single-content__text {
    margin-top: 36px;
  }
  .casa-single-content__text p {
    margin-bottom: 12px;
  }
  .casa-single-content__text strong {
    margin-bottom: 12px;
  }
  .casa-tasarimci-video__play img {
    width: 90px;
    height: 90px;
  }
  .casa-footer-menu > li {
    margin: 0 0 24px !important;
  }
  .casa-footer-main__contact-item {
    margin-bottom: 32px;
  }
  .casa-tasarimci-section-3__content {
    padding: 36px 20px 36px 0;
  }
  .casa-press__arrows {
    display: none;
  }
  .casa-press__grid {
    grid-template-columns: 1fr;
    grid-template-areas: "right" "left";
  }
  .casa-press__left {
    padding: 15px 15px 35px 15px;
  }
  .casa-press__intro.intro-right-mobile {
    display: block; /* mobile/tablet */
    max-width: 520px;
    padding: 36px 20px 30px;
  }
  .casa-press__left .casa-press__intro {
    display: none; /* intro-right-mobile kullanıyoruz */
  }
  .casa-press__spacer {
    display: none;
  }
  .casa-press__right {
    min-height: 320px;
  }
  .casa-press__slide,
  .casa-press__grid {
    min-height: auto;
  }
  .casa-press__controls {
    width: 100%;
    padding: 0 20px 36px;
  }
  .casa-press__section-title {
    font-size: 16px;
    line-height: 20px;
  }
  .casa-press__all {
    margin-top: 24px;
  }
  .casa-press__post-desc {
    margin-bottom: 36px;
  }
  .casa-press__post-title {
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 22px;
    letter-spacing: 0.18px;
    margin-bottom: 8px;
  }
  .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 !important;
  }
  .casa-hero__controls {
    left: 15px; /* pagination/line left padding */
    right: 15px; /* pagination/line right padding */
  }
  .casa-hero__title {
    font-size: 28px;
    line-height: 34px;
    letter-spacing: 0.28px;
    left: 15px;
    right: 15px;
  }
  .casa-about__text h2 {
    font-size: 18px;
    line-height: 22px;
    letter-spacing: 0.18px;
  }
  .casa-about__content {
    margin: 36px 0 0 0;
    padding: 0 15px;
    position: relative;
    /* bullet altı 36px + bullet satırı yüksekliği (10px) */
    padding-bottom: 46px;
  }
  .casa-about__label {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 32px;
  }
  .casa-about__title {
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 16px;
  }
  .casa-about__text {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 0; /* text -> button arası sadece button margin-top ile kontrol edilsin */
  }
  .casa-about__button {
    font-size: 16px;
    line-height: 24px;
    margin-top: 32px;
  }
  .casa-about__nav-container:has(.swiper-button-prev:not(.swiper-button-lock)),
  .casa-about__nav-container:has(.swiper-button-next:not(.swiper-button-lock)) {
    background: rgba(245, 242, 237, 0.65);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
  }
  .casa-about__nav-container {
    /* Mobil: bar görselin bottom'unda sabit kalsın */
    left: 0;
    right: 0;
    bottom: auto;
    padding: 0 16px;
    display: flex;
  }
  .casa-about__pagination {
    display: flex; /* sabit kalsın, slide ile hareket etmesin */
    position: absolute;
    left: 15px !important;
    bottom: 36px !important;
    z-index: 9 !important;
    width: auto !important;
    justify-content: flex-start !important;
    align-items: center !important;
    gap: 5px !important;
    padding: 0 !important;
    height: 10px;
  }
  .casa-about__inner {
    grid-template-columns: 1fr;
    gap: 0px;
  }
  .showroom-bar {
    display: block;
    padding: 61px 15px 26px 15px;
  }
  .showroom-right {
    margin-top: 8px;
  }
  .showroom-left {
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
  }
  .casa-showroom__nav-container {
    grid-template-columns: 1fr 1fr;
    align-items: center;
    justify-content: center;
    display: flex;
    flex-direction: row-reverse;
  }
  .casa-showroom__title {
    grid-column: 1/2;
    justify-self: start;
    color: #121212;
    font-family: linotype-vectora, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0.16px;
  }
  .casa-showroom__pagination {
    grid-column: 2/3;
    justify-content: end;
    align-items: center;
    align-self: center; /* title ile aynı hizada */
    min-height: 18px;
    margin: 0;
  }
  .casa-showroom__pagination .swiper-pagination-bullet {
    display: block;
  }
  .urunler-grid {
    grid-template-columns: 1fr 1fr;
    gap: 0px;
  }
  .casa-banner__title {
    font-size: 32px;
    line-height: 40px;
  }
  .casa-banner__description {
    font-size: 14px;
    line-height: 20px;
  }
  .casa-banner__button {
    font-size: 14px;
    line-height: 20px;
    padding: 10px 40px;
    margin-top: 32px;
  }
  .urunler-item__content {
    margin-left: 15px;
  }
  .casa-banner--title-right .casa-banner__content {
    padding: 0 20px;
  }
  .casa-gorsel-metin__inner {
    flex-direction: column;
    gap: 0;
  }
  .casa-gorsel-metin__image {
    width: 100%;
  }
  .casa-gorsel-metin__content {
    padding: 32px 20px;
  }
  .casa-gorsel-metin__title {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 12px;
  }
  .casa-gorsel-metin__description {
    font-size: 14px;
    line-height: 20px;
  }
  .casa-metin-gorsel__inner {
    flex-direction: column;
    gap: 0;
  }
  .casa-metin-gorsel__content {
    padding: 32px 20px;
    justify-content: flex-start;
    gap: 24px;
  }
  .casa-metin-gorsel__top {
    gap: 12px;
  }
  .casa-metin-gorsel__title {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 0;
  }
  .casa-metin-gorsel__description-top,
  .casa-metin-gorsel__description-bottom {
    font-size: 14px;
    line-height: 20px;
  }
  .casa-metin-gorsel__image {
    width: 100%;
  }
  .casa-textblock__inner {
    padding: 32px 20px;
  }
  .casa-textblock__content {
    font-size: 14px;
    line-height: 20px;
  }
  .casa-textblock__content h2 {
    font-size: 24px;
    line-height: 30px;
  }
  .casa-textblock__content h3 {
    font-size: 20px;
    line-height: 26px;
  }
  .casa-textblock__content ul li, .casa-textblock__content ol li {
    padding: 32px 0;
    padding-left: 42px;
  }
  .casa-textblock__content ul li::before, .casa-textblock__content ol li::before {
    top: 32px;
  }
  .casa-galleri__nav {
    width: 40px;
    height: 40px;
  }
  .casa-galleri__nav.swiper-button-prev {
    left: 10px;
  }
  .casa-galleri__nav.swiper-button-next {
    right: 10px;
  }
  .casa-galleri__nav::after {
    font-size: 16px;
  }
  .casa-galleri__pagination {
    bottom: 16px;
  }
  .casa-urun-hero__image {
    height: 540px;
  }
  .casa-urun-hero__content {
    bottom: 20px;
    padding: 0 20px;
  }
  .casa-urun-hero__title {
    color: #fff;
    text-align: right;
    font-family: linotype-vectora, sans-serif;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 40px; /* 125% */
    text-transform: uppercase;
  }
  .casa-arsiv-urunler-hero__image {
    height: 540px;
  }
  .casa-arsiv-urunler-hero__content {
    bottom: 20px;
    padding: 0 20px;
  }
  .casa-arsiv-urunler-hero__title {
    color: #fff;
    text-align: center;
    font-family: miller-text, serif;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 40px;
    letter-spacing: 0.32px;
  }
  .casa-urun-detail__content-h2 {
    font-size: 18px;
    font-weight: 700;
  }
  .casa-urun-detail__content h2 {
    font-size: 22px;
  }
  .casa-urun-detail__content-text {
    margin-top: 60px;
  }
  .casa-urun-detail__content {
    padding: 0px 20px;
  }
  .casa-urun-detail__inner {
    grid-template-columns: 1fr;
    gap: 32px;
    padding: 0 0px;
  }
  .casa-urun-gallery__controls {
    bottom: 16px;
    padding: 0 16px;
    gap: 12px;
  }
  .casa-urun-gallery__nav {
    width: 40px;
    height: 40px;
  }
  .casa-urun-gallery__nav img {
    width: 20px;
    height: 20px;
  }
  .casa-urun-gallery__pagination .swiper-pagination-bullet {
    width: 6px;
    height: 6px;
  }
  .casa-urun-detail__content-buttons {
    flex-direction: column;
  }
  .casa-urun-detail__content-button {
    width: 100%;
  }
  .casa-error-404 {
    height: 522px;
    min-height: 522px;
    padding: 0;
    margin-top: 121px;
  }
  .casa-error-404__image {
    height: 522px;
  }
  .casa-error-404__image img {
    height: 522px;
    aspect-ratio: 1/1;
    object-fit: cover;
  }
  .casa-error-404__inner {
    position: relative;
    width: 100%;
    height: 522px;
    min-height: 522px;
    padding: 20px;
    box-sizing: border-box;
  }
  .casa-error-404__content {
    position: absolute;
    top: 40px;
    left: 20px;
    right: 20px;
    align-items: flex-start;
    gap: 16px;
  }
  .casa-error-404__text {
    font-size: 18px;
    line-height: 26px;
  }
  .casa-error-404__button {
    padding: 12px 50px;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.16px;
    align-self: flex-start;
  }
  .casa-error-404__title {
    position: absolute;
    bottom: 20px;
    right: 20px;
    justify-content: flex-end;
  }
  .casa-error-404__title h1 {
    color: #FFF;
    text-align: right;
    font-family: Cormorant;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 40px; /* 125% */
    text-transform: uppercase;
  }
  .casa-single-header {
    padding: 40px 0;
  }
  .casa-single-header__inner {
    padding: 0 20px;
  }
  .casa-single-header__title {
    font-size: 32px;
    line-height: 40px;
    letter-spacing: 0.32px;
    margin-bottom: 16px;
  }
  .casa-single-header__description {
    font-size: 14px;
    line-height: 20px;
  }
  .casa-single-content__inner {
    margin: 0 auto;
    padding: 0 15px;
  }
  .casa-single-related__content {
    padding: 24px 15px;
  }
  .casa-single-related__header {
    padding: 62px 15px 24px 15px;
  }
  .casa-single-related__title {
    font-size: 14px;
    line-height: 20px;
  }
  .casa-single-related__grid {
    grid-template-columns: 1fr;
  }
  .casa-single-related__item-title {
    font-size: 20px;
    line-height: 26px;
  }
  .casa-single-related__excerpt {
    font-size: 14px;
    line-height: 20px;
  }
  .casa-single-related__view-all.desktop-viewall-button {
    display: none;
  }
  .casa-single-related__view-all.mobil-viewall-button {
    display: block;
    margin-top: 24px;
    text-align: center;
  }
  .casa-blog__content {
    padding: 24px 15px;
  }
  .casa-blog__inner {
    padding: 0 20px;
  }
  .casa-blog__header {
    padding: 62px 15px 24px;
  }
  .casa-blog__title {
    font-size: 14px;
    line-height: 20px;
  }
  .casa-blog__grid {
    grid-template-columns: 1fr;
    gap: 32px;
  }
  .casa-blog__item-title {
    font-size: 20px;
    line-height: 26px;
  }
  .casa-blog__excerpt {
    font-size: 14px;
    line-height: 20px;
  }
  .casa-blog__view-all.mobil-viewall-button {
    display: block;
    margin-top: 24px;
    text-align: center;
    padding: 12px 24px;
    border: 1px solid #121212;
    background: transparent;
    color: #121212;
    text-decoration: none;
    font-family: linotype-vectora, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0.14px;
  }
  .casa-blog__pagination {
    margin: 32px 0 0 0;
    justify-content: left;
  }
  .casa-blog__card-desc {
    margin-bottom: 23px;
  }
  .casa-footer-contact {
    background: #fff;
    padding: 74px 0;
  }
  .casa-blog__pagination .page-numbers {
    gap: 4px;
  }
  .casa-blog__pagination .page-numbers a,
  .casa-blog__pagination .page-numbers span {
    min-width: 28px;
    height: 28px;
    font-size: 14px;
  }
  .casa-urun-tabs {
    padding: 40px 0;
  }
  .casa-urun-tabs__inner {
    padding: 0 20px;
  }
  .casa-urun-tabs__nav {
    display: none;
  }
  .casa-urun-tabs__content {
    display: flex;
    flex-direction: column;
    gap: 0;
  }
  .casa-urun-tabs__panel {
    display: block !important;
    border-bottom: 1px solid rgba(18, 18, 18, 0.1);
  }
  .casa-urun-tabs__panel:last-child {
    border-bottom: none;
  }
  .casa-urun-tabs__panel-header {
    display: flex !important;
    align-items: center;
    justify-content: space-between;
    padding: 16px 0;
    cursor: pointer;
    touch-action: manipulation;
    -webkit-tap-highlight-color: transparent;
    user-select: none;
  }
  .casa-urun-tabs__panel-title {
    color: #121212;
    font-family: linotype-vectora, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0.16px;
  }
  .casa-urun-tabs__panel-icon {
    width: 20px;
    height: 20px;
    position: relative;
    flex-shrink: 0;
  }
  .casa-urun-tabs__panel-icon::before, .casa-urun-tabs__panel-icon::after {
    content: "";
    position: absolute;
    background: #121212;
    transition: transform 0.3s ease, opacity 0.3s ease;
  }
  .casa-urun-tabs__panel-icon::before {
    width: 12px;
    height: 2px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .casa-urun-tabs__panel-icon::after {
    width: 2px;
    height: 12px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .casa-urun-tabs__panel.active .casa-urun-tabs__panel-icon::after {
    opacity: 0;
  }
  .casa-urun-tabs__panel.active .casa-urun-tabs__panel-content {
    max-height: 5000px;
    padding: 16px 0 24px 0;
  }
  .casa-urun-tabs__panel-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease, padding 0.3s ease;
    padding: 0;
  }
  .casa-urun-tabs__iframe {
    height: 300px;
  }
  .casa-urun-showroom {
    padding: 0px 0;
  }
  .casa-urun-showroom__inner {
    padding: 0 0px;
  }
  .casa-urun-showroom__grid {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: repeat(4, auto);
    gap: 0px;
  }
  .casa-urun-showroom__item--large {
    grid-column: 1;
    grid-row: 1;
    aspect-ratio: 1/1;
  }
  .casa-urun-showroom__item--horizontal {
    grid-column: 1;
    grid-row: 2;
    aspect-ratio: 1/1;
  }
  .casa-urun-showroom__item--small:nth-of-type(3) {
    grid-column: 1;
    grid-row: 3;
    aspect-ratio: 1/1;
  }
  .casa-urun-showroom__item--small:nth-of-type(4) {
    grid-column: 1;
    grid-row: 4;
    aspect-ratio: 1/1;
  }
  .casa-urun-showroom__more {
    position: relative;
    right: auto;
    bottom: auto;
    display: block;
    margin: -85px auto 0;
  }
  .casa-urun-showroom__lightbox-content {
    padding: 60px 60px 40px;
  }
  .casa-urun-showroom__lightbox-nav {
    width: 50px;
    height: 50px;
  }
  .casa-urun-showroom__lightbox-nav img {
    width: 20px;
    height: 20px;
  }
  .casa-urun-showroom__lightbox-nav--prev {
    left: 10px;
  }
  .casa-urun-showroom__lightbox-nav--next {
    right: 10px;
  }
  .casa-urun-showroom__lightbox-close {
    top: 10px;
    right: 10px;
    width: 40px;
    height: 40px;
  }
  .casa-urun-showroom__lightbox-close span {
    font-size: 24px;
  }
  .casa-tasarimci-section-3__content {
    padding: 36px 20px !important;
  }
  .casa-tasarimci-section-2__inner {
    grid-template-columns: 1fr !important;
    gap: 0px !important;
  }
  .casa-urun-projeler__content {
    margin: 24px 0 40px 0;
    padding: 0 20px;
  }
  .casa-urun-projeler__grid {
    grid-template-columns: 1fr;
  }
  .casa-urun-projeler {
    padding: 40px 0;
  }
  .casa-urun-projeler__header {
    padding: 0 20px;
    margin-bottom: 24px;
  }
  .casa-arsiv-projeler__header {
    padding: 0 20px;
    margin-bottom: 24px;
  }
  .casa-arsiv-projeler__title-header {
    font-size: 32px;
    line-height: 40px;
    letter-spacing: 0.32px;
  }
  .desktop-viewall-button {
    display: none;
  }
  .mobil-viewall-button {
    display: block;
    text-align: center;
    margin: 0 20px;
  }
  .casa-urun-projeler__inner {
    padding: 0 0px;
    grid-template-columns: 1fr;
    gap: 30px;
  }
  .casa-urun-projeler__title a {
    font-size: 18px;
    line-height: 22px;
  }
  .casa-tasarimcilar-archive__title {
    font-size: 28px;
    line-height: 34px;
    letter-spacing: 0.28px;
    margin-bottom: 16px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 16px;
  }
  .casa-tasarimcilar-grid {
    gap: 32px;
  }
  .casa-tasarimci-item {
    grid-template-columns: 1fr;
  }
  .casa-tasarimci-item__content {
    min-height: auto;
    justify-content: flex-start;
    gap: 24px;
    padding: 36px 15px;
  }
  .casa-tasarimci-item--reverse .casa-tasarimci-item__image {
    order: 1;
    min-height: auto;
    aspect-ratio: 1/1;
  }
  .casa-tasarimci-item--reverse .casa-tasarimci-item__content {
    order: 2;
    padding: 20px;
    min-height: auto;
    justify-content: flex-start;
    gap: 16px;
  }
  .casa-tasarimci-item__title-link {
    font-size: 24px;
    line-height: 30px;
    letter-spacing: 0.24px;
  }
  .casa-tasarimci-item__description {
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.14px;
    padding-bottom: 0px;
  }
  .casa-tasarimci-urunler__header {
    padding: 62px 15px 24px 15px;
  }
  .casa-tasarimci-urunler__title {
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px; /* 125% */
    letter-spacing: 0.16px;
    text-transform: uppercase;
  }
  .casa-tasarimci-urunler__view-all.desktop-viewall-button {
    display: none;
  }
  .casa-tasarimci-urunler__view-all.mobil-viewall-button {
    display: block;
    width: calc(100% - 40px);
    text-align: center;
    box-sizing: border-box;
  }
  .casa-tasarimci-detail {
    padding: 20px 0;
  }
  .casa-tasarimci-detail__inner {
    padding: 0 20px;
  }
  .casa-tasarimci-detail__content {
    padding: 32px 0;
  }
  .casa-tasarimci-detail__content p {
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.14px;
  }
  .casa-tasarimci-detail__content h2 {
    font-size: 24px;
    line-height: 30px;
    letter-spacing: 0.24px;
  }
  .casa-showroom-finder__left {
    padding: 32px 20px;
    max-height: calc(100vh - 200px);
    overflow-y: auto;
  }
  .casa-showroom-finder__filters {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .casa-showroom-finder__item-title {
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0.18px;
  }
  .casa-showroom-finder__item-contact {
    display: block;
  }
  .casa-showroom-finder__right {
    height: 400px;
    min-height: 400px;
  }
  .casa-showroom-finder__map {
    min-height: 400px;
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  .casa-metin-gorsel__title {
    color: #121212;
    font-family: miller-text, serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 22px; /* 122.222% */
    letter-spacing: 0.18px;
  }
  .casa-banner__title {
    font-size: 32px;
    line-height: 40px;
    max-width: 400px;
    float: right;
  }
  .casa-footer-contact {
    background: #fff;
    padding: 36px 0 !important;
  }
  .casa-single-content__text {
    margin-top: 36px;
  }
  .casa-single-content__text p {
    margin-bottom: 12px;
  }
  .casa-single-content__text strong {
    margin-bottom: 12px;
  }
  .casa-urun-detail__content-text {
    margin-top: 28px;
  }
  .casa-urun-detail__content {
    padding: 24px 0;
  }
  .casa-tasarimci-video__play img {
    width: 60px !important;
    height: 60px !important;
  }
  .casa-blog__pagination {
    display: inline-flex !important;
    align-items: center;
    justify-content: flex-start;
    gap: 5px;
    position: absolute;
    left: 20px;
    bottom: 16px;
    z-index: 2;
    padding: 0px 20px;
  }
  /* Swiper "watchOverflow" pagination lock override (az post varsa bile bullet gözüksün) */
  .casa-blog__pagination.swiper-pagination-lock {
    display: inline-flex !important;
  }
  .casa-blog__pagination .swiper-pagination-bullet {
    background: #121212;
    opacity: 1;
    border-radius: 30%;
  }
  .casa-blog__pagination .swiper-pagination-bullet-active {
    background: transparent;
    border: 1px solid #121212;
  }
  .casa-press__post-title {
    margin-bottom: 30px;
  }
  .casa-press__spacer {
    height: 250px;
  }
  .casa-about__inner {
    grid-template-columns: 1fr 1fr;
    gap: 40px;
  }
  .casa-about__nav-container {
    display: none;
  }
  .casa-about__content {
    margin: 100px 40px 40px 0;
  }
  .casa-tasarimci-section-3__content {
    padding: 36px 20px 36px 0 !important;
  }
  .urunler-grid {
    grid-template-columns: 1fr 1fr;
    gap: 0px;
  }
  .urunler-item__link {
    margin-bottom: 40px;
  }
  .urunler-item__content {
    margin-left: 40px;
  }
  .casa-error-404 {
    margin-top: 121px;
    padding: 100px 20px;
  }
  .casa-urun-showroom {
    width: 100%;
    box-sizing: border-box;
    overflow-x: hidden;
  }
  .casa-urun-showroom__inner {
    max-width: 100%;
    box-sizing: border-box;
    width: 100%;
    overflow-x: hidden;
  }
  .casa-urun-showroom__grid {
    gap: 0px;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    grid-template-columns: 1.5fr 1fr 1fr;
    grid-template-rows: auto auto;
    overflow: hidden;
  }
  .casa-urun-showroom__item {
    min-width: 0;
    max-width: 100%;
    overflow: hidden;
    box-sizing: border-box;
  }
  .casa-urun-showroom__item img {
    max-width: 100%;
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
  }
  .casa-urun-showroom__item--large {
    grid-column: 1;
    grid-row: 1/3;
    aspect-ratio: 2/3;
    height: 100%;
  }
  .casa-urun-showroom__item--horizontal {
    grid-column: 2/4;
    grid-row: 1;
    aspect-ratio: 2/1;
    height: 100%;
  }
  .casa-urun-showroom__item--small {
    aspect-ratio: 1/1;
    height: 100%;
  }
  .casa-urun-showroom__item--small:nth-of-type(3) {
    grid-column: 2;
    grid-row: 2;
  }
  .casa-urun-showroom__item--small:nth-of-type(4) {
    grid-column: 3;
    grid-row: 2;
  }
  .casa-urun-showroom__more {
    right: 40px;
    bottom: 40px;
  }
  .casa-urun-showroom__lightbox-content {
    padding: 60px 80px 40px;
  }
}
@media (min-width: 1366px) and (max-width: 1499px) {
  .casa-single-content__text {
    margin-top: 36px;
  }
  .casa-single-content__text p {
    margin-bottom: 12px;
  }
  .casa-single-content__text strong {
    margin-bottom: 12px;
  }
  .casa-about__inner {
    grid-template-columns: 1fr 1fr;
    gap: 40px;
  }
  .casa-about__nav-container {
    display: none;
  }
  .casa-about__content {
    margin: 100px 40px 40px 0;
  }
  .casa-urun-showroom {
    width: 100%;
    box-sizing: border-box;
    overflow-x: hidden;
  }
  .casa-urun-showroom__inner {
    max-width: 100%;
    box-sizing: border-box;
    width: 100%;
    overflow-x: hidden;
  }
  .casa-urun-showroom__grid {
    gap: 0px;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    grid-template-columns: 1.5fr 1fr 1fr;
    grid-template-rows: auto auto;
    overflow: hidden;
  }
  .casa-urun-showroom__item {
    min-width: 0;
    max-width: 100%;
    overflow: hidden;
    box-sizing: border-box;
  }
  .casa-urun-showroom__item img {
    max-width: 100%;
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
  }
  .casa-urun-showroom__item--large {
    grid-column: 1;
    grid-row: 1/3;
    aspect-ratio: 2/3;
    height: 100%;
  }
  .casa-urun-showroom__item--horizontal {
    grid-column: 2/4;
    grid-row: 1;
    aspect-ratio: 2/1;
    height: 100%;
  }
  .casa-urun-showroom__item--small {
    aspect-ratio: 1/1;
    height: 100%;
  }
  .casa-urun-showroom__item--small:nth-of-type(3) {
    grid-column: 2;
    grid-row: 2;
  }
  .casa-urun-showroom__item--small:nth-of-type(4) {
    grid-column: 3;
    grid-row: 2;
  }
  .casa-urun-showroom__more {
    right: 40px;
    bottom: 40px;
  }
  .casa-urun-showroom__lightbox-content {
    padding: 60px 80px 40px;
  }
}
@media (min-width: 1200px) and (max-width: 1365px) {
  .casa-single-content__text {
    margin-top: 36px;
  }
  .casa-single-content__text p {
    margin-bottom: 12px;
  }
  .casa-single-content__text strong {
    margin-bottom: 12px;
  }
  .casa-about__inner {
    grid-template-columns: 1fr 1fr;
    gap: 40px;
  }
  .casa-about__nav-container {
    display: none;
  }
  .casa-about__content {
    margin: 100px 40px 40px 0;
  }
  .casa-error-404 {
    margin-top: 121px;
    padding: 100px 20px;
  }
  .casa-urun-showroom {
    width: 100%;
    box-sizing: border-box;
    overflow-x: hidden;
  }
  .casa-urun-showroom__inner {
    max-width: 100%;
    box-sizing: border-box;
    width: 100%;
    overflow-x: hidden;
  }
  .casa-urun-showroom__grid {
    gap: 0px;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    grid-template-columns: 1.5fr 1fr 1fr;
    grid-template-rows: auto auto;
    overflow: hidden;
  }
  .casa-urun-showroom__item {
    min-width: 0;
    max-width: 100%;
    overflow: hidden;
    box-sizing: border-box;
  }
  .casa-urun-showroom__item img {
    max-width: 100%;
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
  }
  .casa-urun-showroom__item--large {
    grid-column: 1;
    grid-row: 1/3;
    aspect-ratio: 2/3;
    height: 100%;
  }
  .casa-urun-showroom__item--horizontal {
    grid-column: 2/4;
    grid-row: 1;
    aspect-ratio: 2/1;
    height: 100%;
  }
  .casa-urun-showroom__item--small {
    aspect-ratio: 1/1;
    height: 100%;
  }
  .casa-urun-showroom__item--small:nth-of-type(3) {
    grid-column: 2;
    grid-row: 2;
  }
  .casa-urun-showroom__item--small:nth-of-type(4) {
    grid-column: 3;
    grid-row: 2;
  }
  .casa-urun-showroom__more {
    right: 40px;
    bottom: 40px;
  }
  .casa-urun-showroom__lightbox-content {
    padding: 60px 80px 40px;
  }
}
/* Header styles (header.scss) */
.casa-header {
  position: absolute;
  top: 0;
  left: 40px;
  right: 40px;
  z-index: 1000;
  color: #fff;
}

.casa-nav-open .casa-header,
.casa-nav-opening .casa-header,
.casa-nav-closing .casa-header {
  position: fixed;
  top: 0;
  bottom: auto;
  left: 0;
  right: 0;
  background: #F5F1ED;
  color: #111;
  padding: 40px;
  transition: all 0.3s fade-in;
}
@keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

.casa-nav-opening .casa-header,
.casa-nav-closing .casa-header {
  opacity: 0;
  transform: translateY(-12px);
}

.casa-nav-open .casa-header {
  opacity: 1;
  transform: translateY(0);
}

.casa-desktop-open .casa-header,
.casa-desktop-opening .casa-header,
.casa-desktop-closing .casa-header {
  position: fixed;
  top: 0;
  bottom: auto;
  left: 0;
  right: 0;
  background: #F5F1ED;
  color: #111;
  padding: 0 40px 40px; /* full width + içerik 40px iç boşluk */
  transition: opacity 1s;
  will-change: opacity, transform;
}

.casa-desktop-opening .casa-header,
.casa-desktop-closing .casa-header {
  opacity: 0;
}

.casa-desktop-open .casa-header {
  opacity: 1;
  transform: translateY(0);
}

.casa-nav-open,
.casa-desktop-open {
  /* Menü açıkken de sağ scrollbar görünsün */
  overflow-y: scroll;
}

.casa-search-open {
  overflow-y: scroll;
}

.casa-search-open .casa-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: auto; /* içerik kadar */
  background: #F5F1ED;
  color: #121212;
  padding: 40px;
  z-index: 1001;
}

/* Search açıkken input yukarıdan başlasın: normal header üst satırı yer kaplamasın */
.casa-search-open .casa-header__top {
  display: none;
}

.casa-desktop-open .casa-header__top {
  padding: 27px 0; /* normal header ile aynı kalsın */
}

.casa-header__inner {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.casa-header__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 27px 0;
  width: 100%;
}

.casa-header__bottom {
  width: 100%;
  padding-top: 113px; /* altta logo: logo ile hamburger menü arası */
}

.casa-nav-open .casa-header__bottom {
  position: static;
  left: auto;
  bottom: auto;
  padding-top: 60px;
  display: flex;
  align-items: center;
  gap: 24px;
}

.casa-desktop-open .casa-header__bottom {
  position: static;
  left: auto;
  bottom: auto;
  padding-top: 60px;
  display: flex;
  align-items: center;
  gap: 24px;
}

.casa-header__nav {
  display: flex;
  align-items: center;
  gap: 48px;
  width: 100%;
}

.casa-header__nav--overlay {
  display: flex; /* transition için her zaman var, kapalıyken collapse */
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transform: translateY(0px);
  pointer-events: none;
  transition: opacity 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  will-change: opacity, transform, max-height;
}

.casa-nav-open .casa-header__nav--overlay {
  max-height: 2000px;
  opacity: 1;
  transform: translateY(0px);
  pointer-events: auto;
}

.casa-header__nav--overlay-desktop {
  display: flex; /* transition için her zaman var, kapalıyken collapse */
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transform: translateY(0px);
  pointer-events: none;
  transition: fade-in 0.5s ease-in;
}
@keyframes fade-in {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

.casa-desktop-open .casa-header__nav--overlay-desktop {
  align-items: flex-start;
  gap: 40px;
  margin-top: var(--casa-desktop-mega-mt, 46px);
  padding-left: var(--casa-desktop-mega-left, 0px);
  max-height: 2000px;
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}

.casa-desktop-closing .casa-header__nav--overlay-desktop,
.casa-nav-closing .casa-header__nav--overlay {
  max-height: 0;
  opacity: 0;
  transform: translateY(-10px);
  pointer-events: none;
}

.casa-desktop-open #desktop-navigation .casa-mega {
  margin: 0;
  padding: 0;
}

/* Desktop mega: title'ı gösterme (tıklanan item zaten üst menüde) */
.casa-desktop-open #desktop-navigation .casa-mega__title {
  display: none;
}

.casa-desktop-open #site-navigation {
  display: none;
}

.casa-nav-open .casa-header__nav--overlay-desktop {
  display: none;
}

.casa-nav-open .casa-header__nav--desktop {
  display: none;
}

.casa-desktop-open .casa-header__nav--desktop {
  /* desktop menü üstte aynı kalsın */
  display: flex;
  align-items: center;
  gap: 48px;
}

.casa-nav-open .casa-header__nav--overlay {
  align-items: flex-start;
}

.casa-nav-open .casa-header__nav--overlay {
  gap: 40px;
}

/* Mega overlay menu (menu-2) */
.casa-header__nav--overlay .casa-mega {
  display: flex;
  gap: 85px; /* menü araları */
  align-items: flex-start;
  margin: 45px 0;
  padding: 0;
}

.casa-header__nav--overlay .casa-mega__col {
  min-width: 160px;
}

/* Desktop mega: only show the clicked column */
.casa-desktop-open #desktop-navigation .casa-mega__col {
  display: none;
}

.casa-desktop-open #desktop-navigation .casa-mega__col.is-active {
  display: block;
}

.casa-header__nav--overlay .casa-mega__title {
  color: #121212;
  margin-bottom: 12px;
  font-family: linotype-vectora, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px; /* 150% */
  letter-spacing: 0.16px;
}

.casa-header__nav--overlay .casa-mega__list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.casa-header__nav--overlay .casa-mega__item + .casa-mega__item {
  margin-top: 12px;
}

.casa-header__nav--overlay .casa-mega__link {
  color: #121212;
  /* Body/Large */
  font-family: linotype-vectora, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 150% */
  letter-spacing: 0.16px;
}

.casa-header__hamburger {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  border: 0;
  background: transparent;
  color: inherit;
  cursor: pointer;
}

.casa-header__hamburger img {
  display: block;
}

.casa-header__menu-controls {
  display: inline-flex;
  align-items: center;
  gap: 45px; /* close ve menü arası */
}

.casa-header__close {
  display: none;
  align-items: center;
  justify-content: center;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
}

.casa-nav-open .casa-header__hamburger {
  display: none;
}

.casa-nav-open .casa-header__close {
  display: inline-flex;
}

.casa-search-open .casa-header__hamburger {
  display: none;
}

.casa-search-open .casa-header__close {
  display: none; /* search içinde ayrı close var */
}

.casa-search-open .casa-header__menu-controls {
  display: none; /* search içinde ayrı close var */
}

.casa-search-open .casa-header__actions {
  display: none;
}

.casa-search-open .casa-header__nav--desktop {
  display: none;
}

.casa-search-open #site-navigation,
.casa-search-open #desktop-navigation {
  display: none;
}

.casa-search-open .casa-header__bottom {
  display: flex;
  align-items: center;
  gap: 24px;
  position: static; /* header’ın içinde kalsın */
  left: auto;
  right: auto;
  bottom: auto;
}

.casa-search-open .casa-header__logo img {
  filter: invert(1);
}

.casa-search-open .casa-header__social {
  display: inline-flex;
  margin-left: 0px;
}

.casa-search-open .casa-header__social-link img {
  filter: brightness(0) saturate(100%);
}

.casa-search-open .casa-header__lang {
  display: none;
}

.casa-search {
  display: flex; /* transition için her zaman var, kapalıyken collapse */
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transform: translateY(-10px);
  pointer-events: none;
  transition: opacity 0.5s cubic-bezier(0.4, 0, 0.2, 1), transform 0.5s cubic-bezier(0.4, 0, 0.2, 1), max-height 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  will-change: opacity, transform, max-height;
  flex-direction: column;
}

.casa-search-open .casa-search {
  max-height: 2000px;
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
  position: static;
  background: transparent;
  color: inherit;
  padding: 0;
}

.casa-search__title {
  color: #121212;
  font-family: linotype-vectora, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px; /* 142.857% */
  letter-spacing: 0.14px;
}

.casa-search__top {
  display: grid;
  grid-template-columns: 1fr auto;
  grid-template-rows: auto auto;
  column-gap: 24px;
  align-items: start;
  padding-top: 0;
}

.casa-search__form {
  grid-column: 1/2;
  grid-row: 2/3;
  margin-top: 0;
}

.casa-search__close {
  grid-column: 2/3;
  grid-row: 2/3; /* input ile aynı satır */
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
}

.casa-search__close img {
  height: 26px;
  width: auto;
  display: block;
}

.casa-search__input {
  width: 100%;
  border: 0;
  border-bottom: 1px solid #121212;
  background: transparent;
  padding: 12px 0;
  outline: none;
  font-family: linotype-vectora, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.16px;
  color: #121212;
}

.casa-search__suggestions {
  margin-top: 60px;
}

.casa-search__suggestions-title {
  font-family: linotype-vectora, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px; /* 150% */
  letter-spacing: 0.16px;
  color: #121212;
  margin-bottom: 12px;
}

.casa-search__suggestions-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.casa-search__suggestions-list li + li {
  margin-top: 12px;
}

.casa-search__suggestions-list a {
  color: #121212;
  text-decoration: none;
  font-family: linotype-vectora, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 150% */
  letter-spacing: 0.16px;
}

.casa-desktop-open .casa-header__hamburger {
  display: none;
}

.casa-desktop-open .casa-header__close {
  display: inline-flex;
}

.casa-nav-open .casa-header__menu-controls {
  position: fixed;
  top: 40px;
  left: 40px;
  z-index: 1002;
}

.casa-desktop-open .casa-header__menu-controls {
  position: fixed;
  top: 40px;
  left: 40px;
  z-index: 1002;
}

.casa-desktop-open .casa-header__actions {
  position: static;
}

.casa-desktop-open .casa-header__hamburger img,
.casa-desktop-open .casa-header__actions img,
.casa-desktop-open .casa-header__social-link img {
  filter: brightness(0) saturate(100%);
}

.casa-desktop-open .casa-header__logo .casa-header__logo-img--mega {
  display: block;
}

.casa-desktop-open .casa-header__logo img {
  filter: invert(1);
}

.casa-header__logo img {
  display: block;
  height: auto;
  max-height: 60px;
  width: auto;
}

.casa-header__logo .casa-header__logo-img--mega {
  display: none;
}

/* Desktop: don't show the extra mobile logo in the top bar */
@media (min-width: 1200px) {
  .casa-header__logo--mobile {
    display: none;
  }
}
/* Logo container position relative */
.casa-header__logo {
  position: relative;
}

/* Logo transition için base stil */
.casa-header__logo-img--default {
  transition: all 0.3s ease;
  position: relative;
  top: 0;
}

/* Menü açıldığında logo aşağı kay */
.casa-nav-open .casa-header__logo .casa-header__logo-img--default,
.casa-desktop-open .casa-header__logo .casa-header__logo-img--default {
  position: absolute;
  left: 0px;
  right: 50px;
  z-index: 99999999;
  opacity: 1;
  margin-top: -23px;
}

.fade-slide.is-visible {
  opacity: 1;
}

.casa-nav-open .casa-header__logo .casa-header__logo-img--mega {
  display: block;
}

.casa-nav-open .casa-header__logo img {
  filter: invert(1);
}

/* Desktop (menu-1) panels - Casa_Walker_Primary_Menu */
.casa-header__nav--desktop {
  position: relative;
}

.casa-header__nav--desktop .casa-submenu-panels {
  position: absolute;
  top: calc(100% + 24px);
  right: 0;
  z-index: 1001;
}

.casa-header__nav--desktop .casa-submenu-panel[hidden] {
  display: none !important;
}

.casa-header__nav--desktop .casa-submenu-panel {
  min-width: 220px;
}

.casa-header__nav--desktop .casa-submenu-panel .sub-menu {
  display: block;
  margin: 0;
  padding: 0;
  list-style: none;
}

.casa-header__nav--desktop .casa-submenu-panel .sub-menu li + li {
  margin-top: 12px;
}

.casa-header__nav--desktop .casa-submenu-panel a {
  color: inherit;
  text-decoration: none;
  font-family: linotype-vectora, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.16px;
}

/* Menu */
.casa-header__nav .menu {
  display: flex;
  align-items: center;
  gap: 48px; /* menüler arası */
  margin: 0;
  padding: 0;
  list-style: none;
  flex: 1;
  justify-content: flex-end; /* menü sağa yaslı */
}

.casa-nav-open .casa-header__nav .menu {
  justify-content: flex-end;
}

.casa-header__nav .menu > li {
  position: relative;
}

.casa-header__nav a {
  display: inline-flex;
  align-items: center;
  gap: 8px; /* menü ile ok arası */
  color: inherit;
  text-decoration: none;
}

/* Menu item typography (default / closed state) */
.casa-header__nav .menu > li > a {
  font-family: linotype-vectora, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 150% */
  letter-spacing: 0.16px;
}

/* Closed state hover: hoverlanan 1, diğerleri düşük opacity */
body:not(.casa-nav-open):not(.casa-desktop-open) .casa-header__nav--desktop .menu:hover > li > a {
  opacity: 0.35;
}

body:not(.casa-nav-open):not(.casa-desktop-open) .casa-header__nav--desktop .menu:hover > li:hover > a {
  opacity: 1;
}

.casa-nav-open .casa-header__nav a {
  color: #111;
}

.casa-nav-open .casa-header__nav .menu > li.focus > a {
  opacity: 1;
}

.casa-nav-open .casa-header__nav .menu > li:hover > a {
  opacity: 1;
}

.casa-desktop-open .casa-header__nav .menu > li > a {
  opacity: 0.2;
}

.casa-desktop-open .casa-header__nav .menu > li.is-open > a {
  opacity: 1;
}

.casa-desktop-open .casa-header__nav .menu > li:hover > a {
  opacity: 1;
}

.casa-header__nav .sub-menu {
  display: none;
}

/* Desktop (menu-1): open on click via <details>/<summary> (no JS) */
.casa-header__nav--desktop details.casa-desktop-details {
  position: relative;
}

.casa-header__nav--desktop summary.casa-desktop-summary {
  list-style: none;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.casa-header__nav--desktop summary.casa-desktop-summary::-webkit-details-marker {
  display: none;
}

.casa-header__nav--desktop details.casa-desktop-details > .sub-menu {
  display: none;
  position: absolute;
  top: calc(100% + 16px);
  right: 0;
  min-width: 220px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.casa-header__nav--desktop details.casa-desktop-details[open] > .sub-menu {
  display: block;
}

.casa-header__nav--desktop .sub-menu a {
  font-size: 12px;
  line-height: 18px;
  opacity: 1;
}

.casa-nav-open .casa-header__nav .menu-item-has-children > .casa-submenu {
  position: fixed;
  top: 140px;
  right: 40px;
  display: none;
  min-width: 220px;
  text-align: left;
}

.casa-nav-open .casa-header__nav .menu-item-has-children.focus > .casa-submenu {
  display: block;
}

.casa-nav-open .casa-header__nav .menu-item-has-children:focus-within > .casa-submenu,
.casa-nav-open .casa-header__nav .current-menu-ancestor > .casa-submenu,
.casa-nav-open .casa-header__nav .current-menu-parent > .casa-submenu {
  display: block;
}

.casa-nav-open .casa-header__nav .sub-menu a {
  opacity: 1;
  font-size: 12px;
  line-height: 18px;
}

.casa-header__nav .menu-item-has-children > a::after {
  content: "";
  width: 14px;
  height: 14px;
  display: inline-block;
  background-color: currentColor;
  -webkit-mask: url(img/arrow-icon-dropdown.svg) no-repeat center/contain;
  mask: url(img/arrow-icon-dropdown.svg) no-repeat center/contain;
  transition: transform 160ms ease;
  transform-origin: center;
}

/* Açılınca ok yukarı baksın */
.casa-header__nav .menu-item-has-children.is-open > a::after {
  transform: rotate(180deg);
}

/* Right icons */
.casa-header__actions {
  display: inline-flex;
  align-items: center;
  gap: 24px; /* sağdaki icon arası */
  flex: 0 0 auto;
  margin-left: 60px; /* menu (nav-menu) ile iconlar arası */
}

.casa-nav-open .casa-header__actions {
  margin-left: auto; /* hamburger açıkken sağa yasla */
}

.casa-nav-open .casa-header__actions {
  position: static;
}

.casa-nav-open .casa-header__hamburger img,
.casa-nav-open .casa-header__actions img,
.casa-nav-open .casa-header__social-link img {
  filter: brightness(0) saturate(100%);
}

.casa-header__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  border: 0;
  background: transparent;
  color: inherit;
  cursor: pointer;
}

.casa-header__icon img {
  display: block;
}

.casa-header__social {
  display: none;
  align-items: center;
  gap: 16px;
  margin-left: 200px;
}

.casa-nav-open .casa-header__social {
  display: inline-flex;
  margin-left: 200px;
}

.casa-desktop-open .casa-header__social {
  display: inline-flex;
}

.casa-header__social-link img {
  display: block;
  width: 20px;
  height: 20px;
}

.casa-header__lang {
  display: none;
  align-items: center;
  gap: 32px;
}

.casa-header__lang-link {
  text-decoration: none;
  font-family: linotype-vectora, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.16px;
  color: rgba(18, 18, 18, 0.45);
}

.casa-header__lang-link.is-active {
  color: #121212;
}

@media (min-width: 1366px) and (max-width: 1499px) {
  .casa-header {
    left: 40px;
    right: 40px;
  }
}
@media (min-width: 1200px) and (max-width: 1365px) {
  .casa-header {
    left: 40px;
    right: 40px;
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  .casa-header {
    left: 40px;
    right: 40px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .casa-header {
    left: 15px;
    right: 15px;
  }
}
@media (max-width: 767px) {
  .casa-header {
    left: 15px;
    right: 15px;
  }
}
/* Mobile header (<= 1199px): left logo, right hamburger */
@media (max-width: 1199px) {
  .casa-header__inner {
    position: relative;
  }
  .casa-header {
    /* Mobile/tablet: logo height 22px */
  }
  .casa-header__logo img {
    max-height: 22px;
    width: auto;
  }
  .casa-header__nav--desktop {
    display: none;
  }
  .casa-header {
    /* Bottom row should not exist on mobile (only shown on nav-open as language switcher) */
  }
  .casa-header__bottom {
    display: none;
  }
  .casa-header__social {
    display: none;
  }
  .casa-header__top {
    justify-content: flex-start;
  }
  .casa-header__logo--mobile {
    order: 1;
    display: inline-flex;
    align-items: center;
  }
  .casa-header__actions {
    /* Mobilde menü kapalıyken sadece hamburger görünsün (location/search gizli) */
    display: none;
    align-items: center;
    gap: 32px;
    margin-left: 0;
    order: 2;
  }
  .casa-header__menu-controls {
    display: inline-flex;
    align-items: center;
    gap: 16px;
    margin-left: auto; /* kapalıyken sadece hamburger sağda */
    order: 3;
  }
  .casa-header__icon--language {
    display: none;
  }
  .casa-nav-open .casa-header {
    inset: 0;
    padding: 20px;
  }
  .casa-nav-open .casa-header__top {
    padding: 0;
  }
  .casa-nav-open .casa-header {
    /* Mobilde menü açılınca logo height 22px */
  }
  .casa-nav-open .casa-header__logo--mobile img {
    max-height: 22px;
    margin-top: 0px !important;
  }
  .casa-nav-open .casa-header__menu-controls {
    position: static;
    top: auto;
    left: auto;
    z-index: auto;
    margin-left: 32px; /* icons arası 32px */
  }
  .casa-nav-open .casa-header__actions {
    display: inline-flex;
    margin-left: auto;
  }
  .casa-nav-open .casa-header__bottom {
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 20px;
    padding: 0;
  }
  .casa-nav-open .casa-header__bottom .casa-header__logo,
  .casa-nav-open .casa-header__bottom .casa-header__social {
    display: none;
  }
  .casa-nav-open .casa-header__lang {
    display: inline-flex;
  }
  .casa-nav-open #site-navigation .casa-mobile-menu {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 24px;
    margin: 40px 0 0;
    padding: 0;
    list-style: none;
  }
  .casa-nav-open #site-navigation .casa-mobile-menu > li {
    width: 100%;
  }
  .casa-nav-open #site-navigation .casa-mobile-menu > li > a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    color: #121212;
    font-family: linotype-vectora, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    letter-spacing: 0.16px;
  }
  .casa-nav-open #site-navigation .casa-mobile-menu .sub-menu {
    display: none;
    margin: 12px 0 0;
    padding: 0;
    list-style: none;
  }
  .casa-nav-open #site-navigation .casa-mobile-menu .sub-menu a {
    display: block;
    padding: 6px 0;
    color: #121212;
    font-family: linotype-vectora, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0.16px;
  }
  .casa-nav-open #site-navigation .casa-mobile-menu li.is-open > .sub-menu {
    display: block;
  }
  .casa-search-open .casa-search {
    padding: 0;
  }
  .casa-search-open .casa-header__menu-controls {
    top: 42px; /* mobile padding 20 + title 20 + gap 12 */
    right: 20px;
  }
  .casa-search-open {
    /* Mobile search: keep bottom logo + social visible */
  }
  .casa-search-open .casa-header__bottom {
    position: fixed;
    left: 20px;
    right: auto;
    bottom: 20px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 16px;
  }
  .casa-search-open .casa-header__lang {
    display: none;
  }
  .casa-overlay-desktop {
    display: none;
  }
  .casa-overlay-mobile {
    display: block;
    width: 100%;
  }
  .casa-mobile-divider {
    border: 0;
    border-top: 1px solid rgba(18, 18, 18, 0.16);
    margin: 30px 0;
  }
}
/* Desktop: never show mobile menu container */
@media (min-width: 1200px) {
  .casa-overlay-mobile {
    display: none !important;
  }
  .casa-overlay-desktop {
    display: block;
  }
}
/* Header no-transparent (iç sayfalar için) */
.site-no-transparent .casa-header {
  background: #F5F2ED;
  color: #121212;
  position: relative;
  left: 0;
  right: 0;
  padding: 0 40px;
}

.site-no-transparent .casa-header__logo-img--default {
  filter: invert(1);
}

@media (min-width: 1024px) and (max-width: 1199px) {
  .site-no-transparent .casa-header {
    padding: 25px 40px;
  }
  .site-no-transparent .casa-header {
    padding: 0 40px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .site-no-transparent .casa-header {
    padding: 25px 15px;
  }
  .site-no-transparent .casa-header {
    padding: 0 20px;
  }
}
@media (max-width: 1199px) {
  .casa-banner__image img {
    height: 535px;
  }
  .site-no-transparent .casa-header__bottom .casa-header__logo-img--default {
    display: none;
  }
  .site-no-transparent .casa-header__bottom {
    padding-bottom: 25px !important;
    padding-top: 0px !important;
  }
  .casa-nav-open .site-no-transparent .casa-header__bottom {
    justify-content: center !important;
  }
  .site-no-transparent.casa-nav-open .casa-header {
    inset: 0 !important;
    padding: 20px !important;
  }
  .casa-nav-open .site-no-transparent .casa-header__bottom {
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 20px !important;
    padding: 0;
  }
}
.site-no-transparent .casa-header__bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 40px;
}

.casa-nav-open .site-no-transparent .casa-header__bottom {
  justify-content: flex-start;
}

.site-no-transparent .casa-breadcrumb {
  display: inline-block;
}

.site-no-transparent .casa-breadcrumb__list {
  display: flex;
  align-items: end;
  list-style: none;
  margin: 0;
  padding: 0;
  flex-wrap: wrap;
  gap: 0;
}

.site-no-transparent .casa-breadcrumb__item {
  display: inline-flex;
  align-items: end;
}

.site-no-transparent .casa-breadcrumb__separator {
  margin: 0 9px;
  color: #121212;
}

.site-no-transparent .casa-breadcrumb__link {
  text-decoration: none;
  font-family: linotype-vectora, sans-serif;
  color: #121212;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: 20px; /* 142.857% */
  letter-spacing: 0.14px;
}
.site-no-transparent .casa-breadcrumb__link:hover {
  opacity: 0.7;
}

.site-no-transparent .casa-breadcrumb__current {
  text-decoration: none;
  font-family: linotype-vectora, sans-serif;
  color: #121212;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: 20px; /* 142.857% */
  letter-spacing: 0.14px;
}

.site-no-transparent .casa-header__nav--desktop .menu > li > a,
.site-no-transparent .casa-header__nav--desktop .menu a {
  color: #121212;
}

.site-no-transparent .casa-header__icon {
  filter: brightness(0) saturate(100%);
}

.site-no-transparent .casa-header__hamburger img {
  filter: brightness(0) saturate(100%);
}

/* Menü açıldığında breadcrumb'ı gizle */
.casa-nav-open .site-no-transparent .casa-header__breadcrumb,
.casa-desktop-open .site-no-transparent .casa-header__breadcrumb {
  display: none;
}

/* Menü açıldığında bottom justify-content flex-start */
.casa-desktop-open .site-no-transparent .casa-header__bottom {
  justify-content: flex-start;
}

@media (min-width: 1024px) and (max-width: 1199px) {
  .casa-search-open .casa-header {
    padding: 20px;
    min-height: 100vh;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .casa-search-open .casa-header {
    padding: 20px;
    min-height: 100vh;
  }
}
@media (max-width: 767px) {
  .casa-search-open .casa-header {
    padding: 20px;
    min-height: 100vh;
  }
  .site-no-transparent .casa-header {
    padding: 0 15px;
  }
}
/* Footer styles (footer.scss) */
.casa-footer {
  background: #fff;
}

/* Footer Main Section (SS2) */
.casa-footer-main {
  background: #121212;
  position: relative;
  color: #fff;
  padding: 120px 0 0px;
}

/* Background logo */
.casa-footer-main::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url(../casa/img/footer-arka-logo.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  opacity: 0.1;
  pointer-events: none;
  z-index: 0;
}

.casa-footer-main__inner {
  margin: 0 auto;
  padding: 0 40px;
  position: relative;
  z-index: 1;
}

span.wpcf7-spinner {
  display: none;
}

.wpcf7-list-item {
  margin: 0 !important;
}

.casa-footer-main__content {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 60px;
}

/* Footer menu (left) */
.casa-footer-main__menu {
  flex: 0 0 auto;
}

.casa-footer-menu {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: auto auto auto auto auto;
  gap: 124px;
}

.casa-footer-menu > li {
  margin: 0;
  position: relative;
}

.casa-footer-menu > li > a {
  font-family: miller-text, serif;
  color: #FEFEFE;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px; /* 127.273% */
  letter-spacing: 0.66px;
  text-decoration: none;
}

.casa-footer-menu > li > a:hover {
  opacity: 0.7;
}

/* Accordion toggle button (mobile only) */
.casa-footer-menu__toggle {
  display: none;
  position: absolute;
  right: 0;
  top: 4px;
  width: 24px;
  height: 24px;
  background: transparent;
  border: none;
  cursor: pointer;
  padding: 0;
  color: #fff;
  font-size: 18px;
  line-height: 1;
  transition: transform 0.3s ease;
}

.casa-footer-menu__toggle::before {
  content: "+";
  display: block;
}

.casa-footer-menu > li.has-submenu > a {
  padding-right: 32px;
}

.casa-footer-menu > li.has-submenu.is-open .casa-footer-menu__toggle {
  transform: rotate(45deg);
}

.casa-footer-menu .sub-menu {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-top: 8px;
  /* Desktop: always visible */
  display: block;
}

.casa-footer-menu .sub-menu > li {
  margin: 12px 0;
}

.casa-footer-menu .sub-menu > li > a {
  color: #FEFEFE;
  font-family: linotype-vectora, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 150% */
  letter-spacing: 0.16px;
  text-decoration: none;
}

/* Contact info (right) */
.casa-footer-main__contact {
  text-align: right;
}

.casa-footer-main__contact-info {
  margin-bottom: 24px;
}

.casa-footer-main__contact-item {
  color: #fff;
  font-family: linotype-vectora, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.16px;
  margin-bottom: 8px;
}

.casa-footer-main__contact-item:last-child {
  margin-bottom: 0;
}

.casa-footer-main__social {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 24px;
  margin-top: 84px;
  margin-bottom: 42px;
}

.casa-footer-main__social-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  transition: opacity 0.2s ease;
}

.casa-footer-main__social-link:hover {
  opacity: 0.7;
}

.casa-footer-main__social-link img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  filter: brightness(0) invert(1);
}

/* Footer Bottom Section */
.casa-footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  padding: 42px 0;
  position: relative;
  z-index: 1;
}

.casa-footer-bottom__inner {
  margin: 0 auto;
  padding: 0 40px;
}

.casa-footer-bottom__content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
}

.casa-footer-bottom__copyright {
  color: #fff;
  font-family: linotype-vectora, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.16px;
}

.casa-footer-bottom__legal {
  display: flex;
  align-items: center;
  gap: 24px;
}

.casa-footer-bottom__legal-link {
  color: #fff;
  font-family: linotype-vectora, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.16px;
  text-decoration: none;
  transition: opacity 0.2s ease;
}

.casa-footer-bottom__legal-link:hover {
  opacity: 0.7;
}

.casa-footer-contact {
  background: #fff;
  padding: 125px 0;
}

.casa-footer-contact__inner {
  padding: 0 40px;
}

.casa-footer-contact__title {
  color: #121212;
  font-family: miller-text, serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 22px; /* 122.222% */
  letter-spacing: 0.18px;
}

/* CF7 layout: inputlar yan yana, altında solda acceptance sağda submit */
.casa-footer-contact .wpcf7 form p {
  margin: 0;
}

.casa-footer-contact .casa-contact__grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 24px;
}

/* CF7'nin eklediği <p> tag'lerini grid'den çıkar (display: contents) */
.casa-footer-contact .casa-contact__grid > p {
  display: contents;
}

/* Grid item'ları direkt span.casa-contact__field olacak */
.casa-footer-contact .casa-contact__grid .casa-contact__field {
  display: block;
}

.casa-footer-contact .casa-contact__bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 18px;
}

/* CF7'nin eklediği <p> tag'lerini flex'ten çıkar */
.casa-footer-contact .casa-contact__bottom > p {
  display: contents;
}

.casa-footer-contact .casa-contact__acceptance {
  margin: 0;
}

.casa-footer-contact .casa-contact__submit {
  margin: 0;
}

.casa-footer-contact .casa-contact__submit input[type=submit] {
  width: auto;
  min-width: 130px;
}

/* Başa Dön button */
.casa-footer-back-to-top {
  background: #fff;
  padding: 62px 0 24px 0;
  text-align: center;
}

.casa-back-to-top__button {
  display: inline-flex;
  gap: 8px;
  background: transparent;
  border: none;
  padding: 0;
  cursor: pointer;
  color: #121212;
  font-family: linotype-vectora, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.16px;
  text-decoration: none;
  transition: opacity 0.2s ease;
}

.casa-back-to-top__button:hover {
  opacity: 0.7;
}

.casa-back-to-top__button:focus {
  outline: 2px solid #121212;
  outline-offset: 2px;
}

.casa-back-to-top__button img {
  display: block;
  flex-shrink: 0;
}

.casa-back-to-top__text {
  display: block;
}

@media (min-width: 1366px) and (max-width: 1499px) {
  .casa-footer-menu {
    grid-template-columns: 1fr 1fr 1fr;
    gap: 60px;
  }
  .casa-footer-main__content {
    gap: 0px;
  }
}
@media (min-width: 1200px) and (max-width: 1365px) {
  .casa-footer-menu {
    grid-template-columns: 1fr 1fr 1fr;
    gap: 60px;
  }
  .casa-footer-main__content {
    gap: 0px;
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  .casa-footer-main__inner,
  .casa-footer-bottom__inner {
    padding: 0 40px;
  }
  .casa-footer-menu {
    grid-template-columns: 1fr 1fr 1fr;
    gap: 60px;
  }
  .casa-footer-main__content {
    gap: 0px;
  }
  .casa-footer-menu > li {
    margin: 0 0 24px 0;
  }
  .casa-footer-main__inner,
  .casa-footer-bottom__inner {
    padding: 0 40px;
  }
  .casa-footer-menu {
    grid-template-columns: 1fr 1fr 1fr;
    gap: 18px;
  }
  .casa-footer-main__content {
    gap: 0px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .casa-footer-contact__inner {
    padding: 0 20px;
  }
  .casa-footer-main__menu {
    flex: 0;
    width: 100%;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    padding: 0 0 32px 0px;
  }
  .casa-footer-main__inner,
  .casa-footer-bottom__inner {
    padding: 0 20px;
  }
  .casa-footer-main {
    padding: 32px 0 32px;
  }
  .casa-footer-bottom {
    padding: 32px 0 0;
  }
  .casa-footer-main__content {
    flex-direction: column;
    gap: 32px;
  }
  .casa-footer-main__contact {
    text-align: left;
  }
  .casa-footer-main__social {
    justify-content: flex-start;
    margin-top: 32px;
    margin-bottom: 32px;
  }
  .casa-footer-bottom__content {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
  }
  .casa-footer-bottom__legal {
    flex-wrap: wrap;
    gap: 12px;
    display: contents;
  }
  /* Tablet: Menu accordion */
  .casa-footer-menu {
    display: block;
    gap: 0;
  }
  .casa-footer-menu > li:last-child {
    border-bottom: none;
  }
  .casa-footer-menu > li > a {
    padding: 16px 0;
    color: #FEFEFE;
    font-family: miller-text, serif;
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px; /* 127.273% */
    letter-spacing: 0.66px;
  }
  .casa-footer-menu__toggle {
    display: block;
    top: 16px;
  }
  .casa-footer-menu > li.has-submenu > a {
    padding-right: 40px;
  }
  .casa-footer-menu .sub-menu {
    max-height: 0 !important;
    overflow: hidden;
    transition: max-height 0.3s ease, margin-top 0.3s ease, opacity 0.3s ease;
    margin-top: 0;
    opacity: 0;
  }
  .casa-footer-menu > li.is-open .sub-menu {
    max-height: 500px !important;
    margin-top: 8px;
    opacity: 1;
  }
  .casa-footer-menu .sub-menu > li {
    margin: 8px 0;
    padding-left: 0px;
  }
}
@media (max-width: 767px) {
  .casa-footer-main__menu {
    flex: 0;
    width: 100%;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    padding: 0 0 32px 0px;
  }
  .casa-footer-main__inner,
  .casa-footer-bottom__inner {
    padding: 0 20px;
  }
  .casa-footer-main {
    padding: 32px 0 32px;
  }
  .casa-footer-main__content {
    flex-direction: column;
    gap: 32px;
  }
  .casa-footer-main__contact {
    text-align: left;
  }
  .casa-footer-main__social {
    justify-content: flex-start;
    margin-top: 32px;
    margin-bottom: 32px;
  }
  .casa-footer-bottom {
    padding: 32px 0 0;
  }
  .casa-footer-bottom__content {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
  }
  .casa-footer-bottom__legal {
    flex-wrap: wrap;
    gap: 12px;
    display: contents;
  }
  /* Mobile: Menu accordion */
  .casa-footer-menu {
    display: block;
    gap: 0;
  }
  .casa-footer-menu > li:last-child {
    border-bottom: none;
    margin-bottom: 0px;
  }
  .casa-footer-menu > li > a {
    padding: 16px 0;
    color: #FEFEFE;
    font-family: miller-text, serif;
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px; /* 127.273% */
    letter-spacing: 0.66px;
  }
  .casa-footer-menu__toggle {
    display: block;
    top: 16px;
  }
  .casa-footer-menu > li.has-submenu > a {
    padding-right: 40px;
  }
  .casa-footer-menu .sub-menu {
    max-height: 0 !important;
    overflow: hidden;
    transition: max-height 0.3s ease, margin-top 0.3s ease, opacity 0.3s ease;
    margin-top: 0;
    opacity: 0;
  }
  .casa-footer-menu > li.is-open .sub-menu {
    max-height: 500px !important;
    margin-top: 8px;
    opacity: 1;
  }
  .casa-footer-menu .sub-menu > li {
    margin: 8px 0;
    padding-left: 0px;
  }
  /* Footer Contact Mobile */
  .casa-footer-contact__inner {
    padding: 0 15px;
  }
  .casa-footer-contact .casa-contact__grid {
    grid-template-columns: 1fr;
    gap: 32px;
  }
  .casa-footer-contact .casa-contact__bottom {
    flex-direction: column;
    align-items: flex-start;
  }
  .casa-footer-contact .casa-contact__submit {
    width: 100%;
  }
  .casa-footer-contact .casa-contact__submit input[type=submit] {
    width: 100%;
  }
}

/*# sourceMappingURL=style.css.map */
