/* =====================================================================
   naula-ozel.css — Naula iç sayfa stilleri (birleştirilmiş)
   Bölüm sırası: about → projects → project-detail → contact → blog → blog-detail
   ===================================================================== */


/* ========== ABOUT (temel shell, .page-about) ← about.css ========== */

/* About Us — layout aligned with Happy Homes / mockup */

.page-about {
  --ab-olive: #353622;
  /* Header aksiyonlar — mock #333624 */
  --ab-header-olive: #333624;
  --about-header-action-h: 46px;
  --ab-olive-mid: #3d402d;
  --ab-cream: #f7f3eb;
  --ab-card: #faf6ef;
  --ab-white: #fff;
  --ab-text: #353622;
  --ab-muted: rgba(53, 54, 34, 0.72);
  /* WDT theme primary — breadcrumb link hover */
  --ab-primary: #a1806b;
  --ab-secondary-rgb: 53, 54, 34;
  --ab-container: min(1320px, 100% - 3rem);
  --ab-font-base: "Mulish", system-ui, sans-serif;
  --ab-font-alt: "Mulish", system-ui, sans-serif;
  --ab-ease: 375ms cubic-bezier(0.7, 0, 0.3, 1);
  /* Footer — WDT happyhome :root + modules/footer/assets/css/footer.css + post-61 */
  --footer-bg: #2d3021;
  --footer-accent: #a68974;
  --footer-muted: rgba(255, 255, 255, 0.72);
  --footer-letter-sp: 0.15em;
  /* Accordion / sütun başlığı — footer.css: Min-22 & Max-25 */
  --footer-fs-h: clamp(1.375rem, 1.3127rem + 0.2082vw, 1.5625rem);
  /* theme h5 — Mulish (alt = base) */
  --footer-lh-h: 1.35;
  /* --wdtFontSize_Base / --wdtLineHeight_Base */
  --footer-fs-body: 16px;
  --footer-lh-body: 1.875;
  /* --wdtFontSize_Ext / --wdtLineHeight_Ext (store + subscribe) */
  --footer-fs-ext: 12px;
  --footer-lh-ext: 1;
  /* WDT border rengi — kit --e-global-color-0ded44a ≈ #fff 15% */
  --footer-line: rgba(255, 255, 255, 0.149);
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

.page-about {
  margin: 0;
  font-family: var(--ab-font-base);
  font-size: 16px;
  line-height: 1.75;
  color: var(--ab-text);
  background: var(--ab-white);
}

.page-about img {
  max-width: 100%;
  height: auto;
  display: block;
}

/* Sayaç / garanti SVG’leri: global img kuralı grid içinde boyutu düşürmesin */
.page-about .about-process__stat-ico img,
.page-about .about-process__guarantee-ico img {
  max-width: none;
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.about-container {
  width: var(--ab-container);
  margin-inline: auto;
}

/* Header bloğu: sayfa gövdesiyle aynı dar container yerine tam genişlik */
.about-header-wrap .about-container {
  max-width: none;
  width: 100%;
  margin-inline: 0;
  padding-inline: clamp(1rem, 4vw, 3.5rem);
  box-sizing: border-box;
}

/* ——— Top utility bar (olive) ——— */
.about-header-wrap {
  position: sticky;
  top: 0;
  z-index: 100;
}

.about-topbar {
  background: var(--ab-header-olive);
  color: #fff;
  font-size: 13px;
  font-family: var(--ab-font-base);
  font-weight: 400;
  line-height: 1.4;
  padding: 0.65rem 0;
  min-height: 48px;
  box-sizing: border-box;
  border-bottom: none;
}

.about-topbar__inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.6fr) minmax(0, 1fr);
  align-items: center;
  justify-items: center;
  column-gap: clamp(0.75rem, 2.5vw, 2.25rem);
  row-gap: 0;
}

.about-topbar__left {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  gap: 0.75rem clamp(0.65rem, 1.5vw, 1.25rem);
  justify-self: center;
  text-align: center;
  min-width: 0;
}

.about-topbar__link {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  color: inherit;
  text-decoration: none;
  white-space: nowrap;
  font-size: inherit;
  font-weight: 400;
  letter-spacing: 0.01em;
  transition: opacity 0.2s;
}

.about-topbar__link:hover {
  opacity: 0.85;
}

.about-topbar__ico {
  display: flex;
  flex-shrink: 0;
  opacity: 1;
}

.about-topbar__svg {
  width: 1em;
  height: 1em;
  display: block;
  flex-shrink: 0;
}

.about-topbar__promo,
.about-topbar__weather {
  margin: 0;
  justify-self: center;
  text-align: center;
  font-size: inherit;
  font-weight: 400;
  letter-spacing: 0.01em;
  line-height: 1.45;
  color: #fff;
  min-width: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.about-topbar__weather-inner {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.about-topbar__weather--error {
  opacity: 0.88;
  font-weight: 400;
  font-size: 12px;
}

.about-topbar__promo-em {
  font-weight: inherit;
}

.about-topbar__promo-link {
  color: inherit;
  text-decoration: underline;
  text-underline-offset: 2px;
  text-decoration-thickness: 1px;
}

.about-topbar__promo-link:hover {
  opacity: 0.9;
}

.about-topbar__right {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  justify-self: center;
  gap: 0.45rem clamp(0.65rem, 1.2vw, 1.1rem);
  min-width: 0;
}

.about-topbar__right .site-lang-switch {
  display: inline-flex;
  align-items: center;
  gap: 0.15rem;
  flex-shrink: 0;
}

.about-topbar__right .site-lang-switch__link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 1.85rem;
  padding: 0.2rem 0.42rem;
  border-radius: 4px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
  color: inherit;
  text-decoration: none;
  line-height: 1;
  opacity: 0.78;
  transition: opacity 0.2s ease, background 0.2s ease;
}

.about-topbar__right .site-lang-switch__link:hover {
  opacity: 1;
  background: rgba(255, 255, 255, 0.14);
}

.about-topbar__right .site-lang-switch__link.is-active {
  opacity: 1;
  background: rgba(255, 255, 255, 0.22);
}

.about-topbar__right .site-lang-switch__code {
  font-weight: 700;
}

.about-topbar__right .site-lang-switch__name {
  margin-inline-start: 0.25rem;
  font-weight: 500;
  font-size: 0.92em;
  opacity: 0.92;
}

@media (max-width: 520px) {
  .about-topbar__right .site-lang-switch__name {
    display: none;
  }
}

.about-topbar__follow {
  font-size: inherit;
  font-weight: 500;
  letter-spacing: 0.02em;
  white-space: nowrap;
  color: #fff;
  line-height: 1.2;
}

.about-topbar__social {
  display: inline-flex;
  align-items: center;
  gap: 0.85rem;
}

.about-topbar__social-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  border: none;
  border-radius: 0;
  color: #fff;
  font-size: inherit;
  line-height: 1;
  text-decoration: none;
  opacity: 0.98;
  transition: opacity 0.2s;
}

.about-topbar__social-link:hover {
  opacity: 1;
  background: transparent;
}

/* Sosyal ikonlar — referans: images/social-icons-reference.png (ince daire çerçeve) */
.about-topbar__social-link .social-icon-ring {
  width: 26px;
  height: 26px;
}

.about-topbar__social-link .social-icon-ring svg {
  width: 12px;
  height: 12px;
}

.site-footer__social a .social-icon-ring {
  width: 30px;
  height: 30px;
}

.site-footer__social a .social-icon-ring svg {
  width: 14px;
  height: 14px;
}

/* ——— Main header (white): nav | logo | actions + ince alt çizgi (mock) ——— */
.about-header__inner {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(min-content, auto) minmax(0, 1fr);
  align-items: center;
  column-gap: clamp(0.75rem, 2vw, 1.5rem);
  min-height: 92px;
  padding-block: 0.9rem;
}

.about-header__inner::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: auto;
  height: 1.5px;
  background: rgba(53, 54, 34, 0.14);
  box-shadow: 0 0.5px 0 rgba(0, 0, 0, 0.04);
  pointer-events: none;
}

.about-header {
  background: var(--ab-white);
  overflow-x: clip;
}

.about-header__nav {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: flex-start;
  gap: 0.5rem clamp(1rem, 1.8vw, 1.85rem);
  justify-self: start;
  min-width: 0;
}

.about-header__nav a {
  font-family: var(--ab-font-alt);
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.04em;
  text-transform: none;
  text-decoration: none;
  color: #3d3b36;
  transition: color var(--ab-ease);
}

.about-header__nav a:hover {
  color: #a1806b;
}

.about-header__slash {
  font-weight: 400;
  opacity: 0.5;
  margin-left: 0.12em;
}

/* Orta sütun: yalnızca logo (CTA sağ blokta) */
.about-header__brand {
  justify-self: center;
  display: inline-flex;
  align-items: center;
  line-height: 0;
  text-decoration: none;
  color: inherit;
  flex-shrink: 0;
  min-width: min-content;
}

.about-header__brand:hover {
  opacity: 0.9;
}

.about-header__cta--desktop {
  display: none;
}

@media (min-width: 901px) {
  .about-header__cta--desktop {
    display: inline-flex;
    flex-wrap: nowrap;
    align-items: center;
    gap: 0.45rem;
    flex-shrink: 0;
  }
}

.about-header__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.4rem;
  font-family: var(--ab-font-alt);
  font-size: clamp(11px, 0.72vw, 12.5px);
  font-weight: 600;
  letter-spacing: 0.05em;
  text-transform: none;
  text-decoration: none;
  border-radius: 0;
  padding: 0.55rem 1.1rem;
  min-height: 2.4rem;
  line-height: 1.2;
  box-sizing: border-box;
  transition:
    background 0.2s ease,
    color 0.2s ease,
    border-color 0.2s ease,
    box-shadow 0.2s ease,
    filter 0.2s ease;
  white-space: nowrap;
}

.about-header__btn--projects {
  color: #3d3b36;
  background: #faf9f7;
  border: 1px solid rgba(53, 54, 34, 0.28);
  box-shadow: none;
}

.about-header__btn--projects:hover {
  background: #fff;
  border-color: #a1806b;
  color: #1f1d1a;
}

.about-header__btn--projects:focus-visible {
  outline: 2px solid #a1806b;
  outline-offset: 2px;
}

/* WhatsApp CTA: hap formu, gradient, ikon balonu — “Projeler” düz kenarından ayrışır */
.about-header__btn--whatsapp {
  padding: 0.28rem 0.85rem 0.28rem 0.35rem;
  gap: 0;
  color: #fff;
  border: none;
  border-radius: 999px;
  background: linear-gradient(145deg, #2fe078 0%, #1ea952 42%, #0f7a58 100%);
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.22) inset,
    0 4px 14px rgba(15, 122, 58, 0.38);
  transition:
    background 0.22s ease,
    color 0.2s ease,
    box-shadow 0.22s ease,
    filter 0.2s ease,
    transform 0.2s ease;
}

.about-header__wa-inner {
  display: inline-flex;
  align-items: center;
  gap: 0.42rem;
}

.about-header__wa-ico {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 1.85rem;
  height: 1.85rem;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.22);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.08) inset;
}

.about-header__wa-ico svg {
  display: block;
  width: 1.05rem;
  height: 1.05rem;
  filter: drop-shadow(0 1px 1px rgba(0, 0, 0, 0.12));
}

.about-header__wa-text {
  padding-right: 0.15rem;
  letter-spacing: 0.06em;
}

.about-header__btn--whatsapp:hover {
  color: #fff;
  filter: brightness(1.04);
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.28) inset,
    0 7px 22px rgba(15, 122, 72, 0.48);
  transform: translateY(-1px);
}

.about-header__btn--whatsapp:active {
  filter: brightness(0.97);
  transform: translateY(0);
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.18) inset,
    0 3px 10px rgba(15, 122, 58, 0.35);
}

.about-header__btn--whatsapp:focus-visible {
  outline: 2px solid #1ea952;
  outline-offset: 3px;
}

@media (prefers-reduced-motion: reduce) {
  .about-header__btn--whatsapp:hover,
  .about-header__btn--whatsapp:active {
    transform: none;
  }
}

.about-header__btn-ico {
  display: inline-flex;
  line-height: 0;
}

/* Tam logo.svg — .page-about img { max-width:100%; height:auto } burayı ezmesin diye daha güçlü seçici */
.page-about .about-header .about-header__logo-img {
  display: block;
  height: clamp(44px, 5vw, 54px);
  width: auto;
  max-width: min(288px, min(90vw, 100%));
  min-height: 44px;
  object-fit: contain;
  object-position: left center;
}

.about-header__actions {
  justify-self: end;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: flex-end;
  gap: clamp(0.55rem, 1.1vw, 0.85rem);
  min-width: 0;
}

@media (min-width: 901px) {
  .about-header__actions {
    gap: clamp(0.7rem, 1.35vw, 1.15rem);
  }
}

.about-header__icon-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: var(--about-header-action-h);
  height: var(--about-header-action-h);
  border: none;
  background: transparent;
  color: var(--ab-text);
  cursor: pointer;
  border-radius: 50%;
  transition: background 0.2s, color 0.2s, opacity 0.2s;
}

/* Daire butonlar = CTA ile aynı yükseklik; beyaz outline ikonlar */
.about-header__icon-btn--round {
  flex-shrink: 0;
  width: var(--about-header-action-h);
  height: var(--about-header-action-h);
  background: var(--ab-header-olive);
  color: var(--ab-white);
}

.about-header__icon-btn--round svg {
  width: 17px;
  height: 17px;
  display: block;
}

.about-header__icon-btn--round:hover {
  opacity: 0.9;
}

/* index.html WDT hamburger — masaüstünde gizli (style.css + main.js) */
@media (min-width: 901px) {
  .about-header-wrap .wdt-hamburger-header-menu {
    display: none !important;
  }
}

body.page-about.menu-open {
  overflow: hidden;
}

body.page-about .nav-scrim {
  z-index: 94;
}

/* ——— Main title + breadcrumb — happyhome breadcrumb.css (canlı About Us ile aynı mantık) ———
   Ref: https://wdthappyhome.wpengine.com/about-us/ + tema modules/breadcrumb/assets/css/breadcrumb.css */
.page-about .main-title-section-wrapper {
  --main-title-gutter: clamp(2.75rem, 0.7vw, 0.7rem);
  display: flow-root;
  width: calc(100% - 2 * var(--main-title-gutter));
  max-width: none;
  /* Sticky header alt çizgisinin üstüne binmesin */
  margin: clamp(0.7rem, 1.75vw, 1.2rem) auto 0;
  position: relative;
  overflow: hidden;
  /* z-index:-1 arka planı <main> beyazının altına sokmasın */
  isolation: isolate;
  z-index: 0;
  min-height: clamp(220px, 32vw, 380px);
}

.page-about .main-title-section-wrapper.aligncenter {
  text-align: center;
}

/* Tema .container — Bootstrap yok; başlık + breadcrumb hizası */
.page-about .main-title-section-wrapper .container {
  max-width: 1320px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: clamp(1rem, 3vw, 2rem);
  padding-right: clamp(1rem, 3vw, 2rem);
  box-sizing: border-box;
}

.page-about .main-title-section-container {
  width: 100%;
  margin: 0;
  padding: 93px 0 90px;
  position: relative;
  z-index: 1;
}

@media only screen and (max-width: 1280px) {
  .page-about .main-title-section-container {
    padding: 60px 0 60px;
  }
}

.page-about .main-title-section {
  width: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}

.page-about .main-title-section h1 {
  font-family: var(--ab-font-alt);
  font-size: clamp(1.875rem, 1.2171rem + 2.6316vw, 4.375rem);
  font-weight: 400;
  line-height: 1.292;
  text-transform: capitalize;
  margin: 0 0 5px;
  word-break: break-word;
}

.page-about .main-title-section-wrapper .breadcrumb {
  clear: both;
  width: 100%;
  margin: 0;
  padding: 0;
  font-family: var(--ab-font-base);
  font-size: 16px;
  font-weight: 500;
  line-height: 1.875;
}

.page-about .main-title-section-wrapper .breadcrumb a:not(:focus) {
  text-decoration: none;
}

.page-about .main-title-section-wrapper .breadcrumb span:not(.current) {
  display: inline-block;
  margin: 0 0.5em;
  padding: 0;
}

.page-about .main-title-section-wrapper .breadcrumb .breadcrumb-default-delimiter:last-child {
  display: none;
}

/* Tema: kısa yatay çizgi ayırıcı (em dash değil) */
.page-about .main-title-section-wrapper .breadcrumb-default-delimiter::before {
  content: "";
  background-color: currentColor;
  display: inline-block;
  height: 2px;
  opacity: 1;
  position: relative;
  top: 0;
  vertical-align: middle;
  width: 10px;
}

.page-about .main-title-section h1,
.page-about .main-title-section-wrapper .breadcrumb {
  hyphens: auto;
  word-break: break-word;
  word-wrap: break-word;
}

.page-about .main-title-section-wrapper > .main-title-section-bg,
.page-about .main-title-section-wrapper > .main-title-section-bg::after {
  height: 100% !important;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 0;
  pointer-events: none;
}

.page-about .main-title-section-wrapper > .main-title-section-bg::after {
  content: "";
}

/* Yerel görsel (harici CDN engellenebilir); about.css → ../images/ */
.page-about .main-title-section-wrapper > .main-title-section-bg {
  background-image: url("../images/breadcrumb-about.jpg");
  background-attachment: scroll;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: #fff9f2;
}

.page-about .main-title-section-wrapper.dark-bg-breadcrumb > .main-title-section-bg {
  background-color: var(--ab-text);
}

.page-about .main-title-section-wrapper > .main-title-section-bg::after {
  background-color: rgba(var(--ab-secondary-rgb), 0.9);
}

.page-about .main-title-section-wrapper.dark-bg-breadcrumb .main-title-section h1,
.page-about .main-title-section-wrapper.dark-bg-breadcrumb .breadcrumb a,
.page-about .main-title-section-wrapper.dark-bg-breadcrumb .breadcrumb span.current,
.page-about .main-title-section-wrapper.dark-bg-breadcrumb .breadcrumb span:not(.current) {
  color: var(--ab-white);
  text-transform: capitalize;
}

.page-about .main-title-section-wrapper.dark-bg-breadcrumb .breadcrumb a:hover {
  color: var(--ab-primary);
}

.page-about .main-title-section-wrapper.dark-bg-breadcrumb .breadcrumb a:focus-visible {
  outline: 2px solid var(--ab-white);
  outline-offset: 3px;
}

@media only screen and (max-width: 767px) {
  /* İçerik biraz aşağı */
  .page-about .main-title-section-container {
    padding-top: 68px;
  }

  /* Arka plan / resim alanı yanlardan ~2 tık daha geniş */
  .page-about .main-title-section-wrapper {
    --main-title-gutter: 0.35rem;
    width: calc(100% - 2 * var(--main-title-gutter));
  }

  .page-about .main-title-section,
  .page-about .main-title-section h1,
  .page-about .main-title-section-wrapper .breadcrumb {
    text-align: center;
  }
}

/* ——— Our Working Process (WDT About Us — https://wdthappyhome.wpengine.com/about-us/) ——— */
.about-process {
  background: #fff;
  color: #1a1a1a;
  padding: clamp(3.25rem, 7vw, 5.75rem) 0 clamp(0.5rem, 2vw, 1rem);
}

.about-process__top {
  text-align: center;
  padding-inline: clamp(1rem, 4vw, 1.5rem);
  /* Sayaç altı: canlı post-781 widget padding-bottom 60px ile uyumlu */
  padding-bottom: clamp(2rem, 4vw, 3rem);
}

.about-process__eyebrow {
  margin: 0 0 clamp(1.25rem, 2.5vw, 1.75rem);
  font-family: var(--ab-font-base);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: rgba(26, 26, 26, 0.45);
}

.about-process__headline {
  margin: 0 auto;
  max-width: 62rem;
  font-family: var(--ab-font-alt);
  font-size: clamp(1.35rem, 2.4vw + 0.6rem, 2.35rem);
  font-weight: 400;
  line-height: 1.55;
  letter-spacing: 0.01em;
  color: #1a1a1a;
  text-wrap: balance;
  overflow-wrap: break-word;
}

/*
 * Sayaçlar — wedesigntech counter wdt-rc-template-standard
 * Ref: wp-content/plugins/wedesigntech-elementor-addon/inc/widgets/counter/assets/css/style.css
 * + elementor post-781 .elementor-element-9ad61a3 (sütun gap -40px / padding 40px)
 */
.about-process__stats {
  list-style: none;
  margin: clamp(2.75rem, 6vw, 4rem) 0 0;
  padding: 0 0 60px;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  column-gap: clamp(2rem, 4vw, 5rem);
  row-gap: 2rem;
  align-items: start;
  text-align: center;
  box-sizing: border-box;
}

.about-process__stat {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  min-width: 0;
  padding: 0 clamp(0.75rem, 2vw, 2.5rem);
  box-sizing: border-box;
}

/* İkon ↔ rakam arası 20px (WDT .wdt-content-media-group > div:not(:last-child)) */
.about-process__stat-ico {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  margin: 0 0 20px;
  line-height: 0;
  color: #353622;
}

/* İkon kutusu: clamp(40px … 70px) — WDT .wdt-rc-template-standard .wdt-content-icon span */
.page-about .about-process__stat-ico img {
  width: clamp(2.5rem, 2.082rem + 1.9108vw, 4.375rem);
  height: clamp(2.5rem, 2.082rem + 1.9108vw, 4.375rem);
  min-width: 40px;
  min-height: 40px;
  max-width: 70px;
  max-height: 70px;
  display: block;
  object-fit: contain;
}

/* Rakamlar: clamp(35px … 55px) serif */
.about-process__stat-value {
  font-family: var(--ab-font-alt);
  font-size: clamp(2.1875rem, 1.9088rem + 1.2739vw, 3.4375rem);
  font-weight: 400;
  line-height: normal;
  color: #353622;
  margin: 0 0 0.35rem;
  transition: color 0.3s ease;
}

.about-process__stat-unit {
  font-size: 0.65em;
  font-weight: 400;
  letter-spacing: 0.03em;
}

.about-process__stat-plus {
  font-weight: 400;
}

/* Alt yazı — wdt-content-subtitle / Mulish base */
.about-process__stat-label {
  font-family: var(--ab-font-base);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.02em;
  text-transform: none;
  color: #353622;
  max-width: 14rem;
  margin: 0;
  transition: color 0.3s ease;
}

.about-process__stat:hover .about-process__stat-value,
.about-process__stat:hover .about-process__stat-label {
  color: var(--ab-primary);
}

.page-about .about-process__stat-ico img {
  transition: opacity 0.3s ease;
}

.about-process__stat:hover .about-process__stat-ico img {
  opacity: 1;
}

/*
 * Garanti şeridi — krem arka plan dar kutu içinde (yanlarda section rengi görünür).
 * İç: post-781 benzeri padding + madde aralığı 50px (margin-inline 25px).
 */
.about-process__guarantee {
  width: 100%;
  background-color: transparent;
  margin: 0;
  margin-bottom: clamp(2rem, 5vw, 3.5rem);
  padding: 0 clamp(0.75rem, 4vw, 2.75rem);
  box-sizing: border-box;
}

.about-process__guarantee-inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0.5rem 0;
  text-align: center;
  width: 100%;
  max-width: min(1280px, 100%);
  margin-inline: auto;
  background-color: #fdf8f4;
  padding: 20px clamp(1rem, 4vw, 3.25rem);
  box-sizing: border-box;
}

.about-process__guarantee-lead {
  margin: 0;
  margin-inline: calc(50px / 2);
  font-family: var(--ab-font-alt);
  font-size: clamp(15px, 0.95rem + 0.4vw, 18px);
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.02em;
  color: #353622;
  white-space: nowrap;
}

.about-process__guarantee-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin-inline: calc(-50px / 2);
}

.about-process__guarantee-list li {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  margin-inline: calc(50px / 2);
  font-family: var(--ab-font-alt);
  font-size: clamp(14px, 0.85rem + 0.45vw, 17px);
  line-height: 1.5;
  color: #353622;
}

.about-process__guarantee-text {
  transition: color 0.3s ease;
}

.about-process__guarantee-list li:hover .about-process__guarantee-text {
  color: var(--ab-primary);
}

.about-process__guarantee-ico {
  display: inline-flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: flex-start;
  line-height: 0;
  /* Elementor --icon-vertical-offset: 0.45em */
  transform: translateY(0.08em);
}

/* --e-icon-list-icon-size: 18px; SVG fill #35362280 */
.page-about .about-process__guarantee-ico img {
  width: 18px;
  height: 18px;
  min-width: 18px;
  min-height: 18px;
  display: block;
  object-fit: contain;
  opacity: 0.5;
  transition: opacity 0.3s ease, filter 0.3s ease;
}

.about-process__guarantee-list li:hover .about-process__guarantee-ico img {
  opacity: 1;
  filter: none;
}

@media (max-width: 900px) {
  .about-process__stats {
    grid-template-columns: repeat(3, minmax(4.75rem, 1fr));
  }
}

@media (max-width: 600px) {
  .about-process__stats {
    grid-template-columns: repeat(2, minmax(4.75rem, 1fr));
    gap: 1.5rem 1rem;
  }

  .about-process__guarantee {
    padding: 0 clamp(0.65rem, 3vw, 1rem);
  }

  .about-process__guarantee-inner {
    flex-direction: column;
    gap: 0.65rem;
    padding: 18px clamp(0.85rem, 3.5vw, 1.1rem);
  }

  .about-process__guarantee-lead {
    white-space: normal;
    margin-inline: 0;
  }

  /* Blok ortada; satırlar en geniş maddeye göre sol hizalı (liste hizası) */
  .about-process__guarantee-list {
    flex-direction: column;
    align-items: stretch;
    gap: 0.5rem;
    width: fit-content;
    max-width: min(22rem, 100%);
    margin-inline: auto;
    text-align: left;
  }

  .about-process__guarantee-list li {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 0.35rem;
    width: 100%;
    margin-inline: 0;
  }
}


/* ——— Feature “Effortless Comfort” (About Us — wdthappyhome about-us) ——— */
.about-feature--dark {
  --ab-feature-bg: #3b422a;
  --wdtFontTypo_Base: var(--ab-font-base);
  --wdtFontWeight_Ext: 600;
  --wdtFontSize_Ext: 12px;
  --wdtLetterSpacing_3X: 0.15em;
  --wdtPadding_Btn: 18px 30px;
  --wdtRadius_Zero: 0;
  --wdt-Ad-Transition: 375ms cubic-bezier(0.7, 0, 0.3, 1);
  --wdtPrimaryColor: var(--ab-primary);
  --wdtSecondaryColor: #353622;
  --wdtAccentTxtColor: #fff;
}

.about-feature {
  position: relative;
  background: var(--ab-feature-bg, var(--ab-olive));
  color: var(--ab-white);
  padding: clamp(3.5rem, 8vw, 6.75rem) clamp(1rem, 4vw, 1.5rem);
  overflow: hidden;
}

/* Sağda soluk mimari çizim — canlı bölümdeki dekor */
.about-feature__deco {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 420 640' fill='none'%3E%3Cpath stroke='%23c9b896' stroke-opacity='0.35' stroke-width='1.25' d='M48 560V220l76-58 88-18 88 18 76 58v340'/%3E%3Cpath stroke='%23c9b896' stroke-opacity='0.28' stroke-width='1' d='M124 220v340M212 182v378M300 220v340'/%3E%3Cpath stroke='%23c9b896' stroke-opacity='0.22' stroke-width='1' d='M48 300h324M48 400h324M48 500h200'/%3E%3Cpath stroke='%23c9b896' stroke-opacity='0.3' stroke-width='1' d='M212 48v96M168 96h88'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right -6% center;
  background-size: min(52vw, 580px) auto;
  opacity: 1;
}

.about-feature__inner {
  position: relative;
  z-index: 1;
}

.about-feature__intro {
  text-align: center;
  max-width: 44rem;
  margin: 0 auto clamp(2.25rem, 5vw, 3.75rem);
}

.about-feature__label {
  margin: 0 0 clamp(0.65rem, 1.5vw, 1rem);
  font-family: var(--ab-font-base);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.92);
}

.about-feature__title {
  margin: 0;
  font-family: var(--ab-font-alt);
  font-size: clamp(2rem, 4.2vw, 3rem);
  font-weight: 400;
  line-height: 1.2;
  color: #fff;
  text-transform: capitalize;
}

.about-feature__title-accent {
  color: #d4c4a8;
}

.about-feature__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
  gap: clamp(2rem, 4.5vw, 3.5rem);
  align-items: stretch;
}

.about-feature__media-col {
  position: relative;
  width: 100%;
}

.about-feature__media {
  border-radius: 2px;
  overflow: hidden;
  aspect-ratio: 4 / 3;
  background: rgba(0, 0, 0, 0.2);
}

@media (min-width: 992px) {
  .about-feature__media-col {
    display: flex;
  }

  .about-feature__media {
    width: 100%;
    height: 100%;
    min-height: clamp(27rem, 43vw, 36rem);
    aspect-ratio: auto;
  }
}

.about-feature__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.about-feature__badge {
  position: absolute;
  right: clamp(0.75rem, 2vw, 1.35rem);
  bottom: clamp(0.75rem, 2vw, 1.35rem);
  width: clamp(6.5rem, 14vw, 7.75rem);
  padding: clamp(1rem, 2.2vw, 1.35rem) clamp(0.85rem, 2vw, 1.1rem);
  background: #f7f3eb;
  text-align: center;
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.18);
}

.about-feature__badge-num {
  display: block;
  font-family: var(--ab-font-alt);
  font-size: clamp(1.65rem, 3vw, 2rem);
  font-weight: 700;
  line-height: 1;
  color: var(--ab-olive);
}

.about-feature__badge-label {
  margin: 0.35rem 0 0;
  font-family: var(--ab-font-alt);
  font-size: clamp(13px, 1.5vw, 15px);
  font-weight: 400;
  line-height: 1.3;
  color: var(--ab-olive);
}

.about-feature__content {
  max-width: 32rem;
}

.about-feature__heading {
  margin: 0 0 1.1rem;
  font-family: var(--ab-font-alt);
  font-size: clamp(1.25rem, 2.2vw, 1.65rem);
  font-weight: 400;
  line-height: 1.35;
  color: #fff;
  text-transform: capitalize;
}

.about-feature__body {
  margin: 0 0 1.5rem;
  font-family: var(--ab-font-base);
  font-size: clamp(14px, 0.9rem + 0.25vw, 16px);
  font-weight: 400;
  line-height: 1.75;
  color: rgba(255, 255, 255, 0.88);
}

.about-feature__list {
  margin: 0 0 0.5rem;
  padding: 0;
  list-style: none;
}

.about-feature__list li {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin-bottom: 0.85rem;
  font-family: var(--ab-font-base);
  font-size: clamp(14px, 0.88rem + 0.2vw, 15px);
  line-height: 1.45;
  color: rgba(255, 255, 255, 0.95);
}

.about-feature__list li:last-child {
  margin-bottom: 0;
}

.about-feature__icon {
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  color: rgba(255, 255, 255, 0.85);
}

/* WDT beyaz CTA — about sayfasında style.css yok; token’lar .about-feature--dark üzerinde */
.about-feature--dark .wdt-heading-button-wrapper {
  margin: 0;
}

.about-feature--dark .wdt-heading-button-wrapper .btn-white {
  margin-top: clamp(1.35rem, 3vw, 2rem);
}

.about-feature--dark .btn-white {
  position: relative;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  border: 1px solid transparent;
  border-radius: var(--wdtRadius_Zero);
  padding: var(--wdtPadding_Btn);
  background-color: var(--wdtAccentTxtColor);
  color: var(--wdtSecondaryColor);
  font-family: var(--wdtFontTypo_Base);
  font-size: var(--wdtFontSize_Ext);
  font-weight: var(--wdtFontWeight_Ext);
  line-height: 1;
  letter-spacing: var(--wdtLetterSpacing_3X);
  text-transform: uppercase;
  text-decoration: none;
  cursor: pointer;
  overflow: hidden;
  transform: translateY(0);
  transform-origin: 50% 0;
  transform-style: preserve-3d;
  transition: var(--wdt-Ad-Transition);
}

.about-feature--dark.wdt-dark-bg .btn-white:not(:hover):not(:focus-visible) {
  color: var(--wdtSecondaryColor);
  border-color: transparent;
  background-color: var(--wdtAccentTxtColor);
}

.about-feature--dark .btn-white:hover,
.about-feature--dark .btn-white:focus-visible {
  border-color: transparent;
  background-color: var(--wdtPrimaryColor);
  color: var(--wdtAccentTxtColor);
}

.about-feature--dark .btn-white .wdt__button_text {
  transition: var(--wdt-Ad-Transition);
  text-align: center;
  display: inline-flex;
  align-items: center;
  filter: blur(0);
}

.about-feature--dark .btn-white .wdt__button_text:nth-child(2) {
  position: absolute;
  opacity: 0;
  transform: translateY(5em);
}

.about-feature--dark .btn-white:hover .wdt__button_text:nth-child(1),
.about-feature--dark .btn-white:focus-visible .wdt__button_text:nth-child(1) {
  opacity: 0;
  transform: translateY(-5em);
}

.about-feature--dark .btn-white:hover .wdt__button_text:nth-child(2),
.about-feature--dark .btn-white:focus-visible .wdt__button_text:nth-child(2) {
  opacity: 1;
  transform: translateY(0);
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  .site-footer__acc-icon::after {
    transition: none;
  }

  .site-footer__store,
  .site-footer__submit,
  .site-footer__back-top,
  .site-footer__links a,
  .site-footer__inline-links a,
  .site-footer__contact-link,
  .site-footer__copy a,
  .site-footer__social a {
    transition: none;
  }

  .about-feature--dark .btn-white,
  .about-feature--dark .btn-white .wdt__button_text {
    transition: none;
  }

  .about-feature--dark .btn-white .wdt__button_text:nth-child(2) {
    display: none;
  }

  .about-feature--dark .btn-white:hover .wdt__button_text:nth-child(1),
  .about-feature--dark .btn-white:focus-visible .wdt__button_text:nth-child(1),
  .about-feature--dark .btn-white .wdt__button_text:nth-child(1) {
    opacity: 1;
    transform: none;
  }
}

.about-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 16px 32px;
  font-family: var(--ab-font-base);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  text-decoration: none;
  border: 1px solid transparent;
  cursor: pointer;
  transition: background var(--ab-ease), color var(--ab-ease), border-color var(--ab-ease);
}

.about-btn--light {
  background: var(--ab-white);
  color: var(--ab-olive);
  border-color: var(--ab-white);
}

.about-btn--light:hover {
  background: transparent;
  color: var(--ab-white);
  border-color: var(--ab-white);
}

.about-btn--dark {
  background: var(--ab-olive);
  color: var(--ab-white);
  border-color: var(--ab-olive);
}

.about-btn--dark:hover {
  background: #2a2b1b;
}

/* ——— Team ——— */
.about-team {
  padding: clamp(3rem, 7vw, 5.5rem) 1.5rem;
  background: var(--ab-white);
  text-align: center;
}

.about-team__label {
  margin: 0 0 0.65rem;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--ab-muted);
}

.about-team__title {
  margin: 0 auto 2.75rem;
  max-width: 720px;
  font-family: var(--ab-font-alt);
  font-size: clamp(1.65rem, 3vw, 2.25rem);
  font-weight: 400;
  line-height: 1.35;
  color: var(--ab-text);
}

.about-team .about-container {
  text-align: center;
}

.about-team__grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  gap: clamp(1rem, 2.5vw, 1.75rem);
  margin-inline: auto;
  margin-bottom: 2.5rem;
  text-align: center;
}

/* About — yalnız ön yüzde 3 vitrin kartı (ortalanmış) */
.about-team__grid--featured .about-team__card {
  flex: 0 1 clamp(220px, 28vw, 280px);
  max-width: 280px;
}

.about-team__card {
  text-align: center;
}

.about-team__photo {
  margin: 0 auto 1rem;
  width: 100%;
  aspect-ratio: 3 / 4;
  border-radius: 2px;
  overflow: hidden;
  background: var(--ab-cream);
}

.about-team__photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.about-team__name {
  margin: 0 0 0.25rem;
  font-size: 15px;
  font-weight: 700;
  color: var(--ab-text);
}

.about-team__role {
  margin: 0;
  font-size: 13px;
  color: var(--ab-muted);
}

/* ——— Testimonials ——— */
.about-testimonials {
  background: var(--ab-olive);
  color: var(--ab-white);
  padding: clamp(3rem, 6vw, 5.5rem) 1.5rem;
}

.about-testimonials__grid {
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  gap: clamp(2rem, 4vw, 4rem);
  align-items: start;
}

.about-testimonials__title {
  margin: 0 0 1rem;
  font-family: var(--ab-font-alt);
  font-size: clamp(1.65rem, 3vw, 2.15rem);
  font-weight: 400;
  line-height: 1.3;
}

.about-testimonials__lead {
  margin: 0 0 1.75rem;
  font-size: 15px;
  line-height: 1.75;
  opacity: 0.9;
  max-width: 420px;
}

.about-testimonials__cards {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.about-testimonial {
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.1);
  padding: 1.5rem 1.35rem;
  border-radius: 2px;
}

.about-testimonial__quote {
  margin: 0 0 1.25rem;
  font-family: var(--ab-font-alt);
  font-size: 15px;
  font-style: italic;
  line-height: 1.65;
  opacity: 0.95;
}

.about-testimonial__footer {
  display: flex;
  align-items: center;
  gap: 0.85rem;
}

.about-testimonial__avatar {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  overflow: hidden;
  flex-shrink: 0;
  background: rgba(255, 255, 255, 0.15);
}

.about-testimonial__avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.about-testimonial__who strong {
  display: block;
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 0.15rem;
}

.about-testimonial__who span {
  font-size: 12px;
  opacity: 0.8;
}

/* ——— Our Working Process — WDT wdt-image-box template-type-3 (wedesigntech style.css) ——— */
.about-wdt-process {
  --wdt-process-tertiary: #fdf8f4;
  --wdt-process-taupe: #8c7262;
  --wdt-process-muted: rgba(53, 54, 34, 0.42);
  --wdt-process-overlay: rgba(53, 54, 34, 0.85);
  --about-wdt-card-w: 460px;
  --about-wdt-card-h: 340.53px;
  padding: clamp(3.5rem, 8vw, 6rem) 1.5rem;
  background: var(--ab-white);
}

.about-wdt-process__head {
  text-align: center;
  max-width: 56rem;
  margin: 0 auto clamp(2rem, 4vw, 3rem);
}

.about-wdt-process__subtitle {
  margin: 0 0 0.75rem;
  font-family: var(--ab-font-base);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--wdt-process-muted);
}

.about-wdt-process__title {
  margin: 0;
  font-family: var(--ab-font-alt);
  font-size: clamp(1.55rem, 2.6vw, 2rem);
  font-weight: 400;
  line-height: 1.35;
  color: var(--ab-text);
}

.about-wdt-process__accent {
  color: var(--wdt-process-taupe);
}

.about-wdt-process__accent + .about-wdt-process__accent {
  margin-left: 0.06em;
}

.about-wdt-process__grid {
  display: grid;
  grid-template-columns: repeat(3, var(--about-wdt-card-w));
  gap: clamp(1.25rem, 2.2vw, 1.75rem);
  align-items: start;
  justify-content: center;
}

.about-wdt-process__slider-shell--active {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 0.8rem;
  width: 100%;
}

.about-wdt-swiper {
  width: 100%;
  min-width: 0;
}
.about-wdt-swiper .swiper-wrapper {
  align-items: stretch;
}
.about-wdt-swiper__slide {
  height: auto;
  display: flex;
  justify-content: center;
}
.about-wdt-swiper__slide .about-wdt-card {
  width: 100%;
  max-width: var(--about-wdt-card-w);
}

.about-wdt-process__slider-nav {
  width: 42px;
  height: 42px;
  border-radius: 999px;
  border: 1px solid rgba(53, 54, 34, 0.25);
  background: #fff;
  color: #353622;
  font-size: 1.4rem;
  line-height: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.about-wdt-process__slider-nav:disabled {
  opacity: 0.4;
  cursor: not-allowed;
}

@media (max-width: 1480px) and (min-width: 768px) {
  .about-wdt-process__grid {
    grid-template-columns: repeat(2, var(--about-wdt-card-w));
  }
}

/* wdt-rc-template-type-3 — kart ölçüsü WDT ölçüleriyle */
.about-wdt-card {
  position: relative;
  display: grid;
  align-items: center;
  overflow: hidden;
  box-sizing: border-box;
  width: var(--about-wdt-card-w);
  height: var(--about-wdt-card-h);
  min-height: var(--about-wdt-card-h);
  background-color: var(--wdt-process-tertiary);
}

.about-wdt-card__media {
  grid-area: 1 / 1;
  width: 100%;
  height: 100%;
  min-height: var(--about-wdt-card-h);
}

.about-wdt-card__media-link {
  display: flex;
  width: 100%;
  height: 100%;
  position: relative;
}

.about-wdt-card__media-link img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  transition: opacity 0.45s ease;
  z-index: 0;
}

.about-wdt-card__media-link::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: var(--wdt-process-overlay);
  opacity: 0;
  transition: opacity 0.45s ease;
  pointer-events: none;
}

@media (hover: hover) and (pointer: fine) {
  .about-wdt-card:hover .about-wdt-card__media-link img,
  .about-wdt-card:focus-within .about-wdt-card__media-link img {
    opacity: 1;
  }

  .about-wdt-card:hover .about-wdt-card__media-link::before,
  .about-wdt-card:focus-within .about-wdt-card__media-link::before {
    opacity: 1;
  }

  .about-wdt-card:hover .about-wdt-card__body,
  .about-wdt-card:focus-within .about-wdt-card__body {
    color: #fff;
  }

  .about-wdt-card:hover .about-wdt-card__title,
  .about-wdt-card:hover .about-wdt-card__title a,
  .about-wdt-card:hover .about-wdt-card__desc,
  .about-wdt-card:focus-within .about-wdt-card__title,
  .about-wdt-card:focus-within .about-wdt-card__title a,
  .about-wdt-card:focus-within .about-wdt-card__desc {
    color: #fff;
  }

  .about-wdt-card:hover .about-wdt-card__icon img,
  .about-wdt-card:focus-within .about-wdt-card__icon img {
    filter: brightness(0) invert(1);
  }
}

.about-wdt-card__body {
  grid-area: 1 / 1;
  z-index: 2;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  width: 100%;
  height: 100%;
  min-height: var(--about-wdt-card-h);
  box-sizing: border-box;
  padding: clamp(1rem, 2.5vw, 1.75rem);
}

.about-wdt-card__icon {
  margin-bottom: 20px;
  line-height: 0;
}

.about-wdt-card__icon img {
  width: 60px;
  height: 60px;
  display: block;
  object-fit: contain;
}

.about-wdt-card__title {
  margin: 0 0 20px;
  font-family: var(--ab-font-alt);
  font-size: clamp(1.0625rem, 1.5vw, 1.125rem);
  font-weight: 400;
  line-height: var(--ab-line-alt, 1.35);
  text-transform: capitalize;
}

.about-wdt-card__title a {
  color: inherit;
  text-decoration: none;
  transition: color 0.35s ease;
}

.about-wdt-card__desc {
  font-family: var(--ab-font-base);
  font-size: 14px;
  line-height: 1.68;
  color: var(--ab-text);
  transition: color 0.35s ease;
}

.about-wdt-card__desc p {
  margin: 0;
}

.about-wdt-card__btn-wrap {
  margin-top: 20px;
}

.about-wdt-card__btn {
  --wdtPadY: 18px;
  --wdtPadX: 30px;
  position: relative;
  display: inline-flex;
  align-items: center;
  min-height: 48px;
  padding: var(--wdtPadY) var(--wdtPadX) var(--wdtPadY) calc(48px + 14px);
  font-family: var(--ab-font-base);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  line-height: 1;
  color: var(--ab-text);
  text-decoration: none;
  background-color: transparent;
  border-radius: 0;
  overflow: hidden;
  transition:
    background-color 0.3s ease 0.3s,
    color 0.3s ease 0.3s;
}

.about-wdt-card__btn-text {
  display: inline-block;
  clip-path: inset(0 100% 0 0);
  -webkit-clip-path: inset(0 100% 0 0);
  transition: clip-path 0.45s linear 0.2s, -webkit-clip-path 0.45s linear 0.2s;
}

/* İnce halka + kanatlı ok — SVG ortalanmış (background-position: center) */
.about-wdt-card__btn::after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 48px;
  height: 48px;
  box-sizing: border-box;
  display: block;
  border: 1px solid rgba(161, 128, 107, 0.42);
  border-radius: 50%;
  background-color: transparent;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32' fill='none'%3E%3Cg stroke='%23353622' stroke-width='1.35' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M6.5 16H18'/%3E%3Cpath d='M18 16Q22 11.25 26 16'/%3E%3Cpath d='M18 16Q22 20.75 26 16'/%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 20px 14px;
  pointer-events: none;
  transition:
    opacity 0.45s ease 0.2s,
    visibility 0.45s ease 0.25s,
    transform 0.55s ease 0.1s,
    border-color 0.3s ease;
}

@media (hover: hover) and (pointer: fine) {
  .about-wdt-card:hover .about-wdt-card__btn-text,
  .about-wdt-card:focus-within .about-wdt-card__btn-text {
    clip-path: inset(0 0 0 0);
    -webkit-clip-path: inset(0 0 0 0);
  }

  .about-wdt-card:hover .about-wdt-card__btn,
  .about-wdt-card:focus-within .about-wdt-card__btn {
    background-color: #fff;
    color: var(--ab-olive);
  }

  .about-wdt-card:hover .about-wdt-card__btn::after,
  .about-wdt-card:focus-within .about-wdt-card__btn::after {
    opacity: 0;
    visibility: hidden;
    transform: translate(180%, -50%);
    border-color: transparent;
  }

  .about-wdt-card:hover .about-wdt-card__btn:hover,
  .about-wdt-card:hover .about-wdt-card__btn:focus-visible,
  .about-wdt-card:focus-within .about-wdt-card__btn:hover,
  .about-wdt-card:focus-within .about-wdt-card__btn:focus-visible {
    background-color: var(--ab-primary);
    color: #fff;
  }
}

.about-wdt-card__btn:focus-visible {
  outline: 2px solid var(--ab-primary);
  outline-offset: 3px;
}

.about-wdt-process__chat {
  margin-top: clamp(2.5rem, 5vw, 3.75rem);
  padding-top: clamp(2rem, 4vw, 2.85rem);
  border-top: 1px solid rgba(53, 54, 34, 0.08);
  text-align: center;
}

.about-wdt-process__chat-label {
  margin: 0 0 1.25rem;
  font-family: var(--ab-font-base);
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #a69689;
}

.about-wdt-process__chat-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0.75rem clamp(2rem, 6vw, 3.5rem);
}

.about-wdt-process__chat-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: var(--ab-font-base);
  font-size: 19px;
  font-weight: 400;
  line-height: 1.35;
  color: #333;
  text-decoration: none;
  transition: color 0.2s ease, opacity 0.2s ease;
}

.about-wdt-process__chat-link:hover,
.about-wdt-process__chat-link:focus-visible {
  color: var(--ab-olive);
  outline: none;
}

.about-wdt-process__chat-ico {
  display: flex;
  align-items: center;
  justify-content: center;
  color: inherit;
  flex-shrink: 0;
}

.about-wdt-process__chat-ico svg {
  width: 22px;
  height: 22px;
  display: block;
  overflow: visible;
}

/* WhatsApp: dolu logo — çizgisel telefon/e-posta ile aynı görsel ağırlık için hafif küçültme */
.about-wdt-process__chat-ico--wa svg {
  width: 22px;
  height: 22px;
  opacity: 0.96;
}

.about-wdt-process__chat-link--wa:hover .about-wdt-process__chat-ico--wa svg,
.about-wdt-process__chat-link--wa:focus-visible .about-wdt-process__chat-ico--wa svg {
  opacity: 1;
}

@media (prefers-reduced-motion: reduce) {
  .about-wdt-card__media-link img,
  .about-wdt-card__media-link::before,
  .about-wdt-card__title,
  .about-wdt-card__title a,
  .about-wdt-card__desc,
  .about-wdt-card__icon img {
    transition: none;
  }

  .about-wdt-card__btn,
  .about-wdt-card__btn-text,
  .about-wdt-card__btn::after {
    transition: none;
  }

  .about-wdt-card__btn-text {
    clip-path: none;
    -webkit-clip-path: none;
  }

  .about-wdt-card__btn {
    padding-left: var(--wdtPadX);
  }

  .about-wdt-card__btn::after {
    display: none;
  }
}

/* ——— Site footer — https://wdthappyhome.wpengine.com/about-us/ (footer tpl + footer.css) ——— */
.site-footer.wdt-dark-bg {
  /* page-about ile aynı footer tipografi (about sayfası dışı güvenli) */
  --footer-fs-h: clamp(1.375rem, 1.3127rem + 0.2082vw, 1.5625rem);
  --footer-lh-h: 1.35;
  --footer-fs-body: 16px;
  --footer-lh-body: 1.875;
  --footer-fs-ext: 12px;
  --footer-lh-ext: 1;
  --footer-line: rgba(255, 255, 255, 0.149);

  position: relative;
  background-color: var(--footer-bg);
  color: #fff;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  /* 100vw pseudo taşmalarını sayfaya yatay scroll yaptırmasın */
  overflow-x: clip;
  overflow-y: visible;
}

.site-footer__deco--desk {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 0;
  pointer-events: none;
  line-height: 0;
  opacity: 0.5;
}

.site-footer__deco-img {
  display: block;
  width: min(50vw, 460px);
  height: auto;
}

.page-about .site-footer__deco-img {
  max-width: none;
}

@media (max-width: 1024px) {
  .site-footer__deco--desk {
    display: none;
  }
}

/* Footer: about-container’ın 1320px sınırını kaldır — viewport + yan padding (header ile aynı mantık) */
.site-footer__inner.about-container {
  max-width: none;
  width: 100%;
  margin-inline: 0;
  padding-inline: clamp(1.25rem, 4.5vw, 4.5rem);
  box-sizing: border-box;
}

.site-footer__inner {
  position: relative;
  z-index: 1;
  /* Yan boşluk shorthand ile sıfırlanmasın diye block kullan (about-container + padding-inline) */
  padding-block: clamp(4rem, 7vw, 5.5rem) clamp(0.65rem, 1.35vw, 0.9rem);
}

/* ~35% / ~65% — marka + sağ kolon: FOMO → çizgi → iletişim → çizgi → link sütunları */
.site-footer__layout {
  display: grid;
  grid-template-columns: minmax(0, 0.35fr) minmax(0, 0.65fr);
  gap: clamp(2.25rem, 5vw, 5.5rem);
  align-items: start;
}

.site-footer__right {
  display: flex;
  flex-direction: column;
  gap: clamp(1.5rem, 3.5vw, 2.35rem);
  justify-content: flex-start;
  min-width: 0;
}

.site-footer__newsletter-row {
  width: 100%;
}

.site-footer__row-rule {
  width: 100%;
  height: 1px;
  margin: 0;
  border: 0;
  padding: 0;
  background: var(--footer-line);
  flex-shrink: 0;
  box-sizing: border-box;
}

.site-footer__logo-wrap {
  margin-bottom: 1.35rem;
}

.site-footer__logo {
  display: inline-block;
  line-height: 0;
}

.site-footer__logo img {
  height: clamp(42px, 5vw, 54px);
  width: auto;
  max-width: min(300px, 90vw);
  display: block;
}

.site-footer__lead {
  margin: 0 0 1.75rem;
  max-width: min(30rem, 100%);
  font-family: var(--ab-font-base);
  font-size: var(--footer-fs-body);
  line-height: var(--footer-lh-body);
  font-weight: 400;
  color: rgba(255, 255, 255, 0.92);
}

.site-footer__store-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.site-footer__store {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 46px;
  padding: 10px 22px;
  font-family: var(--ab-font-base);
  font-size: var(--footer-fs-ext);
  line-height: var(--footer-lh-ext);
  font-weight: 600;
  letter-spacing: var(--footer-letter-sp);
  text-transform: uppercase;
  text-decoration: none;
  border-radius: 0;
  transition: background-color 0.25s ease, color 0.25s ease, border-color 0.25s ease;
}

.site-footer__store-ico {
  display: flex;
  line-height: 0;
}

.site-footer__store--bordered {
  border: 1px solid rgba(255, 255, 255, 0.45);
  color: #fff;
  background: transparent;
}

.site-footer__store--bordered:hover,
.site-footer__store--bordered:focus-visible {
  border-color: #fff;
  background: rgba(255, 255, 255, 0.06);
  outline: none;
}

.site-footer__store--filled {
  border: 1px solid #fff;
  background: #fff;
  color: var(--footer-bg);
}

.site-footer__store--filled:hover,
.site-footer__store--filled:focus-visible {
  background: var(--footer-accent);
  border-color: var(--footer-accent);
  color: #fff;
  outline: none;
}

.site-footer__heading {
  margin: 0 0 5px;
  font-family: var(--ab-font-alt);
  font-size: var(--footer-fs-h);
  font-weight: 400;
  line-height: var(--footer-lh-h);
  color: #fff;
}

.site-footer__sub {
  margin: 0 0 1.15rem;
  font-family: var(--ab-font-base);
  font-size: var(--footer-fs-body);
  line-height: var(--footer-lh-body);
  font-weight: 400;
  color: var(--footer-muted);
}

/* Newsletter: beyaz kutu + içte input | taupe CTA (footer mockup ile uyumlu) */
.site-footer__form {
  width: 100%;
  max-width: min(456px, 100%);
}

/* Masaüstü: sol başlık + alt satır, sağda form (WDT satırı) */
@media (min-width: 768px) {
  .site-footer__newsletter {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(260px, min(492px, 100%));
    grid-template-rows: auto auto;
    column-gap: clamp(1.5rem, 4vw, 3.75rem);
    row-gap: 0.2rem;
    align-items: center;
    width: 100%;
    max-width: none;
    margin-inline: 0;
  }

  .site-footer__heading {
    grid-column: 1;
    grid-row: 1;
    align-self: end;
  }

  .site-footer__sub {
    grid-column: 1;
    grid-row: 2;
    margin: 0;
    align-self: start;
  }

  .site-footer__form {
    grid-column: 2;
    grid-row: 1 / span 2;
    align-self: center;
    justify-self: end;
    max-width: min(492px, 100%);
  }
}

.site-footer__form-inner {
  display: flex;
  flex-wrap: nowrap;
  align-items: stretch;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  background: #fff;
  border: 1px solid rgba(52, 56, 37, 0.22);
  border-radius: 0;
  padding: 10px 10px 10px 14px;
  gap: 12px;
}

.site-footer__input {
  flex: 1 1 auto;
  min-width: 0;
  min-height: 48px;
  padding: 12px 8px 12px 6px;
  border: none;
  border-radius: 0;
  box-shadow: none;
  font-family: var(--ab-font-base);
  font-size: var(--footer-fs-body);
  font-weight: 400;
  line-height: 1.35;
  color: var(--footer-bg);
  background: transparent;
}

.site-footer__input::placeholder {
  color: #9a9a9a;
  opacity: 1;
}

.site-footer__input:focus {
  outline: none;
}

.site-footer__form-inner:focus-within {
  outline: 2px solid var(--footer-accent);
  outline-offset: 2px;
}

.site-footer__submit-wrap {
  flex: 0 0 auto;
  display: flex;
  align-items: stretch;
  align-self: stretch;
}

.site-footer__submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  height: 100%;
  padding: 0 clamp(18px, 3vw, 26px);
  border: none;
  border-radius: 0;
  font-family: var(--ab-font-base);
  font-size: var(--footer-fs-ext);
  line-height: var(--footer-lh-ext);
  font-weight: 600;
  letter-spacing: var(--footer-letter-sp);
  text-transform: uppercase;
  color: #fff;
  background: var(--footer-accent);
  cursor: pointer;
  transition: background-color 0.25s ease;
}

.site-footer__submit:hover,
.site-footer__submit:focus-visible {
  background: #957d68;
  outline: none;
}

.site-footer__contacts {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(1rem, 2.5vw, 1.75rem);
  width: 100%;
}

@media (min-width: 768px) and (max-width: 1280px) {
  .site-footer__contacts {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.site-footer__contact {
  display: flex;
  gap: 14px;
  align-items: flex-start;
}

.site-footer__contact-ico {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: auto;
  height: auto;
  min-width: 20px;
  color: #fff;
  line-height: 0;
}

.site-footer__contact-ico svg {
  /* post-61 specs satırı — --e-icon-list-icon-size: 20px */
  width: 20px;
  height: 20px;
  display: block;
}

.site-footer__contact-title {
  display: block;
  margin: 0 0 0.35rem;
  font-family: var(--ab-font-alt);
  font-size: var(--footer-fs-h);
  font-weight: 400;
  line-height: var(--footer-lh-h);
  color: #fff;
}

.site-footer__contact-txt {
  display: block;
  font-family: var(--ab-font-base);
  font-size: var(--footer-fs-body);
  font-weight: 300;
  line-height: var(--footer-lh-body);
  color: rgba(255, 255, 255, 0.88);
}

.site-footer__contact-link {
  color: rgba(255, 255, 255, 0.88);
  text-decoration: none;
  transition: color 0.2s ease;
}

.site-footer__contact-link:hover,
.site-footer__contact-link:focus-visible {
  color: var(--ab-primary);
  outline: none;
}

.site-footer__columns {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1.35fr);
  gap: clamp(1.5rem, 4vw, 2.75rem);
  padding-bottom: clamp(1.5rem, 3vw, 2.25rem);
  width: 100%;
  min-width: 0;
}

.site-footer__col-title {
  margin: 0 0 20px;
  font-family: var(--ab-font-alt);
  font-size: var(--footer-fs-h);
  font-weight: 400;
  line-height: var(--footer-lh-h);
  color: #fff;
  text-transform: capitalize;
}

.site-footer__col--meta > .site-footer__acc + .site-footer__acc {
  margin-top: clamp(1.35rem, 3vw, 1.85rem);
}

/* Footer link columns — desktop: static headings; mobile: <details> accordion (theme footer.css) */
.site-footer__acc {
  border: none;
  margin: 0;
  padding: 0;
}

.site-footer__acc-summary {
  list-style: none;
  display: block;
  padding: 0;
  margin: 0;
}

.site-footer__acc-summary::-webkit-details-marker,
.site-footer__acc-summary::marker {
  display: none;
  content: "";
}

.site-footer__acc-icon {
  display: none;
  position: relative;
  width: 14px;
  height: 14px;
  flex-shrink: 0;
  color: #fff;
}

.site-footer__acc-icon::before,
.site-footer__acc-icon::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: currentColor;
  transition: opacity 0.2s ease;
}

.site-footer__acc-icon::before {
  width: 12px;
  height: 2px;
}

.site-footer__acc-icon::after {
  width: 2px;
  height: 12px;
}

.site-footer__acc[open] .site-footer__acc-icon::after {
  opacity: 0;
}

.site-footer__acc-body {
  padding: 0;
}

.site-footer__acc-body .site-footer__links {
  margin-top: 0;
}

@media (min-width: 768px) {
  .site-footer__acc-summary {
    pointer-events: none;
    cursor: default;
  }

  .site-footer__acc-summary .site-footer__acc-title {
    margin: 0 0 20px;
  }

  .site-footer__acc-icon {
    display: none !important;
  }

  .site-footer__col--meta > .site-footer__acc + .site-footer__acc {
    margin-top: clamp(1.35rem, 3vw, 1.85rem);
  }
}

.site-footer__links {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0.45rem;
}

.site-footer__links a {
  font-family: var(--ab-font-base);
  font-size: var(--footer-fs-body);
  font-weight: 300;
  line-height: var(--footer-lh-body);
  color: #fff;
  text-decoration: none;
  text-transform: capitalize;
  transition: color 0.2s ease;
}

.site-footer__links a:hover,
.site-footer__links a:focus-visible {
  color: var(--ab-primary);
  outline: none;
}

.site-footer__inline-links {
  margin: 0;
  font-family: var(--ab-font-base);
  font-size: var(--footer-fs-body);
  font-weight: 300;
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.42);
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  column-gap: 0.35rem;
  row-gap: 0.4rem;
  min-width: 0;
}

.site-footer__inline-links a {
  color: #fff;
  text-decoration: none;
  text-transform: capitalize;
  transition: color 0.2s ease;
  white-space: nowrap;
  font-variant-numeric: lining-nums;
}

.site-footer__inline-links a:hover,
.site-footer__inline-links a:focus-visible {
  color: var(--ab-primary);
  outline: none;
}

.site-footer__pipe {
  color: rgba(255, 255, 255, 0.38);
}

/* Alt socket: eski 3 sütun (sol | orta | sağ); yükseklik = daha az padding-top / gap */
.site-footer__bar {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: clamp(0.5rem, 1.2vw, 0.75rem) 1.15rem;
  padding-top: clamp(0.65rem, 1.5vw, 0.95rem);
  padding-bottom: 0;
  border-top: none;
  position: relative;
}

.site-footer__bar::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: auto;
  height: 1px;
  background: var(--footer-line);
  pointer-events: none;
}

.site-footer__copy {
  margin: 0;
  justify-self: start;
  font-family: var(--ab-font-base);
  font-size: var(--footer-fs-body);
  font-weight: 400;
  line-height: var(--footer-lh-body);
  color: rgba(255, 255, 255, 0.65);
}

.site-footer__copy a {
  color: rgba(255, 255, 255, 0.88);
  text-decoration: none;
  transition: color 0.2s ease;
}

.site-footer__copy a:hover,
.site-footer__copy a:focus-visible {
  color: var(--ab-primary);
  outline: none;
}

.site-footer__social-wrap {
  justify-self: center;
  display: flex;
  align-items: center;
  gap: 8px 14px;
  flex-wrap: wrap;
}

.site-footer__follow {
  font-family: var(--ab-font-base);
  font-size: var(--footer-fs-body);
  font-weight: 400;
  line-height: var(--footer-lh-body);
  color: rgba(255, 255, 255, 0.78);
}

.site-footer__social {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  gap: 10px;
  align-items: center;
}

.site-footer__social a {
  display: flex;
  color: #fff;
  transition: color 0.2s ease;
}

.site-footer__social a:hover,
.site-footer__social a:focus-visible {
  color: var(--ab-primary);
  outline: none;
}

.site-footer__bar-end {
  justify-self: end;
  display: flex;
  align-items: center;
  gap: 12px;
}

.site-footer__payments {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  gap: 8px;
  align-items: center;
}

/* WDT: icon-list ödeme logoları — beyaz SVG, ~100×50 viewBox ölçekli */
.site-footer__pay-slot {
  display: block;
  width: 52px;
  height: 26px;
  background: #fff;
  border-radius: 1px;
  opacity: 0.95;
  flex-shrink: 0;
}


.site-footer__back-top {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  flex-shrink: 0;
  background: var(--footer-accent);
  color: #fff;
  text-decoration: none;
  transition: background-color 0.25s ease;
}

.site-footer__back-top:hover,
.site-footer__back-top:focus-visible {
  background: #b09682;
  outline: none;
}

/* ——— Minimal footer (az bilgi, tek satır navigasyon) ——— */
.site-footer--minimal .site-footer__inner {
  padding-block: clamp(2.25rem, 4.5vw, 3.25rem) clamp(0.55rem, 1.2vw, 0.85rem);
}

.site-footer-minimal {
  display: flex;
  flex-direction: column;
  gap: clamp(1rem, 2.5vw, 1.5rem);
}

.site-footer-minimal__grid {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  gap: clamp(1rem, 2.5vw, 1.5rem) clamp(1.25rem, 4vw, 3rem);
}

.site-footer-minimal__brand {
  flex: 1 1 11rem;
  min-width: 0;
}

.site-footer-minimal__logo {
  display: inline-block;
  line-height: 0;
}

.site-footer-minimal__logo img {
  height: clamp(34px, 4vw, 44px);
  width: auto;
  max-width: min(240px, 76vw);
  display: block;
}

.site-footer-minimal__lead {
  margin: 0.55rem 0 0;
  max-width: 26rem;
  font-family: var(--ab-font-base);
  font-size: clamp(13px, 1.85vw, 15px);
  line-height: 1.55;
  font-weight: 400;
  color: var(--footer-muted);
}

.site-footer-minimal__links {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-self: center;
  gap: 0.25rem 0.35rem;
  font-family: var(--ab-font-base);
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.03em;
}

.site-footer-minimal__links a {
  color: rgba(255, 255, 255, 0.9);
  text-decoration: none;
  transition: color 0.2s ease;
}

.site-footer-minimal__links a:hover,
.site-footer-minimal__links a:focus-visible {
  color: var(--footer-accent);
  outline: none;
}

.site-footer-minimal__sep {
  color: rgba(255, 255, 255, 0.32);
  user-select: none;
}

.site-footer-minimal__reach {
  display: flex;
  flex-direction: column;
  align-items: center;
  align-self: center;
  gap: 0.45rem;
  font-family: var(--ab-font-base);
  font-size: 13px;
  line-height: 1.45;
}

.site-footer-minimal__reach-line {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0.25rem 0.35rem;
}

.site-footer-minimal__reach-link {
  color: var(--footer-muted);
  text-decoration: none;
  transition: color 0.2s ease;
}

.site-footer-minimal__reach-link:hover,
.site-footer-minimal__reach-link:focus-visible {
  color: rgba(255, 255, 255, 0.95);
  outline: none;
}

.site-footer-minimal__address {
  margin: 0;
  max-width: min(20rem, 100%);
  font-family: var(--ab-font-base);
  font-size: 12px;
  line-height: 1.55;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.45);
  text-align: center;
}

.site-footer-minimal__rule {
  width: 100%;
  height: 1px;
  margin: 0;
  border: 0;
  padding: 0;
  background: var(--footer-line);
}

.site-footer--minimal .site-footer__bar {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
  align-items: center;
  gap: clamp(0.65rem, 2vw, 1rem) 1rem;
  padding-top: clamp(0.75rem, 1.8vw, 1rem);
}

.site-footer--minimal .site-footer__bar::before {
  display: none;
}

.site-footer-minimal__bar .site-footer__copy {
  justify-self: start;
}

.site-footer-minimal__bar-center {
  justify-self: center;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 1px;
}

.site-footer-minimal__bar .site-footer__bar-end {
  justify-self: end;
}

/* Masaüstü / tablet yatay: daha “editorial” üç kolon, alt şerit */
@media (min-width: 768px) {
  .site-footer--minimal .site-footer__inner {
    padding-block: clamp(2.85rem, 4.2vw, 4.5rem) clamp(0.75rem, 1.5vw, 1.1rem);
  }

  .site-footer-minimal {
    gap: clamp(1.35rem, 2.2vw, 2rem);
  }

  .site-footer-minimal__grid {
    display: grid;
    grid-template-columns: minmax(0, 1.15fr) minmax(10.5rem, auto) minmax(11rem, 0.95fr);
    align-items: start;
    column-gap: clamp(1.75rem, 3.5vw, 3.75rem);
    row-gap: 1.25rem;
  }

  .site-footer-minimal__brand {
    flex: unset;
    padding-top: 0.15rem;
  }

  .site-footer-minimal__logo img {
    height: clamp(42px, 2.9vw, 50px);
    max-width: min(280px, 100%);
  }

  .site-footer-minimal__lead {
    margin-top: 0.75rem;
    font-size: clamp(14px, 1.15vw, 15.5px);
    line-height: 1.65;
    max-width: 28rem;
  }

  .site-footer-minimal__links {
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: flex-start;
    align-self: stretch;
    gap: 0.5rem;
    padding-inline-start: clamp(1.35rem, 2.5vw, 2rem);
    margin-inline-start: 0;
    border-inline-start: 1px solid var(--footer-line);
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 0.04em;
  }

  .site-footer-minimal__links .site-footer-minimal__sep {
    display: none;
  }

  .site-footer-minimal__links a {
    display: block;
    padding-block: 0.15rem;
    position: relative;
    width: 100%;
    max-width: 16rem;
  }

  .site-footer-minimal__links a::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0.05rem;
    width: 0;
    height: 1px;
    background: var(--footer-accent);
    transition: width 0.28s ease;
  }

  .site-footer-minimal__links a:hover::after,
  .site-footer-minimal__links a:focus-visible::after {
    width: 100%;
  }

  .site-footer-minimal__reach {
    flex-direction: column;
    align-items: flex-end;
    align-self: stretch;
    justify-content: flex-start;
    text-align: right;
    gap: 0.4rem;
    font-size: 13px;
    padding-top: 0.2rem;
  }

  .site-footer-minimal__reach-line {
    flex-direction: column;
    align-items: flex-end;
    justify-content: flex-start;
    gap: 0.45rem;
    width: 100%;
    max-width: 22rem;
  }

  .site-footer-minimal__reach .site-footer-minimal__sep {
    display: none;
  }

  .site-footer-minimal__reach-link {
    display: inline-block;
    max-width: 100%;
    word-break: break-word;
  }

  .site-footer-minimal__address {
    margin-top: 0.25rem;
    max-width: min(22rem, 100%);
    font-size: 12.5px;
    line-height: 1.65;
    text-align: right;
  }

  .site-footer-minimal__rule {
    margin-top: 0.35rem;
    opacity: 0.92;
  }

  .site-footer--minimal .site-footer__bar {
    margin-top: 0.2rem;
    padding: clamp(0.9rem, 1.4vw, 1.2rem) clamp(1.15rem, 2.2vw, 1.65rem);
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.09);
    border-radius: 3px;
    box-sizing: border-box;
  }

  .site-footer--minimal .site-footer__copy {
    font-size: 14px;
  }
}

@media (min-width: 1100px) {
  .site-footer-minimal__grid {
    column-gap: clamp(2.5rem, 4vw, 4.5rem);
  }
}

@media (max-width: 767px) {
  .site-footer--minimal .site-footer-minimal__grid {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .site-footer-minimal__brand {
    display: flex;
    flex-direction: column;
    align-items: center;
    flex: 1 1 auto;
    width: 100%;
  }

  .site-footer-minimal__logo img {
    margin-inline: auto;
    height: clamp(42px, 8.5vw, 58px);
    max-width: min(320px, 92vw);
  }

  .site-footer-minimal__lead {
    margin-inline: auto;
    text-align: center;
  }

  .site-footer-minimal__links {
    justify-content: center;
    align-self: stretch;
  }

  .site-footer-minimal__reach {
    justify-content: center;
    align-self: stretch;
  }

  .site-footer-minimal__address {
    margin-inline: auto;
    text-align: center;
  }

  .site-footer--minimal .site-footer__bar {
    grid-template-columns: 1fr;
    justify-items: center;
    text-align: center;
    gap: 0.85rem;
    padding-top: 1rem;
  }

  .site-footer-minimal__bar .site-footer__copy {
    justify-self: center;
    order: 1;
  }

  .site-footer-minimal__bar-center {
    justify-self: center;
    order: 2;
  }

  .site-footer-minimal__bar .site-footer__bar-end {
    justify-self: center;
    order: 3;
  }

  .site-footer--minimal .site-footer__social a {
    width: 42px;
    height: 42px;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.35);
    box-sizing: border-box;
  }
}

@media (max-width: 767px) {
  .site-footer__inner {
    text-align: center;
    padding-top: clamp(3rem, 8vw, 4rem);
    padding-bottom: clamp(0.6rem, 2.2vw, 0.85rem);
  }

  .site-footer--minimal .site-footer__inner {
    padding-top: clamp(2.25rem, 6vw, 3.25rem);
    padding-bottom: clamp(0.55rem, 2.2vw, 0.85rem);
  }

  .site-footer__brand,
  .site-footer__right {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .site-footer__row-rule {
    align-self: stretch;
  }

  .site-footer__logo-wrap {
    display: flex;
    justify-content: center;
    width: 100%;
  }

  .site-footer__logo img {
    margin-inline: auto;
    height: clamp(48px, 10vw, 64px);
    max-width: min(320px, 92vw);
  }

  .site-footer__lead {
    margin-inline: auto;
    max-width: 26rem;
  }

  .site-footer__store-row {
    justify-content: center;
    width: 100%;
    flex-direction: column;
    align-items: stretch;
    max-width: 320px;
    margin-inline: auto;
  }

  .site-footer__store {
    width: 100%;
    justify-content: center;
  }

  .site-footer__heading,
  .site-footer__sub {
    text-align: center;
  }

  .site-footer__newsletter {
    width: 100%;
    max-width: 400px;
    margin-inline: auto;
  }

  .site-footer__form-inner {
    flex-direction: column;
    flex-wrap: nowrap;
    width: 100%;
    gap: 10px;
    padding: 10px;
  }

  .site-footer__input {
    width: 100%;
    flex: 1 1 auto;
    min-height: 46px;
    padding: 12px 10px;
    text-align: center;
  }

  .site-footer__submit-wrap {
    width: 100%;
  }

  .site-footer__submit {
    width: 100%;
    min-height: 48px;
    height: auto;
  }

  .site-footer__contacts {
    width: 100%;
    max-width: 22rem;
    margin-inline: auto;
  }

  .site-footer__contact {
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding-bottom: 0.25rem;
  }

  .site-footer__contact-ico {
    margin-bottom: 0.15rem;
  }

  .site-footer__columns {
    gap: 0;
    padding-bottom: 0.5rem;
    text-align: left;
  }

  .site-footer__col--meta > .site-footer__acc + .site-footer__acc {
    margin-top: 0;
  }

  .site-footer__acc {
    border-bottom: 1px solid var(--footer-line);
  }

  .site-footer__columns > .site-footer__col:last-child .site-footer__acc:last-of-type {
    border-bottom: none;
  }

  .site-footer__acc-summary {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: 1.05rem 0;
    cursor: pointer;
    pointer-events: auto;
    text-align: left;
  }

  .site-footer__acc-summary .site-footer__acc-title {
    margin: 0;
    flex: 1;
    text-align: left;
  }

  .site-footer__acc-icon {
    display: block;
  }

  .site-footer__acc-body {
    padding: 0 0 1.35rem;
  }

  .site-footer__acc-body .site-footer__links {
    align-items: center;
  }

  .site-footer__acc-body .site-footer__links li {
    text-align: center;
  }

  .site-footer__links {
    align-items: center;
  }

  .site-footer__inline-links {
    justify-content: center;
    text-align: center;
  }

  .site-footer__bar {
    grid-template-columns: 1fr;
    justify-items: center;
    text-align: center;
    gap: 1rem;
    padding-top: 1rem;
    padding-bottom: 0;
  }

  .site-footer__copy {
    justify-self: center;
    order: 1;
  }

  .site-footer__social-wrap {
    justify-self: center;
    flex-direction: column;
    order: 2;
  }

  .site-footer__follow {
    margin-bottom: 0.15rem;
  }

  .site-footer__social {
    justify-content: center;
  }

  .site-footer__social a {
    width: 42px;
    height: 42px;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.38);
    box-sizing: border-box;
  }

  .site-footer__bar-end {
    justify-self: center;
    order: 3;
  }

  .site-footer__payments {
    display: none;
  }
}

/* ——— Responsive ——— */
@media (max-width: 1100px) {
  .about-topbar__inner {
    column-gap: 0.65rem;
  }
}

@media (max-width: 900px) {
  .page-about {
    --about-mobile-topbar-h: 46px;
    --about-mobile-header-h: 58px;
    --about-nav-panel-top: calc(var(--about-mobile-topbar-h) + var(--about-mobile-header-h));
  }

  /* Üst şerit: ortada hava (promo yerine), Follow Us + sosyal */
  .about-topbar {
    background: #2b3020;
    color: #fff;
    font-size: 13px;
    font-weight: 400;
    padding: 0.55rem 0;
    min-height: var(--about-mobile-topbar-h);
    overflow: visible;
    box-sizing: border-box;
  }

  .about-topbar__inner {
    min-width: 0;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: nowrap;
    column-gap: 0;
    row-gap: 0;
  }

  .about-topbar__left {
    display: none;
  }

  .about-topbar__right {
    justify-content: center;
    gap: 0.75rem 1.15rem;
  }

  .about-topbar__follow {
    font-weight: 600;
    letter-spacing: 0.03em;
  }

  .about-topbar__social {
    gap: 0.95rem;
  }

  /* Ana satır: logo solda, hamburger sağda */
  .about-header {
    position: relative;
    z-index: 101;
    border-bottom: 1px solid rgba(53, 54, 34, 0.12);
  }

  .about-topbar {
    position: relative;
    z-index: 102;
  }

  .about-header__inner {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
    min-height: var(--about-mobile-header-h);
    padding-block: 0.65rem;
  }

  .about-header__inner::after {
    display: none;
  }

  .about-header__brand {
    flex: 0 1 auto;
    order: 1;
    justify-self: stretch;
    min-width: 0;
    margin-right: auto;
  }

  .page-about .about-header .about-header__logo-img {
    height: clamp(38px, 10vw, 48px);
    max-width: min(248px, 76vw);
    min-height: 38px;
  }

  .about-header__actions {
    flex: 0 0 auto;
    order: 2;
    gap: 0;
    align-items: center;
  }

  .about-header__icon-btn--round {
    display: none;
  }

  /* WDT panel: çift üst şeridin altından, tam genişlik (style.css’i about’a göre ezer) */
  .about-header-wrap .wdt-hamburger-header-menu {
    color: #3d3b36;
    z-index: 120;
  }

  .about-header-wrap .wdt-hamburger-header-menu input[type="checkbox"]:focus-visible ~ .wdt-trigger-item {
    outline: 2px solid rgba(53, 54, 34, 0.4);
    outline-offset: 3px;
  }

  .about-header-wrap .wdt-hamburger-header-menu input[type="checkbox"] ~ .wdt-trigger-item i.hm-icon {
    transform: none;
  }

  .about-header-wrap .wdt-hamburger-header-menu input[type="checkbox"] ~ .wdt-trigger-item .hm-icon__bar--top,
  .about-header-wrap .wdt-hamburger-header-menu input[type="checkbox"] ~ .wdt-trigger-item .hm-icon__bar--mid,
  .about-header-wrap .wdt-hamburger-header-menu input[type="checkbox"] ~ .wdt-trigger-item .hm-icon__bar--bot {
    left: 0;
    width: var(--hm-bar-long);
  }

  .about-header-wrap .wdt-hamburger-header-menu input[type="checkbox"]:checked ~ .wdt-trigger-item .hm-icon__bar--top,
  .about-header-wrap .wdt-hamburger-header-menu input[type="checkbox"]:checked ~ .wdt-trigger-item .hm-icon__bar--mid,
  .about-header-wrap .wdt-hamburger-header-menu input[type="checkbox"]:checked ~ .wdt-trigger-item .hm-icon__bar--bot {
    left: 50%;
    width: var(--hm-bar-long);
  }

  .about-header-wrap .wdt-hamburger-header-menu .hamburger-menu-container {
    left: 0 !important;
    width: 100% !important;
    max-width: none !important;
    transform: translateX(0) !important;
    top: var(--about-nav-panel-top) !important;
    height: calc(100dvh - var(--about-nav-panel-top)) !important;
    height: calc(100vh - var(--about-nav-panel-top)) !important;
    z-index: 96;
    border-left: none;
    border-top: 1px solid rgba(255, 255, 255, 0.06);
    padding: clamp(3.5rem, 10vh, 5rem) max(1.25rem, env(safe-area-inset-right, 0px)) clamp(2rem, 6vh, 3rem)
      max(1.25rem, env(safe-area-inset-left, 0px));
  }

  .about-header-wrap .wdt-hamburger-header-menu input[type="checkbox"]:not(:checked) ~ .hamburger-menu-container,
  .about-header-wrap .wdt-hamburger-header-menu input[type="checkbox"]:checked ~ .hamburger-menu-container {
    top: var(--about-nav-panel-top) !important;
    transform: translateX(0) !important;
  }

  .about-header__nav {
    display: none;
  }

  /* Mobil / dar görünüm: üst şeritte hava durumu gösterilmez */
  .about-topbar__weather {
    display: none !important;
  }

  .about-feature__grid {
    grid-template-columns: 1fr;
  }

  .about-feature__media-col {
    max-width: 560px;
    margin-inline: auto;
  }

  .about-feature__content {
    max-width: none;
    margin-inline: auto;
    text-align: left;
  }

  .about-feature__deco {
    background-position: right -20% center;
    background-size: min(70vw, 420px) auto;
    opacity: 0.85;
  }

  .about-testimonials__grid {
    grid-template-columns: 1fr;
  }

  .about-wdt-process__grid {
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .about-wdt-process__slider-shell--active {
    grid-template-columns: 1fr;
    gap: 0.6rem;
  }
  .about-wdt-process__slider-nav {
    display: none;
  }
  .about-wdt-swiper__slide .about-wdt-card {
    width: 100%;
    max-width: none;
  }

  .about-wdt-card {
    width: 100%;
    height: var(--about-wdt-card-h);
    max-width: none;
  }

  .about-wdt-process__chat-list {
    flex-direction: column;
    gap: 0.85rem;
    align-items: center;
  }

  .site-footer__layout {
    grid-template-columns: 1fr;
  }

  .site-footer__contacts {
    grid-template-columns: 1fr;
  }

  .site-footer__columns {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 767px) {
  .page-about {
    --ab-container: min(100%, 100% - 1.5rem);
    --about-mobile-header-h: 72px;
  }

  .page-about .about-header .about-header__logo-img {
    height: clamp(44px, 12vw, 60px);
    max-width: min(310px, 88vw);
    min-height: 44px;
  }

  .about-team__grid--featured .about-team__card {
    flex: 1 1 calc(50% - 0.5rem);
    max-width: calc(50% - 0.5rem);
    margin-inline: auto;
  }

  .about-team__card--mustafa {
    order: 1;
    flex-basis: 100% !important;
    max-width: min(420px, 100%) !important;
  }

  .about-team__card--sena {
    order: 2;
  }

  .about-team__card--eda {
    order: 3;
  }

  .about-team__grid--featured .about-team__card:not(.about-team__card--mustafa):not(.about-team__card--sena):not(.about-team__card--eda) {
    order: 4;
  }
}

/* ========== PROJECTS (liste) ← projects.css ========== */

/* Projects — DTDR listing type-4 + carousels (wdthappyhome /projects/) */

.page-projects,
.page-campaigns {
  --proj-wdt-tertiary: #fff9f2;
  --proj-wdt-secondary: #353622;
  --proj-wdt-secondary-rgb: 53, 54, 34;
  --proj-wdt-primary: #a1806b;
  --proj-wdt-accent-txt: #ffffff;
  --proj-wdt-border-rgb: 217, 217, 217;
  --proj-wdt-head: #353622;
  --proj-font-base: "Mulish", system-ui, sans-serif;
  --proj-font-alt: "Mulish", system-ui, sans-serif;
  --proj-ease: 375ms cubic-bezier(0.7, 0, 0.3, 1);
  --proj-livi: var(--proj-ease);
  --proj-letter-sp: 0.15em;
  --proj-pad-btn: 18px 30px;
}

/* ——— Fluid main (elementor-85 824f90a) ——— */
.projects-main {
  padding: clamp(2.75rem, 5.5vw, 4.75rem) clamp(1.25rem, 2vw, 1.875rem)
    clamp(3.75rem, 8vw, 9.375rem);
}

@media (max-width: 767px) {
  .projects-main {
    /* Mobilde kartın yatayda biraz daha geniş görünmesi için yan boşluğu azalt */
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
}

.projects-stack {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.projects-carousel-wrap {
  overflow: hidden;
  width: 100%;
}

.projects-swiper {
  overflow: visible;
  width: 100%;
}

.projects-swiper .swiper-wrapper {
  align-items: stretch;
}

.projects-swiper .swiper-slide {
  height: auto;
  box-sizing: border-box;
  display: flex;
  min-width: 0;
}

/* Kart gövdesi slide içinde tam genişlik + eşit yükseklik (az slide / uzun başlık satırları) */
.projects-swiper .swiper-slide > .dtdr-listings-item-wrapper {
  flex: 1 1 auto;
  width: 100%;
  min-width: 0;
  display: flex;
  flex-direction: column;
}

/* ——— DTDR type4 card (modules-listing.css subset) ——— */
.page-projects .dtdr-listings-item-wrapper {
  position: relative;
  overflow: hidden;
  list-style: none;
  margin: 0;
  background: var(--proj-wdt-accent-txt);
  border: 1px solid rgba(var(--proj-wdt-border-rgb), 0.35);
  border-radius: 0;
  transition: background-color var(--proj-livi), border-color var(--proj-livi);
}

.page-projects .dtdr-listings-item-wrapper ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.page-projects .dtdr-listings-item-wrapper ul li {
  margin: 0;
}

.page-projects .dtdr-listings-item-wrapper.type4 {
  background-color: var(--proj-wdt-tertiary);
  border: none;
  padding: 0;
}

.page-projects .dtdr-listings-item-wrapper.type4 > div[class*="dtdr-listings-item-"] {
  float: none;
  width: 100%;
  display: grid;
  position: relative;
  overflow: hidden;
}

.page-projects .dtdr-listings-item-wrapper.type4 > div[class*="dtdr-listings-item-"]:not(:last-child) {
  margin-bottom: 20px;
}

/* Üst grid kuralından sonra: swiper satırında kartları eşit yükseklikte tut */
.page-projects .dtdr-listings-item-wrapper.type4 > .dtdr-listings-item-bottom-section {
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
  min-height: 0;
}

.page-projects .dtdr-listings-item-wrapper > div[class*="dtdr-listings-item-"] .dtdr-listings-item-image-gallery,
.page-projects .dtdr-listings-item-wrapper > div[class*="dtdr-listings-item-"] .dtdr-listings-item-top-section-content {
  grid-area: 1 / -1;
  width: 100%;
  height: 100%;
}

.page-projects .dtdr-listings-item-wrapper > div[class*="dtdr-listings-item-"] .dtdr-listings-item-top-section-content {
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.page-projects .dtdr-listings-item-wrapper.type4.has-post-thumbnail .dtdr-listings-item-top-section .dtdr-listings-image-gallery .dtdr-listings-feature-image-holder::before {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  background-image: linear-gradient(0deg, rgba(var(--proj-wdt-secondary-rgb), 0.5), transparent);
  content: "";
  display: block;
  opacity: 0;
  pointer-events: none;
  transition: opacity var(--proj-livi);
}

.page-projects .dtdr-listings-item-wrapper.type4.has-post-thumbnail:hover .dtdr-listings-item-top-section .dtdr-listings-image-gallery .dtdr-listings-feature-image-holder::before {
  opacity: 1;
}

/* Kart görselleri: dosya oranından bağımsız sabit kutu (Accent / diğer projeler aynı yükseklik) */
.page-projects .dtdr-listings-item-image-gallery .dtdr-listings-feature-image-holder {
  position: relative;
  width: 100%;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  background: rgba(var(--proj-wdt-secondary-rgb), 0.06);
}

.page-projects .dtdr-listings-item-image-gallery .dtdr-listings-feature-image-holder img,
.page-projects .dtdr-listings-item-top-section .dtdr-listings-image-gallery .dtdr-listings-feature-image-holder img {
  display: block;
  width: 100% !important;
  height: 100% !important;
  max-height: none;
  object-fit: cover;
  object-position: center;
  vertical-align: middle;
}

.page-projects .dtdr-listings-item-top-section .dtdr-listings-image-gallery {
  position: relative;
  width: 100%;
}

.page-projects .dtdr-listings-item-bottom-section-content {
  display: grid;
  gap: 5px;
  padding: 0 25px 25px;
  flex: 1 1 auto;
  min-height: 0;
}

.page-projects .dtdr-listings-item-wrapper.type4 div.dtdr-listings-item-bottom-section-content .dtdr-listings-items-bottom-section-first {
  padding-bottom: 65px;
  border-bottom: 1px solid rgba(var(--proj-wdt-border-rgb), 0.5);
  margin-bottom: 15px;
}

.page-projects .dtdr-listings-item-wrapper.type4 div.dtdr-listings-item-bottom-section-content .dtdr-listings-items-bottom-section-first > div:not(:last-child):not(:only-child) {
  margin-bottom: 10px;
}

.page-projects .dtdr-listings-item-wrapper.type4 .dtdr-listing-categories {
  display: flex;
  flex-flow: row wrap;
  align-items: baseline;
  gap: 5px;
}

.page-projects .dtdr-listings-taxonomy-container.type4 {
  display: flex;
  flex-flow: row wrap;
  align-items: baseline;
  gap: 0;
  margin: 0;
  padding: 0;
}

.page-projects .dtdr-listings-taxonomy-container.type4 li {
  position: relative;
  display: inline;
}

.page-projects .dtdr-listings-taxonomy-container.type4 li:not(:last-child)::after {
  position: relative;
  content: ",";
  font-size: 16px;
  font-weight: 400;
  line-height: 1.75;
  font-family: var(--proj-font-base);
  color: var(--proj-wdt-secondary);
  vertical-align: baseline;
  margin-right: 2px;
}

.page-projects .dtdr-listings-item-wrapper.type4 .dtdr-listings-taxonomy-container.type4 li a {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.292;
  text-transform: capitalize;
  color: var(--proj-wdt-head);
  text-decoration: none;
  transition: color var(--proj-ease), opacity var(--proj-ease);
}

.page-projects .dtdr-listings-item-wrapper.type4 .dtdr-listings-items-bottom-section-first .dtdr-listings-item-title {
  text-align: start;
  margin: 0;
}

.page-projects .dtdr-listings-item-wrapper.type4 .dtdr-listings-items-bottom-section-first .dtdr-listings-item-title a {
  font-family: var(--proj-font-alt);
  font-weight: 400;
  font-size: clamp(1.375rem, 1.31rem + 0.21vw, 1.5625rem);
  line-height: 1.35;
  color: var(--proj-wdt-secondary);
  text-decoration: none;
  transition: color var(--proj-ease);
}

.page-projects .dtdr-listings-item-wrapper.type4 div.dtdr-listings-items-bottom-section-second .dtdr-listings-excerpt {
  font-family: var(--proj-font-base);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.875;
  color: var(--proj-wdt-head);
  margin: 0 0 12px;
  transition: color var(--proj-ease);
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  overflow: hidden;
  overflow-wrap: break-word;
  word-wrap: break-word;
  text-overflow: ellipsis;
  /* Kartlar arası hizalı blok: tam 3 satır (Cozy Lounge örneği gibi) */
  min-height: calc(3 * 1.875 * 1em);
  max-height: calc(3 * 1.875 * 1em);
}

.page-projects .dtdr-listings-item-wrapper.type4 div.dtdr-listings-item-bottom-section-content .dtdr-listings-items-bottom-section-third > .dtdr-listings-button-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  margin-top: 20px;
  flex-wrap: nowrap;
}

.page-projects .dtdr-listings-item-wrapper.type4 div.dtdr-listings-item-bottom-section-content .dtdr-listings-items-bottom-section-third .dtdr-listings-button-wrapper a.dtdr-listings-button {
  flex: 0 1 auto;
  white-space: nowrap;
  color: var(--proj-wdt-secondary);
  background: linear-gradient(90deg, currentcolor, currentcolor);
  background-position: bottom left;
  background-repeat: no-repeat;
  background-size: 100% 1px;
  transition: background-size var(--proj-ease), color var(--proj-ease);
  text-transform: uppercase;
  letter-spacing: var(--proj-letter-sp);
  font-size: 12px;
  font-weight: 600;
  font-family: var(--proj-font-base);
  line-height: 1;
  text-decoration: none;
  padding-bottom: 2px;
}

.page-projects .dtdr-listings-item-wrapper.type4 div.dtdr-listings-item-bottom-section-content .dtdr-listings-items-bottom-section-third .dtdr-listings-button-wrapper a.dtdr-listings-button:hover {
  background-position: bottom right;
  background-size: 0% 1px;
  color: var(--proj-wdt-primary);
}

.page-projects .dtdr-listings-item-wrapper.type4 div.dtdr-listings-item-bottom-section-content .dtdr-listings-items-bottom-section-third .dtdr-listings-single-page-button {
  flex: 0 0 auto;
}

.page-projects .dtdr-listings-item-wrapper.type4 div.dtdr-listings-item-bottom-section-content .dtdr-listings-items-bottom-section-third .dtdr-listings-single-page-button a {
  font-size: 12px;
  padding: var(--proj-pad-btn);
  font-family: var(--proj-font-base);
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: var(--proj-letter-sp);
  background-color: var(--proj-wdt-secondary);
  color: var(--proj-wdt-accent-txt);
  display: inline-flex;
  text-decoration: none;
  border-radius: 0;
  transition: background-color var(--proj-ease), color var(--proj-ease);
}

.page-projects .dtdr-listings-item-wrapper.type4 div.dtdr-listings-item-bottom-section-content .dtdr-listings-items-bottom-section-third .dtdr-listings-single-page-button a:hover {
  background-color: var(--proj-wdt-primary);
  color: var(--proj-wdt-accent-txt);
}

@media (max-width: 767px) {
  .page-projects .dtdr-listings-item-wrapper.type4 div.dtdr-listings-item-bottom-section-content .dtdr-listings-items-bottom-section-third > .dtdr-listings-button-wrapper {
    gap: 6px;
  }

  .page-projects .dtdr-listings-item-wrapper.type4 div.dtdr-listings-item-bottom-section-content .dtdr-listings-items-bottom-section-third .dtdr-listings-button-wrapper a.dtdr-listings-button {
    font-size: 11px;
    letter-spacing: 0.1em;
  }

  .page-projects .dtdr-listings-item-wrapper.type4 div.dtdr-listings-item-bottom-section-content .dtdr-listings-items-bottom-section-third .dtdr-listings-single-page-button a {
    padding: 14px 16px;
    font-size: 11px;
    letter-spacing: 0.12em;
  }
}

/* Hover invert (type4) */
.page-projects .dtdr-listings-item-wrapper.type4:hover {
  background-color: var(--proj-wdt-secondary);
}

.page-projects .dtdr-listings-item-wrapper.type4:hover .dtdr-listings-taxonomy-container.type4 li a,
.page-projects .dtdr-listings-item-wrapper.type4:hover .dtdr-listings-items-bottom-section-first .dtdr-listings-item-title a,
.page-projects .dtdr-listings-item-wrapper.type4:hover div.dtdr-listings-items-bottom-section-second .dtdr-listings-excerpt {
  color: var(--proj-wdt-accent-txt);
}

.page-projects .dtdr-listings-item-wrapper.type4:hover .dtdr-listings-taxonomy-container.type4 li::after {
  color: var(--proj-wdt-accent-txt);
}

.page-projects .dtdr-listings-item-wrapper.type4:hover .dtdr-listings-taxonomy-container.type4 li a:hover,
.page-projects .dtdr-listings-item-wrapper.type4:hover .dtdr-listings-items-bottom-section-first .dtdr-listings-item-title a:hover {
  color: var(--proj-wdt-tertiary);
  opacity: 0.75;
}

.page-projects .dtdr-listings-item-wrapper.type4:hover div.dtdr-listings-item-bottom-section-content .dtdr-listings-items-bottom-section-third .dtdr-listings-button-wrapper a.dtdr-listings-button {
  color: var(--proj-wdt-accent-txt);
}

.page-projects .dtdr-listings-item-wrapper.type4:hover div.dtdr-listings-item-bottom-section-content .dtdr-listings-items-bottom-section-third .dtdr-listings-button-wrapper a.dtdr-listings-button:hover {
  color: var(--proj-wdt-tertiary);
}

.page-projects .dtdr-listings-item-wrapper.type4:hover div.dtdr-listings-item-bottom-section-content .dtdr-listings-items-bottom-section-third .dtdr-listings-single-page-button a {
  background-color: var(--proj-wdt-primary);
}

.page-projects .dtdr-listings-item-wrapper.type4:hover div.dtdr-listings-item-bottom-section-content .dtdr-listings-items-bottom-section-third .dtdr-listings-single-page-button a:hover {
  background-color: var(--proj-wdt-accent-txt);
  color: var(--proj-wdt-secondary);
}

/* ——— Get Quote modal (Enquire Now) ——— */
body.proj-quote-modal-open {
  overflow: hidden;
}

.proj-quote-modal {
  position: fixed;
  inset: 0;
  z-index: 10050;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: clamp(3.5rem, 10vw, 4.5rem) clamp(0.875rem, 3vw, 1.5rem) clamp(1.5rem, 4vw, 2rem);
  box-sizing: border-box;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.35s var(--proj-ease), visibility 0.35s var(--proj-ease);
}

.proj-quote-modal.is-open {
  opacity: 1;
  visibility: visible;
}

.proj-quote-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(var(--proj-wdt-secondary-rgb), 0.78);
  cursor: pointer;
}

.proj-quote-modal__close {
  position: fixed;
  top: clamp(0.75rem, 3vw, 1.25rem);
  right: clamp(0.75rem, 3vw, 1.5rem);
  z-index: 10052;
  width: 44px;
  height: 44px;
  padding: 0;
  margin: 0;
  border: none;
  background: transparent;
  color: var(--proj-wdt-accent-txt);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: color var(--proj-ease), opacity var(--proj-ease);
}

.proj-quote-modal__close:hover,
.proj-quote-modal__close:focus-visible {
  color: var(--proj-wdt-tertiary);
  opacity: 0.92;
}

.proj-quote-modal__close:focus-visible {
  outline: 2px solid var(--proj-wdt-accent-txt);
  outline-offset: 3px;
}

/* CSS X (two bars) — matches minimal white close */
.proj-quote-modal__close-icon {
  position: relative;
  width: 22px;
  height: 22px;
  display: block;
}

.proj-quote-modal__close-icon::before,
.proj-quote-modal__close-icon::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 24px;
  height: 2px;
  background: currentColor;
  border-radius: 0;
}

.proj-quote-modal__close-icon::before {
  transform: translate(-50%, -50%) rotate(45deg);
}

.proj-quote-modal__close-icon::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.proj-quote-modal__box {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 640px;
  max-height: min(92vh, 900px);
  overflow-y: auto;
  margin: 0 auto;
  background-color: var(--proj-wdt-secondary);
  border: 1px solid rgba(255, 249, 242, 0.38);
  box-shadow: 0 28px 56px rgba(0, 0, 0, 0.38);
  padding: clamp(2rem, 5vw, 3rem) clamp(1.5rem, 4vw, 2.75rem) clamp(2rem, 4vw, 2.75rem);
  box-sizing: border-box;
  -webkit-overflow-scrolling: touch;
}

.proj-quote-modal__box:focus {
  outline: none;
}

.proj-quote-modal__title {
  margin: 0 0 clamp(1.75rem, 4vw, 2.5rem);
  font-family: var(--proj-font-alt);
  font-weight: 400;
  font-size: clamp(1.75rem, 1.2rem + 2vw, 2.375rem);
  line-height: 1.25;
  color: var(--proj-wdt-accent-txt);
  text-align: center;
  text-transform: none;
}

.proj-quote-modal__context {
  margin: -0.75rem auto clamp(1.25rem, 3vw, 1.75rem);
  max-width: 36rem;
  text-align: center;
  font-family: var(--proj-font-base);
  font-size: 15px;
  line-height: 1.45;
  color: rgba(255, 249, 242, 0.88);
}

.proj-quote-modal__errors {
  margin: 0 0 clamp(1rem, 2.5vw, 1.35rem);
  padding: 12px 14px;
  border: 1px solid rgba(255, 180, 160, 0.55);
  background: rgba(120, 40, 30, 0.35);
  color: var(--proj-wdt-accent-txt);
  font-size: 14px;
  line-height: 1.45;
}

.proj-quote-modal__hp {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.proj-quote-form {
  display: flex;
  flex-direction: column;
  gap: clamp(1rem, 2.5vw, 1.25rem);
}

.proj-quote-form__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(0.75rem, 2vw, 1rem) clamp(0.875rem, 2.5vw, 1.25rem);
}

.proj-quote-form__field {
  width: 100%;
  margin: 0;
  box-sizing: border-box;
  background: transparent;
  border: 1px solid rgba(255, 249, 242, 0.55);
  color: var(--proj-wdt-accent-txt);
  font-family: var(--proj-font-base);
  font-size: 15px;
  font-weight: 400;
  line-height: 1.4;
  padding: 14px 16px;
  border-radius: 0;
  transition: border-color var(--proj-ease), background-color var(--proj-ease);
}

.proj-quote-form__field::placeholder {
  color: rgba(255, 249, 242, 0.52);
  opacity: 1;
}

.proj-quote-form__field:hover {
  border-color: rgba(255, 249, 242, 0.72);
}

.proj-quote-form__field:focus {
  outline: none;
  border-color: rgba(255, 249, 242, 0.95);
  background: rgba(255, 249, 242, 0.04);
}

.proj-quote-form__field--message {
  grid-column: 1 / -1;
  min-height: clamp(7rem, 18vw, 9.5rem);
  resize: vertical;
  vertical-align: top;
}

.proj-quote-form__submit {
  align-self: flex-start;
  margin-top: clamp(0.25rem, 1vw, 0.5rem);
  padding: 15px 30px;
  border: none;
  border-radius: 0;
  background-color: var(--proj-wdt-primary);
  color: var(--proj-wdt-accent-txt);
  font-family: var(--proj-font-base);
  font-size: 12px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: var(--proj-letter-sp);
  text-transform: uppercase;
  cursor: pointer;
  transition: background-color var(--proj-ease), color var(--proj-ease);
}

.proj-quote-form__submit:hover {
  background-color: #8f6f5c;
}

.proj-quote-form__submit:focus-visible {
  outline: 2px solid var(--proj-wdt-accent-txt);
  outline-offset: 3px;
}

@media (max-width: 540px) {
  .proj-quote-form__grid {
    grid-template-columns: 1fr;
  }

  .proj-quote-form__field--message {
    grid-column: 1;
  }
}

@media (prefers-reduced-motion: reduce) {
  .proj-quote-modal {
    transition: none;
  }
}

/* Quote form flash → minimal toast (projects / campaigns) */
.site-quote-toast {
  position: fixed;
  z-index: 10060;
  top: max(1rem, env(safe-area-inset-top));
  bottom: auto;
  left: 50%;
  box-sizing: border-box;
  display: flex;
  align-items: flex-start;
  gap: 0.65rem;
  max-width: min(26rem, calc(100vw - 2rem));
  padding: 0.7rem 0.65rem 0.7rem 0.85rem;
  margin: 0;
  font-size: 0.875rem;
  line-height: 1.45;
  color: var(--proj-wdt-secondary, #2e3b23);
  background: rgba(253, 249, 240, 0.97);
  border: 1px solid rgba(46, 59, 35, 0.12);
  border-radius: 0.5rem;
  box-shadow: 0 8px 28px rgba(46, 59, 35, 0.12);
  opacity: 0;
  visibility: hidden;
  transform: translateX(-50%) translateY(-0.75rem);
  transition: opacity 0.28s ease, transform 0.28s ease, visibility 0.28s ease;
}

.site-quote-toast.is-visible {
  opacity: 1;
  visibility: visible;
  transform: translateX(-50%) translateY(0);
}

.site-quote-toast--success {
  border-left: 3px solid #5a7a4a;
}

.site-quote-toast--warning {
  border-left: 3px solid #c9a227;
  background: rgba(255, 252, 245, 0.98);
}

.site-quote-toast__msg {
  flex: 1;
  min-width: 0;
}

.site-quote-toast__dismiss {
  flex-shrink: 0;
  margin: -0.2rem -0.15rem -0.2rem 0;
  padding: 0.15rem 0.35rem;
  border: none;
  background: transparent;
  color: inherit;
  font-size: 1.25rem;
  line-height: 1;
  opacity: 0.55;
  cursor: pointer;
  border-radius: 0.25rem;
}

.site-quote-toast__dismiss:hover,
.site-quote-toast__dismiss:focus-visible {
  opacity: 1;
}

.site-quote-toast__dismiss:focus-visible {
  outline: 2px solid rgba(46, 59, 35, 0.35);
  outline-offset: 2px;
}

@media (prefers-reduced-motion: reduce) {
  .site-quote-toast {
    transition: opacity 0.2s ease, visibility 0.2s ease;
    transform: translateX(-50%);
  }

  .site-quote-toast.is-visible {
    transform: translateX(-50%);
  }
}

/* Scroll reveal */
.projects-reveal {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 0.7s cubic-bezier(0.7, 0, 0.3, 1), transform 0.7s cubic-bezier(0.7, 0, 0.3, 1);
}

.projects-reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (prefers-reduced-motion: reduce) {
  .projects-reveal {
    opacity: 1;
    transform: none;
    transition: none;
  }
}

/* ========== PROJECT DETAIL ← project-detail.css ========== */

/* Project single — DTDR / Elementor layout clone
   Ref: https://wdthappyhome.wpengine.com/project-listings/accent-wall-styling/ */

.page-project-detail {
  --pd-primary: #a1806b;
  --pd-secondary: #2e3b23;
  --pd-secondary-rgb: 46, 59, 35;
  --pd-tertiary: #fdf9f0;
  --pd-form-panel: #c4a892;
  --pd-border: rgba(var(--pd-secondary-rgb), 0.2);
  --pd-font-base: "Mulish", system-ui, sans-serif;
  --pd-font-alt: "Mulish", system-ui, sans-serif;
  --pd-ease: 375ms cubic-bezier(0.7, 0, 0.3, 1);
  --pd-letter: 0.15em;
  --pd-amenity-gold: #c5a059;
  --pd-amenity-muted: rgba(var(--pd-secondary-rgb), 0.58);
  --pd-amenity-panel: #f7f5f2;
  /* Form + 4 tarih kartı yan yana sığsın diye sidebar biraz geniş */
  --pd-aside-width: min(100%, 436px);
  --pd-content-max: min(1580px, 100%);
  /* Mozaik galeri — sol hero yüksekliği sağ 2×2 + gap ile aynı */
  --pd-mosaic-hero-w: 815px;
  --pd-mosaic-cols-sum: 1554.5; /* 815 + 739.5 */
  --pd-mosaic-thumb-w: 362.25px;
  --pd-mosaic-thumb-bottom-w: 362;
  --pd-mosaic-thumb-bottom-h: 322;
  --pd-mosaic-gutter: 15px;
  --pd-mosaic-quad-w: calc(2 * var(--pd-mosaic-thumb-w) + var(--pd-mosaic-gutter));
  /* Quad yükseklik: üst 384.89 + gap + alt; hero ile aynı yükseklik (~815×722) */
  --pd-mosaic-quad-stack-h: 722.14;
}

/* Header / footer about-container ile aynı hizada biraz daha geniş içerik */
.page-project-detail.page-about {
  --ab-container: min(1580px, calc(100% - 2.5rem));
}

.project-detail-main {
  padding: clamp(2.75rem, 5.5vw, 4.75rem) clamp(1rem, 1.75vw, 1.5rem)
    clamp(3.75rem, 8vw, 9.375rem);
}

.project-detail-inner {
  max-width: var(--pd-content-max);
  margin: 0 auto;
}

/* ——— Mosaic: sol hero sağ quad ile hizalı (~815×722); sağ 2×2 ——— */
.pd-mosaic-gallery-wrap {
  margin-bottom: clamp(28px, 5vw, 48px);
}

.pd-mosaic-gallery__count {
  margin: 0 0 clamp(12px, 2vw, 18px);
  font-family: var(--pd-font-base);
  font-size: clamp(0.8125rem, 1.6vw, 0.9375rem);
  font-weight: 600;
  letter-spacing: var(--pd-letter);
  text-transform: uppercase;
  color: rgba(var(--pd-secondary-rgb), 0.72);
}

.pd-mosaic-gallery {
  position: relative;
  display: grid;
  grid-template-columns:
    calc((100% - var(--pd-mosaic-gutter)) * 815 / var(--pd-mosaic-cols-sum))
    calc((100% - var(--pd-mosaic-gutter)) * 739.5 / var(--pd-mosaic-cols-sum));
  grid-template-rows: auto;
  gap: var(--pd-mosaic-gutter);
  width: min(
    calc(
      var(--pd-mosaic-hero-w) + var(--pd-mosaic-gutter) + var(--pd-mosaic-quad-w)
    ),
    100%
  );
  max-width: 100%;
  margin-bottom: 0;
  align-items: start;
  box-sizing: border-box;
}

.pd-mosaic-gallery__cell {
  margin: 0;
  overflow: hidden;
  background: #e8e4dc;
  min-height: 0;
  box-sizing: border-box;
}

.pd-mosaic-gallery__trigger {
  display: block;
  width: 100%;
  height: 100%;
  cursor: zoom-in;
  color: inherit;
  text-decoration: none;
}

.pd-mosaic-gallery__trigger:focus-visible {
  outline: 3px solid var(--pd-primary);
  outline-offset: 3px;
}

.pd-mosaic-gallery__trigger img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  vertical-align: middle;
}

.pd-mosaic-gallery__fancy-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.pd-mosaic-gallery__cell--hero {
  width: 100%;
  max-width: var(--pd-mosaic-hero-w);
  aspect-ratio: 815 / var(--pd-mosaic-quad-stack-h);
  /* Yükseklik sağ quad ile aynı; max genişlik --pd-mosaic-hero-w */
  justify-self: start;
}

.pd-mosaic-gallery__cell--hero img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  vertical-align: middle;
}

.pd-mosaic-gallery__quad {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto auto;
  gap: var(--pd-mosaic-gutter);
  width: 100%;
  max-width: var(--pd-mosaic-quad-w);
  box-sizing: border-box;
}

.pd-mosaic-gallery__quad .pd-mosaic-gallery__cell {
  aspect-ratio: 362.25 / 384.89;
  width: 100%;
  min-width: 0;
}

.pd-mosaic-gallery__quad .pd-mosaic-gallery__cell:nth-child(3),
.pd-mosaic-gallery__quad .pd-mosaic-gallery__cell:nth-child(4) {
  aspect-ratio: var(--pd-mosaic-thumb-bottom-w) / var(--pd-mosaic-thumb-bottom-h);
}

.pd-mosaic-gallery__quad .pd-mosaic-gallery__cell img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  vertical-align: middle;
}

@media (max-width: 767px) {
  .pd-mosaic-gallery {
    grid-template-columns: 1fr;
    width: 100%;
    gap: clamp(8px, 2vw, var(--pd-mosaic-gutter));
  }

  .pd-mosaic-gallery__cell--hero {
    max-width: none;
  }

  .pd-mosaic-gallery__quad {
    max-width: none;
    width: 100%;
  }
}

@media (max-width: 480px) {
  .pd-mosaic-gallery__quad {
    gap: 8px;
  }
}

/* ——— Main + sticky sidebar ——— */
.pd-page-split {
  display: grid;
  grid-template-columns: minmax(0, 1fr) var(--pd-aside-width);
  gap: clamp(1.5rem, 3.5vw, 2.75rem);
  align-items: start;
}

.pd-page-split__main {
  min-width: 0;
}

.pd-main-band {
  background: var(--pd-tertiary);
  padding: clamp(1.75rem, 4vw, 2.75rem) clamp(1.25rem, 3vw, 2.5rem)
    clamp(1.5rem, 3vw, 2.25rem);
  margin-bottom: clamp(1.25rem, 3vw, 2rem);
}

.pd-main-band .pd-intro {
  background: transparent;
  padding: 0;
  margin-bottom: 0;
}

.pd-main-band .pd-rule {
  margin-left: 0;
  margin-right: 0;
}

.pd-intro .pd-rule {
  margin-top: clamp(0.85rem, 2vw, 1.15rem);
  margin-bottom: clamp(1rem, 2.5vw, 1.5rem);
}

.pd-page-split__aside {
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: clamp(1.25rem, 3vw, 1.75rem);
}

/* Scroll-reveal wrapper: sticky kalır, transform içeride */
.pd-sidebar-inview {
  display: flex;
  flex-direction: column;
  gap: clamp(1.25rem, 3vw, 1.75rem);
  min-width: 0;
}

@media (min-width: 1025px) {
  .wdt-sticky-column {
    position: sticky;
    top: calc(1rem + env(safe-area-inset-top, 0px));
    align-self: start;
  }
}

@media (max-width: 1024px) {
  .pd-page-split {
    grid-template-columns: 1fr;
  }

  .wdt-sticky-column {
    position: static;
  }
}

/* Enquire panel (tan) */
.pd-sidebar-form-wrap {
  background: var(--pd-form-panel);
  padding: clamp(1.25rem, 3vw, 1.75rem);
  box-sizing: border-box;
}

.pd-sidebar-form-wrap .pd-form__field {
  border-color: rgba(var(--pd-secondary-rgb), 0.25);
  background: rgba(255, 255, 255, 0.92);
}

/* ——— Intro band (cream) ——— */
.pd-intro {
  background: var(--pd-tertiary);
  padding: clamp(1.75rem, 4vw, 2.75rem) clamp(1.25rem, 3vw, 2.5rem)
    clamp(1.5rem, 3vw, 2.25rem);
  margin-bottom: clamp(1.25rem, 3vw, 2rem);
}

.pd-intro__title {
  margin: 0 0 0.65rem;
  font-family: var(--pd-font-alt);
  font-weight: 400;
  font-size: clamp(1.35rem, 1.08rem + 1vw, 1.75rem);
  line-height: 1.35;
}

.pd-intro__title a {
  color: var(--pd-secondary);
  text-decoration: none;
  transition: color var(--pd-ease);
}

.pd-intro__title a:hover {
  color: var(--pd-primary);
}

.pd-intro__excerpt {
  margin: 0 0 clamp(1.25rem, 3vw, 1.75rem);
  font-family: var(--pd-font-base);
  font-size: 15px;
  line-height: 1.75;
  color: var(--pd-secondary);
  max-width: 58rem;
}

.pd-intro__excerpt:has(+ .pd-rule) {
  margin-bottom: 0;
}

.pd-intro__address {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin: 0;
  font-family: var(--pd-font-base);
  font-size: 14px;
  line-height: 1.6;
  color: var(--pd-secondary);
  max-width: 36rem;
}

.pd-intro__address-ico {
  flex-shrink: 0;
  margin-top: 3px;
  color: var(--pd-primary);
}

.pd-intro__address-ico svg {
  display: block;
  width: 18px;
  height: 18px;
}

.pd-rule {
  height: 0;
  margin: clamp(1.25rem, 3vw, 2rem) 0;
  border: none;
  border-top: 1px solid var(--pd-border);
}

/* ——— Project details block ——— */
.pd-details {
  background: var(--pd-tertiary);
  padding: clamp(1.75rem, 4vw, 2.75rem) clamp(1.25rem, 3vw, 2.5rem)
    clamp(2rem, 5vw, 3rem);
  margin-bottom: clamp(2rem, 4vw, 3rem);
}

.pd-details__h {
  margin: 0 0 0.75rem;
  font-family: var(--pd-font-alt);
  font-weight: 400;
  font-size: clamp(1.25rem, 1rem + 0.75vw, 1.5rem);
  line-height: 1.35;
  color: var(--pd-secondary);
}

.pd-details__sub {
  margin: clamp(1.25rem, 3vw, 1.75rem) 0 0.65rem;
  font-family: var(--pd-font-alt);
  font-weight: 400;
  font-size: clamp(1.0625rem, 0.94rem + 0.35vw, 1.25rem);
  line-height: 1.35;
  color: var(--pd-secondary);
}

.pd-details__prose {
  margin: 0;
  font-family: var(--pd-font-base);
  font-size: 15px;
  line-height: 1.875;
  color: var(--pd-secondary);
  max-width: 52rem;
}

.pd-details__html {
  font-family: var(--pd-font-base);
  font-size: 15px;
  line-height: 1.875;
  color: var(--pd-secondary);
  max-width: 52rem;
}

.pd-details__html > *:last-child {
  margin-bottom: 0;
}

.pd-details__html p,
.pd-details__html ul,
.pd-details__html ol {
  margin: 0 0 1rem;
}

.pd-details__html ul,
.pd-details__html ol {
  padding-left: 1.25rem;
}

/* ——— Apartment amenities (static grid, no slider) ——— */
.pd-service {
  margin-bottom: clamp(2rem, 5vw, 3.5rem);
}

.pd-service__head {
  margin: 0;
  max-width: min(100%, 36rem);
}

.pd-service__h {
  margin: 0 0 0.5rem;
  font-family: var(--pd-font-alt);
  font-weight: 400;
  font-size: clamp(1.1rem, 0.94rem + 0.45vw, 1.35rem);
  line-height: 1.3;
  color: var(--pd-secondary);
}

.pd-service__kicker {
  margin: 0;
  font-family: var(--pd-font-base);
  font-weight: 600;
  font-size: 11px;
  line-height: 1.4;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--pd-primary);
}

.pd-service__rule {
  display: block;
  margin-top: clamp(0.85rem, 2vw, 1.2rem);
  margin-bottom: clamp(1.35rem, 3vw, 2rem);
  height: 1px;
  border: none;
  background: linear-gradient(
    90deg,
    var(--pd-amenity-gold) 0,
    var(--pd-amenity-gold) min(4rem, 18%),
    var(--pd-border) min(4rem, 18%),
    var(--pd-border) 100%
  );
}

.pd-amenities {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(1rem, 2.2vw, 1.35rem);
  box-sizing: border-box;
}

.pd-amenity {
  margin: 0;
  padding: clamp(1.35rem, 2.8vw, 1.85rem) clamp(1rem, 2vw, 1.35rem);
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  background: #fff;
  border: 1px solid var(--pd-border);
  box-shadow: 0 1px 0 rgba(var(--pd-secondary-rgb), 0.04);
  transition: border-color var(--pd-ease), box-shadow var(--pd-ease);
}

.pd-amenity:hover {
  border-color: rgba(161, 128, 107, 0.42);
  box-shadow: 0 14px 32px rgba(var(--pd-secondary-rgb), 0.07);
}

.pd-amenity__icon {
  width: 80px;
  height: 80px;
  margin: 0 auto clamp(0.85rem, 2vw, 1.1rem);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  background: linear-gradient(160deg, rgb(237 236 233 / 2%) 0%, rgba(253, 249, 240, 0.9) 100%);
  border: 1px solid rgba(197, 160, 89, 0.28);
  box-sizing: border-box;
}

.pd-amenity__img {
  width: 100%;
  height: 100%;
  max-width: 56px;
  max-height: 56px;
  object-fit: contain;
  display: block;
  transition: transform var(--pd-ease);
}

.pd-amenity__svg {
  width: 100%;
  height: 100%;
  max-width: 56px;
  max-height: 56px;
  display: block;
  color: var(--pd-amenity-gold);
  transition: transform var(--pd-ease);
}

.pd-amenity:hover .pd-amenity__img,
.pd-amenity:hover .pd-amenity__svg {
  transform: scale(1.06);
}

.pd-amenity__title {
  margin: 0 0 0.55rem;
  font-family: var(--pd-font-alt);
  font-weight: 700;
  font-size: clamp(0.9375rem, 0.86rem + 0.22vw, 1.0625rem);
  line-height: 1.3;
  color: var(--pd-secondary);
}

.pd-amenity__desc {
  margin: 0;
  max-width: 17rem;
  font-family: var(--pd-font-base);
  font-size: 13px;
  line-height: 1.65;
  color: var(--pd-amenity-muted);
}

@media (prefers-reduced-motion: reduce) {
  .pd-amenity,
  .pd-amenity__img,
  .pd-amenity__svg {
    transition: none;
  }

  .pd-amenity:hover .pd-amenity__img,
  .pd-amenity:hover .pd-amenity__svg {
    transform: none;
  }

  .pd-amenity:hover {
    box-shadow: 0 1px 0 rgba(var(--pd-secondary-rgb), 0.04);
  }
}

@media (max-width: 991px) {
  .pd-amenities {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 479px) {
  .pd-amenities {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: clamp(0.65rem, 2vw, 0.95rem);
  }

  .pd-amenity {
    padding: clamp(0.95rem, 2.5vw, 1.25rem) clamp(0.55rem, 1.8vw, 0.75rem);
  }

  .pd-amenity__icon {
    width: 72px;
    height: 72px;
    margin-bottom: clamp(0.55rem, 1.8vw, 0.85rem);
  }

  .pd-amenity__img {
    max-width: 48px;
    max-height: 48px;
  }

  .pd-amenity__desc {
    max-width: none;
  }
}

/* wdt-contact-form style */
.pd-sidebar-form-wrap {
  position: relative;
  max-width: 100%;
  overflow-x: hidden;
  box-sizing: border-box;
}

.pd-form__hp {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.pd-form__errors {
  margin-bottom: 0.75rem;
  padding: 0.65rem 0.75rem;
  font-size: 13px;
  line-height: 1.45;
  color: var(--pd-secondary);
  background: rgba(220, 53, 69, 0.08);
  border: 1px solid rgba(220, 53, 69, 0.35);
}

.pd-form__errors-list {
  margin: 0;
  padding-left: 1.1rem;
}

.pd-form__field--phone {
  width: 100%;
  box-sizing: border-box;
}

.pd-appt-field {
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
  max-width: 100%;
  min-width: 0;
  padding: 0.9rem 0.65rem 1rem;
  background: var(--pd-amenity-panel);
  border: 1px solid var(--pd-border);
  border-radius: 2px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.7);
  box-sizing: border-box;
}

.pd-appt-field__label {
  display: block;
  font-family: var(--pd-font-base);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(var(--pd-secondary-rgb), 0.48);
  padding-bottom: 0.35rem;
  border-bottom: 1px solid rgba(var(--pd-secondary-rgb), 0.1);
}

.pd-appt-strip {
  display: flex;
  flex-wrap: nowrap;
  gap: 8px;
  max-width: 100%;
  min-width: 0;
  margin: 0;
  padding: 2px 0 2px;
  margin-bottom: 0;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.pd-appt-strip::-webkit-scrollbar {
  display: none;
  width: 0;
  height: 0;
}

.pd-appt-card {
  position: relative;
  flex: 1 1 0;
  min-width: 0;
  max-width: none;
  min-height: 5.5rem;
  margin: 0;
  padding: 0.65rem 0.45rem 0.55rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.15rem;
  text-align: center;
  font-family: var(--pd-font-base);
  color: var(--pd-secondary);
  background: #fff;
  border: 1px solid rgba(var(--pd-secondary-rgb), 0.14);
  border-radius: 2px;
  cursor: pointer;
  box-shadow: 0 1px 2px rgba(var(--pd-secondary-rgb), 0.06);
  /* transform kaldırıldı: sticky sütunda titreme / yatay kayma hissi yaratıyordu */
  transition:
    border-color var(--pd-ease),
    box-shadow var(--pd-ease),
    background-color var(--pd-ease);
}

.pd-appt-card:hover {
  border-color: rgba(161, 128, 107, 0.45);
  box-shadow: 0 6px 18px rgba(var(--pd-secondary-rgb), 0.12);
}

.pd-appt-card:active {
  box-shadow: 0 2px 8px rgba(var(--pd-secondary-rgb), 0.1);
}

.pd-appt-card:focus {
  outline: none;
}

.pd-appt-card:focus-visible {
  outline: 2px solid var(--pd-primary);
  outline-offset: 3px;
}

.pd-appt-card.is-selected {
  background: linear-gradient(180deg, #fff 0%, rgba(253, 249, 240, 0.98) 100%);
  border-color: var(--pd-primary);
  box-shadow:
    0 0 0 1px #fff,
    0 0 0 3px var(--pd-primary),
    0 8px 22px rgba(var(--pd-secondary-rgb), 0.12);
}

.pd-appt-card.is-selected:hover {
  border-color: var(--pd-primary);
  box-shadow:
    0 0 0 1px #fff,
    0 0 0 3px var(--pd-primary),
    0 10px 26px rgba(var(--pd-secondary-rgb), 0.14);
}

.pd-appt-card__dow,
.pd-appt-card__mon {
  font-size: 0.625rem;
  font-weight: 600;
  line-height: 1.15;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: rgba(var(--pd-secondary-rgb), 0.46);
}

.pd-appt-card.is-selected .pd-appt-card__dow,
.pd-appt-card.is-selected .pd-appt-card__mon {
  color: rgba(var(--pd-secondary-rgb), 0.58);
}

.pd-appt-card__day {
  font-size: clamp(1.35rem, 3.8vw, 1.65rem);
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.02em;
  color: var(--pd-secondary);
}

.pd-appt-card.is-selected .pd-appt-card__day {
  color: var(--pd-primary);
}

@media (max-width: 380px) {
  .pd-appt-card {
    min-height: 5.25rem;
    padding: 0.55rem 0.3rem 0.5rem;
  }

  .pd-appt-card__dow,
  .pd-appt-card__mon {
    font-size: 0.5625rem;
    letter-spacing: 0.04em;
  }
}

@media (prefers-reduced-motion: reduce) {
  .pd-appt-card {
    transition: border-color var(--pd-ease), box-shadow var(--pd-ease), background-color var(--pd-ease);
  }
}

.pd-form {
  display: grid;
  gap: clamp(0.75rem, 2vw, 1rem);
  min-width: 0;
  max-width: 100%;
}

.pd-form__row4 {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px 14px;
}

@media (max-width: 540px) {
  .pd-form__row4 {
    grid-template-columns: 1fr;
  }
}

.pd-form__row2 {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px 14px;
}

@media (max-width: 540px) {
  .pd-form__row2 {
    grid-template-columns: 1fr;
  }
}

.pd-form__field {
  width: 100%;
  box-sizing: border-box;
  padding: 12px 14px;
  font-family: var(--pd-font-base);
  font-size: 13px;
  line-height: 1.4;
  color: var(--pd-secondary);
  background: #fff;
  border: 1px solid var(--pd-border);
  border-radius: 0;
  transition: border-color var(--pd-ease);
}

.pd-form__field::placeholder {
  color: rgba(var(--pd-secondary-rgb), 0.55);
}

.pd-form__field:focus {
  outline: none;
  border-color: var(--pd-secondary);
}

.pd-form__textarea {
  min-height: 140px;
  resize: vertical;
}

.pd-form__check {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-family: var(--pd-font-base);
  font-size: 13px;
  line-height: 1.5;
  color: var(--pd-secondary);
  cursor: pointer;
}

.pd-form__check input {
  margin-top: 3px;
  flex-shrink: 0;
}

.pd-form__check--kvkk span {
  font-size: 12px;
  line-height: 1.5;
  color: rgba(var(--pd-secondary-rgb), 0.88);
}

.pd-form__submit {
  align-self: flex-start;
  padding: 14px 28px;
  font-family: var(--pd-font-base);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: var(--pd-letter);
  text-transform: uppercase;
  color: #fff;
  background: var(--pd-secondary);
  border: none;
  border-radius: 0;
  cursor: pointer;
  transition: background-color var(--pd-ease);
}

.pd-form__submit:hover {
  background: var(--pd-primary);
}

@media (prefers-reduced-motion: reduce) {
  .pd-form__field,
  .pd-form__submit,
  .pd-intro__title a {
    transition: none;
  }
}

/* ========== CONTACT ← contact.css ========== */

/* Contact Us — https://wdthappyhome.wpengine.com/contact-us/ */

.page-contact {
  --contact-olive: #33362a;
  --contact-taupe: #a38a75;
  --contact-charcoal: #2c2e26;
  --contact-field-border: rgba(44, 46, 38, 0.18);
  --contact-placeholder: rgba(44, 46, 38, 0.42);
  /* Form + görsel bloğu — header’dan daha geniş (project-detail ile uyumlu ~1580) */
  --contact-content-max: min(1580px, calc(100% - 2rem));
}

.page-contact .contact-main {
  padding: clamp(2.5rem, 5vw, 4.5rem) 0 clamp(3rem, 6vw, 5rem);
}

/* İki sütun bitişik: sol beyaz form, sağ zeytin paneli (~50/50) */
.page-contact .contact-split {
  max-width: var(--contact-content-max);
  margin: 0 auto;
  padding: 0 clamp(0.75rem, 1.5vw, 1rem);
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 0;
  align-items: stretch;
}

@media (max-width: 991px) {
  .page-contact .contact-split {
    grid-template-columns: 1fr;
    gap: 0;
    max-width: 100%;
    width: 100%;
    box-sizing: border-box;
    padding-left: max(0.875rem, env(safe-area-inset-left, 0px));
    padding-right: max(0.875rem, env(safe-area-inset-right, 0px));
  }
}

/* ——— Form column ——— */
.page-contact .contact-form-col {
  min-width: 0;
  background: #fff;
  padding: clamp(2rem, 4.5vw, 3.25rem) clamp(1.25rem, 3vw, 2rem)
    clamp(2rem, 4.5vw, 3.25rem) clamp(0.25rem, 1vw, 0.5rem);
}

@media (min-width: 992px) {
  .page-contact .contact-form-col {
    padding-right: clamp(2rem, 4vw, 3.25rem);
  }
}

@media (max-width: 991px) {
  .page-contact .contact-form-col {
    padding: clamp(1.75rem, 4vw, 2.5rem) clamp(1rem, 3.25vw, 1.35rem);
    width: 100%;
    box-sizing: border-box;
  }
}

/* Telefon: dış boşlukları biraz daha sıkı → form alanı daha geniş */
@media (max-width: 767px) {
  .page-contact .contact-split {
    padding-left: max(0.5rem, env(safe-area-inset-left, 0px));
    padding-right: max(0.5rem, env(safe-area-inset-right, 0px));
  }

  .page-contact .contact-form-col {
    padding-left: clamp(0.75rem, 2.5vw, 1rem);
    padding-right: clamp(0.75rem, 2.5vw, 1rem);
  }
}

.page-contact .contact-form__eyebrow {
  margin: 0 0 0.65rem;
  font-family: var(--ab-font-base);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--contact-taupe);
}

.page-contact .contact-form__title {
  margin: 0 0 clamp(1.75rem, 3.5vw, 2.5rem);
  font-family: var(--ab-font-alt);
  font-weight: 400;
  font-size: clamp(1.875rem, 1.4rem + 1.15vw, 2.625rem);
  line-height: 1.22;
  color: var(--contact-charcoal);
  max-width: 52rem;
}

.page-contact .contact-form {
  display: flex;
  flex-direction: column;
  gap: 14px;
  position: relative;
}

.page-contact .contact-form__hp {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.page-contact .contact-form__errors {
  margin: 0 0 0.5rem;
  padding: 0.65rem 0.75rem;
  font-size: 14px;
  line-height: 1.45;
  color: var(--contact-charcoal);
  background: rgba(220, 53, 69, 0.08);
  border: 1px solid rgba(220, 53, 69, 0.35);
}

.page-contact .contact-form__errors-list {
  margin: 0;
  padding-left: 1.1rem;
}

.page-contact .contact-form__grid4 {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px 18px;
}

/* Tablet + mobil: görseldeki gibi tüm alanlar tek sütun, tam genişlik */
@media (max-width: 991px) {
  .page-contact .contact-form__grid4 {
    grid-template-columns: 1fr;
    gap: 14px;
  }
}

.page-contact .contact-form__field {
  width: 100%;
  box-sizing: border-box;
  padding: 20px 17px;
  font-family: var(--ab-font-base);
  font-size: 14px;
  line-height: 1.45;
  color: var(--contact-charcoal);
  background: #fff;
  border: 1px solid var(--contact-field-border);
  border-radius: 0;
  box-shadow: none;
  transition: border-color var(--ab-ease);
}

.page-contact .contact-form__field::placeholder {
  color: var(--contact-placeholder);
}

.page-contact .contact-form__field:focus {
  outline: none;
  border-color: rgba(44, 46, 38, 0.45);
}

.page-contact .contact-form__field--textarea {
  min-height: 192px;
  resize: vertical;
}

.page-contact .contact-form__submit {
  align-self: flex-start;
  margin-top: 6px;
  padding: 17px 40px;
  font-family: var(--ab-font-base);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #fff;
  background: var(--contact-taupe);
  border: none;
  border-radius: 0;
  cursor: pointer;
  transition: background-color var(--ab-ease), color var(--ab-ease);
}

.page-contact .contact-form__submit:hover {
  background: #8f7764;
}

/* ——— “Get in touch” — yeşil kutu içinde metin + gutter + görsel ——— */
.page-contact .contact-aside {
  background: var(--contact-olive);
  color: #fff;
  box-sizing: border-box;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(200px, 52%);
  gap: clamp(1.5rem, 3vw, 2.75rem);
  align-items: center;
  min-height: 0;
  padding: clamp(2rem, 4vw, 3rem) clamp(1.75rem, 3.5vw, 2.75rem)
    clamp(2rem, 4vw, 3rem) clamp(2rem, 3.5vw, 2.85rem);
}

@media (max-width: 991px) {
  .page-contact .contact-aside {
    grid-template-columns: minmax(0, 1fr) minmax(170px, 46%);
    gap: clamp(1.25rem, 3vw, 2rem);
  }
}

@media (max-width: 640px) {
  .page-contact .contact-aside {
    grid-template-columns: 1fr;
    align-items: stretch;
    padding: clamp(1.75rem, 4vw, 2.5rem) clamp(1.25rem, 3vw, 1.75rem);
  }
}

.page-contact .contact-aside__body {
  padding: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-width: 0;
}

.page-contact .contact-aside__title {
  margin: 0 0 clamp(1.65rem, 2.8vw, 2.35rem);
  font-family: var(--ab-font-alt);
  font-weight: 400;
  font-size: clamp(1.85rem, 1.4rem + 1.1vw, 2.5rem);
  line-height: 1.22;
  color: #fff;
  letter-spacing: -0.01em;
}

.page-contact .contact-aside__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: clamp(1.45rem, 2.8vw, 2rem);
}

.page-contact .contact-aside__item {
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr);
  gap: 16px;
  align-items: start;
}

.page-contact .contact-aside__ico {
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  flex-shrink: 0;
}

.page-contact .contact-aside__ico svg {
  width: 26px;
  height: 26px;
}

.page-contact .contact-aside__label {
  display: block;
  font-family: var(--ab-font-alt);
  font-size: clamp(1.02rem, 0.95rem + 0.25vw, 1.2rem);
  font-weight: 400;
  color: #fff;
  margin-bottom: 6px;
  line-height: 1.35;
}

.page-contact .contact-aside__value {
  font-family: var(--ab-font-base);
  font-size: clamp(0.95rem, 0.9rem + 0.2vw, 1.0625rem);
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.92);
}

.page-contact .contact-aside__value a {
  color: inherit;
  text-decoration: none;
}

.page-contact .contact-aside__value a:hover {
  text-decoration: underline;
}

.page-contact .contact-aside__figure {
  margin: 0;
  overflow: hidden;
  align-self: stretch;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: min(420px, 50vh);
}

.page-contact .contact-aside__figure img {
  width: 100%;
  height: 100%;
  min-height: 320px;
  max-height: 520px;
  object-fit: cover;
  object-position: center;
  display: block;
}

@media (max-width: 640px) {
  .page-contact .contact-aside__figure {
    min-height: 0;
  }

  .page-contact .contact-aside__figure img {
    min-height: 240px;
    max-height: 320px;
  }
}

/* ——— Map — krem zemin (WDT referans ~500px, biraz yükseltildi) ——— */
.page-contact .contact-map {
  margin-top: clamp(2.5rem, 5vw, 4rem);
  width: 100%;
  line-height: 0;
  background: #fff9f2;
}

.page-contact .contact-map__canvas {
  width: 100%;
  height: 580px;
  min-height: 340px;
}

.page-contact .contact-map__canvas.leaflet-container {
  font-family: var(--ab-font-base, "Mulish", system-ui, sans-serif);
  z-index: 1;
}

.page-contact .contact-map__canvas .leaflet-tile-pane img,
.page-contact .contact-map__canvas .leaflet-marker-icon {
  max-width: none !important;
}

/* Logo işaretçi — beyaz kutu çerçeve (Leaflet iconSize ile uyumlu padding+border) */
.page-contact .contact-map__marker-div {
  background: transparent !important;
  border: none !important;
}

.page-contact .contact-map__marker-inner {
  display: block;
  line-height: 0;
  padding: 8px;
  background: #fff;
  border: 2px solid rgba(33, 29, 26, 0.18);
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(33, 29, 26, 0.12);
}

.page-contact .contact-map__marker-img {
  display: block;
  width: auto;
  height: auto;
  max-width: none;
}

@media (max-width: 767px) {
  .page-contact .contact-map__canvas {
    height: min(480px, 65vw);
  }
}

@media (prefers-reduced-motion: reduce) {
  .page-contact .contact-form__field,
  .page-contact .contact-form__submit {
    transition: none;
  }
}

/* ——— FAQ ——— */
.page-contact .contact-faq {
  max-width: var(--contact-content-max);
  margin: 0 auto;
  padding: clamp(3rem, 6vw, 5.5rem) clamp(0.75rem, 1.5vw, 1rem)
    clamp(3rem, 7vw, 6rem);
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  gap: clamp(1.75rem, 4vw, 3.5rem);
  align-items: start;
}

@media (max-width: 991px) {
  .page-contact .contact-faq {
    grid-template-columns: 1fr;
  }
}

.page-contact .contact-faq__intro {
  position: sticky;
  top: 1rem;
}

.page-contact .contact-faq__eyebrow {
  margin: 0 0 0.5rem;
  font-family: var(--ab-font-base);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--ab-primary);
}

.page-contact .contact-faq__headline {
  margin: 0 0 clamp(1.25rem, 3vw, 2rem);
  font-family: var(--ab-font-alt);
  font-weight: 400;
  font-size: clamp(1.5rem, 1.2rem + 1vw, 2.125rem);
  line-height: 1.3;
  color: var(--ab-text);
  max-width: 20rem;
}

.page-contact .contact-faq__figure {
  margin: 0;
  overflow: hidden;
  background: var(--ab-card);
}

.page-contact .contact-faq__figure img {
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
  display: block;
}

.page-contact .contact-faq__accordions {
  display: flex;
  flex-direction: column;
  gap: clamp(1.75rem, 3vw, 2.5rem);
}

.page-contact .contact-faq__group-title {
  margin: 0 0 0.85rem;
  font-family: var(--ab-font-alt);
  font-weight: 700;
  font-size: clamp(1rem, 0.92rem + 0.25vw, 1.125rem);
  color: var(--ab-text);
}

.page-contact .contact-faq__list {
  display: flex;
  flex-direction: column;
  gap: 0;
  border: 1px solid rgba(var(--ab-secondary-rgb), 0.15);
}

.page-contact .contact-faq-item {
  border-bottom: 1px solid rgba(var(--ab-secondary-rgb), 0.12);
}

.page-contact .contact-faq-item:last-child {
  border-bottom: none;
}

.page-contact .contact-faq-item summary {
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 16px 18px;
  font-family: var(--ab-font-base);
  font-size: 15px;
  font-weight: 600;
  color: var(--ab-text);
  cursor: pointer;
  background: #fff;
  transition: background-color var(--ab-ease), color var(--ab-ease);
}

.page-contact .contact-faq-item summary::-webkit-details-marker {
  display: none;
}

.page-contact .contact-faq-item .contact-faq-item__num {
  flex-shrink: 0;
  width: 28px;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  font-weight: 700;
  border: 1px solid rgba(var(--ab-secondary-rgb), 0.2);
  margin-right: 10px;
}

.page-contact .contact-faq-item summary .contact-faq-item__row {
  display: flex;
  align-items: center;
  flex: 1;
  min-width: 0;
}

.page-contact .contact-faq-item .contact-faq-item__chev {
  flex-shrink: 0;
  width: 22px;
  height: 22px;
  position: relative;
  color: var(--ab-text);
}

.page-contact .contact-faq-item .contact-faq-item__chev::before,
.page-contact .contact-faq-item .contact-faq-item__chev::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 11px;
  height: 1.5px;
  background: currentColor;
  transform: translate(-50%, -50%);
}

.page-contact .contact-faq-item .contact-faq-item__chev::after {
  transform: translate(-50%, -50%) rotate(90deg);
  transition: transform var(--ab-ease), opacity var(--ab-ease);
}

.page-contact .contact-faq-item[open] .contact-faq-item__chev::after {
  transform: translate(-50%, -50%) rotate(0deg);
  opacity: 0;
}

.page-contact .contact-faq-item[open] summary {
  background: var(--ab-olive);
  color: #fff;
}

.page-contact .contact-faq-item[open] .contact-faq-item__num {
  border-color: rgba(255, 255, 255, 0.35);
  color: #fff;
}

.page-contact .contact-faq-item[open] .contact-faq-item__chev {
  color: #fff;
}

.page-contact .contact-faq-item__panel {
  padding: 0 18px 20px 56px;
  background: var(--ab-olive);
  color: rgba(255, 255, 255, 0.88);
  font-family: var(--ab-font-base);
  font-size: 14px;
  line-height: 1.7;
}

.page-contact .contact-faq-item__panel p {
  margin: 0;
}

/* ========== BLOG / NEWS listesi ← blog.css ========== */

/* Blog listing — measurements aligned with https://wdthappyhome.wpengine.com/blog/
   Sources: theme :root (inline), elementor-kit-16 / post-88, blog.css, pagination.css,
   widget.css, wedesigntech wdt-heading, post-321 (sidebar form shell) */

.page-blog {
  /* Live HappyHome :root (blog page) */
  --hm-blog-h2-size: 50px;
  /* wdt-heading-title-wrapper uses --wdtLineHeight_Alt on live */
  --hm-blog-h2-lh: 1.292;
  --hm-blog-h4-size: 30px;
  --hm-blog-h4-lh: 1.35;
  --hm-blog-h5-size: 25px;
  --hm-blog-h5-lh: 1.35;
  --hm-blog-body: 16px;
  --hm-blog-body-lh: 1.875;
  --hm-blog-ext-size: 12px;
  --hm-blog-ext-weight: 600;
  --hm-blog-alt-lh: 1.292;
  --hm-blog-letter-3: 0.15em;
  --hm-blog-border: #d9d9d9;
  --hm-blog-head: #353622;
  --hm-blog-primary: #a1806b;
  /* Elementor post-88: main ↔ sidebar gap */
  --hm-blog-sidebar-gap: 100px;
  /* elementor-kit-16 boxed container */
  --hm-blog-container: 1720px;
  /* Sticky sidebar: ~topbar (min 48px + padding) + .about-header__inner (min 88px + padding) — canlı header ile hizalı */
  --hm-blog-sticky-top: calc(env(safe-area-inset-top, 0px) + clamp(118px, 12vh, 148px));
}

@media (max-width: 1540px) {
  .page-blog {
    --hm-blog-container: 1300px;
    --hm-blog-sidebar-gap: 80px;
  }
}

@media (max-width: 1280px) {
  .page-blog {
    --hm-blog-container: 1100px;
    --hm-blog-sidebar-gap: 70px;
  }
}

@media (max-width: 1024px) {
  .page-blog {
    --hm-blog-container: 850px;
    --hm-blog-sidebar-gap: 60px;
  }
}

@media (max-width: 767px) {
  .page-blog {
    --hm-blog-container: 580px;
    --hm-blog-sidebar-gap: 50px;
  }
}

@media (max-width: 479px) {
  .page-blog {
    --hm-blog-container: 400px;
    --hm-blog-sidebar-gap: 40px;
  }
}

.page-blog .blog-main {
  padding: clamp(2.5rem, 4.2vw, 5rem) clamp(1rem, 3vw, 1.5rem)
    clamp(3.75rem, 7vw, 6.25rem);
  background: #fff;
}

.page-blog .blog-main__inner {
  width: 100%;
  max-width: var(--hm-blog-container);
  margin-inline: auto;
  box-sizing: border-box;
}

.page-blog .blog-with-sidebar {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(260px, 400px);
  column-gap: var(--hm-blog-sidebar-gap);
  row-gap: var(--hm-blog-sidebar-gap);
  align-items: start;
}

.page-blog .blog-with-sidebar__primary {
  min-width: 0;
}

/* ——— Sticky sidebar (WDT secondary-sidebar / Elementor sticky column) ——— */
@media (min-width: 1025px) {
  .page-blog .blog-with-sidebar__secondary {
    position: sticky;
    top: var(--hm-blog-sticky-top);
    align-self: start;
    z-index: 20;
  }
}

/* ——— WDT heading widget (Latest Updates + H2) ——— */
.page-blog .hm-blog-heading {
  margin: 0 0 30px;
}

.page-blog .hm-blog-heading .wdt-heading-subtitle-wrapper {
  font-family: var(--wdtFontTypo_Base);
  font-size: var(--hm-blog-ext-size);
  font-weight: var(--hm-blog-ext-weight);
  line-height: var(--hm-blog-alt-lh);
  letter-spacing: var(--hm-blog-letter-3);
  text-transform: uppercase;
  color: var(--hm-blog-primary);
  margin: 0 0 15px;
}

.page-blog .hm-blog-heading .wdt-heading-title-wrapper {
  line-height: var(--hm-blog-alt-lh);
  margin: 0;
}

.page-blog .hm-blog-heading .wdt-heading-title {
  margin: 0;
  font-family: var(--wdtFontTypo_Alt);
  font-weight: 400;
  font-size: var(--hm-blog-h2-size);
  line-height: var(--hm-blog-h2-lh);
  color: var(--hm-blog-head);
}

.page-blog .hm-blog-heading .wdt-heading-colored-elements {
  color: var(--hm-blog-primary);
  margin-right: 0.25em;
  display: inline-block;
}

/* ——— Post grid: tpl-blog-holder = 15px pad ×2 → 30px gutters ——— */
.page-blog .hm-blog-tpl {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 30px;
  margin: 0;
  padding: 0;
  list-style: none;
  width: 100%;
}

.page-blog .hm-blog-tpl > .wdt-post-entry {
  width: 100%;
  margin: 0;
  padding: 0;
  float: none;
}

.page-blog .hm-blog-tpl .blog-entry {
  margin: 0;
  width: 100%;
}

.page-blog .wdt-post-entry .blog-entry .entry-title {
  max-width: none;
}

.page-blog .wdt-post-entry .blog-entry .entry-body {
  margin-right: 0;
}

/* Vertical rhythm — theme .blog-entry > div:not(:last-child) */
.page-blog .blog-entry.has-post-thumbnail .entry-media-group {
  display: grid;
  overflow: hidden;
  margin: 0 0 clamp(1.25rem, 1.1058rem + 0.641vw, 1.875rem);
}

.page-blog .blog-entry.has-post-thumbnail .entry-media-group > .entry-thumb {
  grid-area: 1 / 1;
  display: block;
  line-height: 0;
  position: relative;
}

.page-blog .blog-entry .entry-thumb a {
  display: block;
  overflow: hidden;
  border-radius: 0;
}

.page-blog .blog-entry .entry-thumb img {
  width: 100%;
  height: auto;
  aspect-ratio: 15 / 8;
  object-fit: cover;
  object-position: center;
  vertical-align: middle;
  transform: scale(1);
  transition: transform var(--wdt-Ad-Transition, 375ms cubic-bezier(0.7, 0, 0.3, 1));
}

.page-blog .blog-entry:hover .entry-thumb img {
  transform: scale(1.1);
}

.page-blog .blog-entry .entry-content-group {
  display: block;
  text-align: left;
}

/* page-with-sidebar: entry title uses --wdtFontSize_H5 → 25px */
.page-blog .blog-entry .entry-title h4 {
  margin: 0 0 clamp(0.3125rem, 0.1875rem + 0.625vw, 0.9375rem);
  font-family: var(--wdtFontTypo_Alt);
  font-size: var(--hm-blog-h5-size);
  font-weight: 400;
  line-height: var(--hm-blog-h5-lh);
}

.page-blog .blog-entry .entry-title h4 a {
  color: var(--hm-blog-head);
  text-decoration: none;
  transition: color var(--ab-ease);
}

.page-blog .blog-entry:hover .entry-title h4 a {
  color: var(--hm-blog-primary);
}

.page-blog .blog-entry .entry-body {
  margin: 0 0 clamp(1.25rem, 1.1875rem + 0.3125vw, 1.5625rem);
}

/* Liste kartları: özet en fazla 2 satır, blok yüksekliği sabit — TR/EN/RU hizada */
.page-blog .hm-blog-tpl .blog-entry .entry-body {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  overflow: hidden;
  word-break: break-word;
  overflow-wrap: break-word;
  font-size: var(--hm-blog-body);
  line-height: var(--hm-blog-body-lh);
  color: var(--hm-blog-head);
  min-height: calc(2em * var(--hm-blog-body-lh));
  max-height: calc(2em * var(--hm-blog-body-lh));
}

.page-blog .hm-blog-tpl .blog-entry .entry-body p {
  display: inline;
}

.page-blog .hm-blog-tpl .blog-entry .entry-body p:not(:last-child)::after {
  content: '\0020';
}

.page-blog .blog-entry .entry-body p {
  margin: 0;
  font-size: var(--hm-blog-body);
  line-height: var(--hm-blog-body-lh);
  color: var(--hm-blog-head);
}

/* Learn More — blog.css / wdt-button */
.page-blog .blog-entry .entry-button {
  margin: 0;
}

.page-blog .blog-entry .entry-button a.wdt-button {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: var(--wdtPadding_Btn);
  font-family: var(--wdtFontTypo_Base);
  font-size: var(--wdtFontSize_Ext);
  font-weight: var(--wdtFontWeight_Ext);
  letter-spacing: var(--wdtLetterSpacing_3X);
  text-transform: uppercase;
  line-height: 1;
  color: var(--wdtAccentTxtColor);
  background-color: var(--wdtSecondaryColor);
  border: 1px solid var(--wdtSecondaryColor);
  border-radius: var(--wdtRadius_Zero);
  text-decoration: none;
  transition: background-color 0.35s ease, border-color 0.35s ease, color 0.35s ease;
}

.page-blog .blog-entry .entry-button a.wdt-button:hover {
  background-color: var(--hm-blog-primary);
  border-color: var(--hm-blog-primary);
  color: var(--wdtAccentTxtColor);
}

.page-blog .blog-entry .entry-button a.wdt-button svg {
  width: 14px;
  height: auto;
  fill: currentColor;
  flex-shrink: 0;
}

/* ——— Pagination — theme pagination.css ——— */
.page-blog .blog-pagination {
  float: none;
  display: inline-block;
  margin-top: 35px;
  text-align: center;
  width: 100%;
}

.page-blog .blog-pagination .pager_wrapper {
  width: 100%;
  float: right;
}

.page-blog .blog-pagination .page-numbers {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.page-blog .blog-pagination .page-numbers li {
  display: inline-block;
  float: none;
  margin: 4px;
  padding: 0;
  height: fit-content;
}

.page-blog .blog-pagination a.page-numbers,
.page-blog .blog-pagination span.page-numbers {
  background: none;
  border: 1px solid var(--hm-blog-border);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: 400;
  height: 40px;
  width: 40px;
  letter-spacing: 0.5px;
  line-height: 1;
  margin: 0;
  padding: 0;
  color: var(--hm-blog-head);
  text-decoration: none;
  text-transform: uppercase;
  border-radius: 50%;
  transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease;
}

.page-blog .blog-pagination a.page-numbers:hover,
.page-blog .blog-pagination a.page-numbers:focus,
.page-blog .blog-pagination span.page-numbers.current {
  color: var(--wdtAccentTxtColor);
  background-color: var(--hm-blog-primary);
  border-color: var(--hm-blog-primary);
}

.page-blog .blog-pagination a.next.page-numbers {
  border: none;
  background: transparent;
  color: var(--hm-blog-head);
  width: 40px;
  height: 40px;
  font-size: 0;
}

.page-blog .blog-pagination a.next.page-numbers:hover,
.page-blog .blog-pagination a.next.page-numbers:focus {
  color: var(--hm-blog-primary);
  background: transparent;
}

.page-blog .blog-pagination a.next.page-numbers svg {
  display: block;
  width: 16px;
  height: 16px;
}

@media (max-width: 767px) {
  .page-blog .blog-pagination a.page-numbers,
  .page-blog .blog-pagination span.page-numbers {
    font-size: calc(var(--hm-blog-body) - 3px);
    font-weight: 600;
    height: 32px;
    width: 32px;
  }

  .page-blog .blog-pagination a.next.page-numbers {
    width: 32px;
    height: 32px;
  }

  .page-blog .blog-pagination a.next.page-numbers svg {
    width: 14px;
    height: 14px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .page-blog .blog-entry .entry-thumb img,
  .page-blog .blog-entry .entry-button a.wdt-button,
  .page-blog .blog-pagination a.page-numbers {
    transition: none;
  }

  .page-blog .blog-entry:hover .entry-thumb img {
    transform: none;
  }
}

/* ——— Sidebar — widget.css ——— */
.page-blog .blog-sidebar {
  display: flex;
  flex-direction: column;
  gap: clamp(1.875rem, 1.625rem + 1.25vw, 3.125rem);
}

.page-blog .blog-sidebar__widget {
  margin: 0;
  width: 100%;
}

.page-blog .blog-sidebar__widget .widgettitle {
  clear: both;
  display: inline-block;
  font-family: var(--wdtFontTypo_Alt);
  font-size: clamp(1.5625rem, 1.4586rem + 0.347vw, 1.875rem);
  font-weight: 400;
  text-transform: capitalize;
  margin: 0 0 20px;
  padding: 0 0 12px;
  position: relative;
  line-height: var(--hm-blog-h5-lh);
  color: var(--hm-blog-head);
  border-bottom: 1px solid var(--hm-blog-border);
  width: 100%;
  box-sizing: border-box;
}

.page-blog .blog-sidebar__menu {
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
}

.page-blog .blog-sidebar__menu li {
  margin: 0;
  padding: 0;
  border-bottom: 1px solid var(--hm-blog-border);
}

.page-blog .blog-sidebar__menu li:first-child {
  border-top: none;
}

.page-blog .blog-sidebar__menu a {
  display: inline-block;
  width: 100%;
  padding: 10px 0;
  font-size: clamp(1.125rem, 1.0834rem + 0.1388vw, 1.25rem);
  line-height: var(--hm-blog-alt-lh);
  color: var(--hm-blog-head);
  text-decoration: none;
  transition: color var(--ab-ease);
}

.page-blog .blog-sidebar__menu li:last-child {
  border-bottom: none;
}

.page-blog .blog-sidebar__menu li:last-child a {
  padding-bottom: 0;
}

.page-blog .blog-sidebar__menu a:hover {
  color: var(--hm-blog-primary);
}

/* Meet designer — elementor-321 shell + wdt h4 */
.page-blog .hm-designer-form-wrap {
  position: relative;
  border: none;
  padding: 30px;
  background-color: #d9d9d94f;
  box-sizing: border-box;
}

@media (max-width: 767px) {
  .page-blog .hm-designer-form-wrap {
    padding: 20px;
  }
}

.page-blog .hm-designer-form__h {
  margin: -5px 0 0;
  padding: 0 0 20px;
  font-family: var(--wdtFontTypo_Alt);
  font-size: var(--hm-blog-h4-size);
  font-weight: 400;
  line-height: var(--hm-blog-h4-lh);
  color: var(--hm-blog-head);
  text-align: start;
}

.page-blog .hm-designer-form {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.page-blog .hm-designer-form__field,
.page-blog .hm-designer-form__select,
.page-blog .hm-designer-form__textarea {
  width: 100%;
  padding: 12px 14px;
  font-family: var(--wdtFontTypo_Base);
  font-size: var(--hm-blog-body);
  line-height: var(--hm-blog-body-lh);
  color: var(--hm-blog-head);
  background: #fff;
  border: 1px solid var(--hm-blog-border);
  border-radius: 0;
  box-sizing: border-box;
}

.page-blog .hm-designer-form__field::placeholder,
.page-blog .hm-designer-form__textarea::placeholder {
  color: rgba(53, 54, 34, 0.45);
}

.page-blog .hm-designer-form__textarea {
  min-height: 120px;
  resize: vertical;
}

.page-blog .hm-designer-form__submit {
  margin-top: 4px;
  width: 100%;
  padding: var(--wdtPadding_Btn);
  font-family: var(--wdtFontTypo_Base);
  font-size: var(--wdtFontSize_Ext);
  font-weight: var(--wdtFontWeight_Ext);
  letter-spacing: var(--wdtLetterSpacing_3X);
  text-transform: uppercase;
  line-height: 1;
  color: var(--wdtAccentTxtColor);
  background: var(--wdtSecondaryColor);
  border: 1px solid var(--wdtSecondaryColor);
  border-radius: 0;
  cursor: pointer;
  transition: background 0.35s ease, border-color 0.35s ease;
}

.page-blog .hm-designer-form__submit:hover {
  background: var(--hm-blog-primary);
  border-color: var(--hm-blog-primary);
}

.page-blog .hm-designer-form__hp {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.page-blog .hm-designer-form__errors {
  margin: 0 0 0.75rem;
  padding: 0.65rem 0.75rem;
  font-size: 13px;
  line-height: 1.45;
  color: var(--hm-blog-head);
  background: rgba(220, 53, 69, 0.08);
  border: 1px solid rgba(220, 53, 69, 0.35);
}

.page-blog .hm-designer-form__errors-list {
  margin: 0;
  padding-left: 1.1rem;
}

.page-blog .hm-designer-form__empty {
  margin: 0 0 0.75rem;
  font-size: 14px;
  line-height: 1.55;
  color: rgba(53, 54, 34, 0.65);
}

.page-blog .hm-designer-form__contact-link {
  display: inline-block;
  margin-top: 0.25rem;
  font-family: var(--wdtFontTypo_Base);
  font-size: var(--wdtFontSize_Ext);
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 0.2em;
  color: var(--hm-blog-primary, var(--wdtSecondaryColor));
}

.page-blog .hm-designer-form__contact-link:hover {
  color: var(--hm-blog-head);
}

/* Single column */
@media (max-width: 1024px) {
  .page-blog .blog-with-sidebar {
    grid-template-columns: 1fr;
  }

  .page-blog .hm-blog-tpl {
    grid-template-columns: 1fr;
  }
}

/* Slightly smaller H2 on narrow phones */
@media (max-width: 479px) {
  .page-blog .hm-blog-heading .wdt-heading-title {
    font-size: clamp(1.75rem, 1.2rem + 2.5vw, 2.5rem);
    line-height: 1.25;
  }
}

/* Blog — ek reveal gecikmeleri (temel stiller css/style.css) */
@media (prefers-reduced-motion: no-preference) {
  .page-blog .blog-pagination.hm-inview-init {
    --hm-reveal-delay: 0.12s;
  }

  .page-blog .blog-sidebar__inview.hm-inview-init {
    --hm-reveal-delay: 0.14s;
  }
}

/* ========== BLOG DETAIL / NEWS tekil ← blog-detail.css ========== */

/* Blog single — ölçüler: happyhome theme blog.css + canlı :root (wdthappyhome.wpengine.com)
   İçerik genişliği: blog listesi ile aynı --hm-blog-container (elementor-kit-16) */

.page-blog-detail .blog-detail-main {
  /* .page-blog .blog-main ile aynı */
  padding: clamp(2.5rem, 4.2vw, 5rem) clamp(1rem, 3vw, 1.5rem)
    clamp(3.75rem, 7vw, 6.25rem);
  background: #fff;
}

.page-blog-detail .blog-detail-main__inner {
  width: 100%;
  max-width: var(--hm-blog-container, 1720px);
  margin-inline: auto;
  box-sizing: border-box;
}

.page-blog-detail .blog-single {
  margin: 0;
}

/* Orta sütun — metin + görseller (önceki 920px → biraz geniş: ~1100px / %76 vw) */
.page-blog-detail .blog-single__layout {
  width: 100%;
  max-width: min(1100px, 76vw);
  margin-inline: auto;
  box-sizing: border-box;
}

@media (max-width: 1024px) {
  .page-blog-detail .blog-single__layout {
    max-width: min(1100px, 100%);
  }
}

/* Meta çubuğu — tek satır: sol tarih | kategoriler, sağ yazar (space-between) */
.page-blog-detail .blog-single__meta--bar {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem 1rem;
  width: 100%;
  margin: 0 0 0;
  padding: 0 0 clamp(1.125rem, 2vw, 1.5rem);
  border-bottom: 1px solid var(--hm-blog-border, #d9d9d9);
  font-family: var(--wdtFontTypo_Base);
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
  color: rgba(53, 54, 34, 0.62);
}

.page-blog-detail .blog-single__meta-left {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  gap: 0;
  min-width: 0;
  flex: 1 1 auto;
}

.page-blog-detail .blog-single__meta-right {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
  flex: 0 0 auto;
  min-width: 0;
  text-align: right;
}

.page-blog-detail .blog-single__meta-line {
  display: inline-flex;
  align-items: center;
  gap: 0.625rem;
  max-width: 100%;
}

.page-blog-detail .blog-single__meta-vsep {
  flex-shrink: 0;
  padding: 0 1rem;
  color: rgba(53, 54, 34, 0.35);
  font-weight: 300;
  user-select: none;
  line-height: 1;
}

.page-blog-detail .blog-single__meta-by {
  white-space: nowrap;
}

.page-blog-detail .blog-single__meta-author {
  text-decoration: none;
  color: inherit;
}

.page-blog-detail .blog-single__meta-author strong {
  font-weight: 700;
  color: var(--hm-blog-head, #353622);
}

.page-blog-detail .blog-single__meta-ico {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  color: rgba(53, 54, 34, 0.45);
}

.page-blog-detail .blog-single__meta-ico svg {
  width: 18px;
  height: 18px;
}

.page-blog-detail .blog-single__meta-cats a {
  color: inherit;
  text-decoration: none;
  transition: color var(--ab-ease, 0.25s ease);
}

.page-blog-detail .blog-single__meta-cats a:hover {
  color: var(--hm-blog-primary, #a1806b);
}

.page-blog-detail .blog-single__meta--bar a {
  color: inherit;
  text-decoration: none;
  transition: color var(--ab-ease, 0.25s ease);
}

.page-blog-detail .blog-single__meta--bar a:hover {
  color: var(--hm-blog-primary, #a1806b);
}

/* Başlık — görüntüdeki büyük serif (≈ h3) */
.page-blog-detail .blog-single__lead-title {
  margin: clamp(1.25rem, 2.5vw, 1.75rem) 0 clamp(1.125rem, 2vw, 1.5rem);
  font-family: var(--wdtFontTypo_Alt);
  font-size: clamp(1.875rem, 1.35rem + 2vw, 2.5rem);
  font-weight: var(--wdtFontWeight_Alt, 400);
  line-height: var(--wdtLineHeight_H4, 1.35);
  color: var(--hm-blog-head, #353622);
}

/* Öne çıkan görsel — sütun genişliğinde; kırpma yok, tam içerik görünsün */
.page-blog-detail .blog-single__featured {
  display: block;
  width: 100%;
  max-width: 100%;
  margin: 0 0 clamp(1.5rem, 2.5vw, 2rem);
  line-height: 0;
  background: #e8e4dc;
}

.page-blog-detail .blog-single__featured img {
  display: block;
  width: 100%;
  height: auto;
  max-height: min(1200px, 96vh);
  object-fit: contain;
  object-position: center;
  margin-inline: auto;
}

/* Gövde — body: 16px / 1.875 */
.page-blog-detail .blog-single__content {
  clear: both;
  float: none;
  width: 100%;
  font-family: var(--wdtFontTypo_Base);
  font-size: var(--wdtFontSize_Base, 16px);
  font-weight: var(--wdtFontWeight_Base, 400);
  line-height: var(--wdtLineHeight_Base, 1.875);
  color: var(--hm-blog-head, #353622);
}

.page-blog-detail .blog-single__content > *:first-child {
  margin-top: 0;
}

/* Tema h4 / h5 (happyhome-inline-css) */
.page-blog-detail .blog-single__content h4 {
  margin: clamp(1.875rem, 1.5rem + 1.25vw, 2.5rem) 0
    clamp(0.9375rem, 0.75rem + 0.625vw, 1.25rem);
  font-family: var(--wdtFontTypo_Alt);
  font-size: var(--wdtFontSize_H4, 30px);
  font-weight: var(--wdtFontWeight_H4, 400);
  line-height: var(--wdtLineHeight_H4, 1.35);
  color: var(--hm-blog-head);
}

.page-blog-detail .blog-single__content h4:first-child {
  margin-top: 0;
}

.page-blog-detail .blog-single__content h5 {
  margin: clamp(1.5625rem, 1.25rem + 1vw, 2rem) 0
    clamp(0.75rem, 0.625rem + 0.5vw, 1rem);
  font-family: var(--wdtFontTypo_Alt);
  font-size: var(--wdtFontSize_H5, 25px);
  font-weight: var(--wdtFontWeight_H5, 400);
  line-height: var(--wdtLineHeight_H5, 1.35);
  color: var(--hm-blog-head);
}

.page-blog-detail .blog-single__content p {
  margin: 0 0 clamp(1.25rem, 1.1875rem + 0.3125vw, 1.5625rem);
  font-size: var(--wdtFontSize_Base, 16px);
  line-height: var(--wdtLineHeight_Base, 1.875);
}

.page-blog-detail .blog-single__content ul {
  margin: 0 0 clamp(1.25rem, 1.1875rem + 0.3125vw, 1.5625rem);
  padding-left: 1.25em;
  font-size: var(--wdtFontSize_Base, 16px);
  line-height: var(--wdtLineHeight_Base, 1.875);
}

.page-blog-detail .blog-single__content li {
  margin-bottom: 0.65em;
}

.page-blog-detail .blog-single__content li:last-child {
  margin-bottom: 0;
}

/* İçerik görselleri — tam sütun genişliği, doğal yükseklik */
.page-blog-detail .blog-single__figure {
  margin: clamp(1.25rem, 1.1875rem + 0.3125vw, 1.5625rem) 0
    clamp(1.25rem, 1.1875rem + 0.3125vw, 1.5625rem);
  line-height: 0;
  text-align: center;
  background: transparent;
}

.page-blog-detail .blog-single__figure img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  margin-inline: auto;
}

.page-blog-detail .blog-single__caption {
  margin: clamp(0.9375rem, 0.75rem + 0.625vw, 1.25rem) 0 0;
  padding: 0;
  font-family: var(--wdtFontTypo_Base);
  font-size: var(--wdtFontSize_Base, 16px);
  line-height: var(--wdtLineHeight_Base, 1.875);
  text-align: center;
  color: var(--hm-blog-head);
}

.page-blog-detail .blog-single__caption strong {
  font-weight: 700;
}

/* Previous / Next — kompakt başlık: liste kartıyla aynı H5 (page-with-sidebar) */
.page-blog-detail .blog-adjacent {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 30px;
  margin: clamp(1.875rem, 1.5rem + 1.25vw, 2.5rem) 0 0;
  padding-top: clamp(1.875rem, 1.5rem + 1.25vw, 2.5rem);
  border-top: 1px solid var(--hm-blog-border, #d9d9d9);
  clear: both;
  float: none;
  width: 100%;
}

.page-blog-detail .blog-adjacent__card {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  gap: 20px;
  padding: clamp(0.875rem, 1.5vw, 1.125rem);
  border: 1px solid var(--hm-blog-border, #d9d9d9);
  text-decoration: none;
  color: inherit;
  transition: border-color 0.3s ease, box-shadow 0.3s ease;
  box-sizing: border-box;
  min-height: 100px;
}

.page-blog-detail .blog-adjacent__card:hover {
  border-color: var(--hm-blog-primary, #a1806b);
  box-shadow: 0 4px 24px rgba(53, 54, 34, 0.08);
}

.page-blog-detail .blog-adjacent__card:focus-visible {
  outline: 2px solid var(--hm-blog-primary, #a1806b);
  outline-offset: 2px;
}

.page-blog-detail .blog-adjacent__thumb {
  flex: 0 0 120px;
  width: 120px;
  line-height: 0;
  overflow: hidden;
  background: #e8e4dc;
  align-self: center;
}

.page-blog-detail .blog-adjacent__thumb img {
  display: block;
  width: 100%;
  height: 80px;
  object-fit: cover;
  object-position: center;
}

.page-blog-detail .blog-adjacent__body {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 8px;
  min-width: 0;
}

.page-blog-detail .blog-adjacent__label {
  font-family: var(--wdtFontTypo_Base);
  font-size: var(--wdtFontSize_Ext, 12px);
  font-weight: var(--wdtFontWeight_Ext, 600);
  letter-spacing: var(--wdtLetterSpacing_3X, 0.15em);
  text-transform: uppercase;
  line-height: 1;
  color: var(--hm-blog-primary, #a1806b);
}

.page-blog-detail .blog-adjacent__title {
  margin: 0;
  font-family: var(--wdtFontTypo_Alt);
  font-size: var(--wdtFontSize_H5, 25px);
  font-weight: var(--wdtFontWeight_H5, 400);
  line-height: var(--wdtLineHeight_H5, 1.35);
  color: var(--hm-blog-head);
  transition: color 0.25s ease;
}

.page-blog-detail .blog-adjacent__card:hover .blog-adjacent__title {
  color: var(--hm-blog-primary, #a1806b);
}

/* Yorumlar — WP comments-title ≈ tema h3 */
.page-blog-detail .blog-comments {
  margin-top: clamp(2.5rem, 4vw, 3.5rem);
  padding-top: clamp(1.875rem, 1.5rem + 1.25vw, 2.5rem);
  border-top: 1px solid var(--hm-blog-border, #d9d9d9);
  clear: both;
  float: none;
  width: 100%;
}

.page-blog-detail .blog-comments__h {
  margin: 0 0 clamp(1.25rem, 1.1875rem + 0.3125vw, 1.5625rem);
  font-family: var(--wdtFontTypo_Alt);
  font-size: var(--wdtFontSize_H3, 40px);
  font-weight: var(--wdtFontWeight_H3, 400);
  line-height: var(--wdtLineHeight_H3, 1.35);
  color: var(--hm-blog-head);
}

.page-blog-detail .blog-comment-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.page-blog-detail .blog-comment {
  display: grid;
  grid-template-columns: 64px minmax(0, 1fr);
  gap: 20px;
  padding: clamp(1.25rem, 1.1875rem + 0.3125vw, 1.5625rem) 0;
  border-bottom: 1px solid var(--hm-blog-border, #d9d9d9);
}

.page-blog-detail .blog-comment:first-of-type {
  padding-top: 0;
}

.page-blog-detail .blog-comment__avatar {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background: linear-gradient(145deg, #e0ddd6, #c9c5bc);
  flex-shrink: 0;
}

.page-blog-detail .blog-comment__meta {
  margin: 0 0 8px;
  font-family: var(--wdtFontTypo_Base);
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 0.5px;
  line-height: var(--wdtLineHeight_Base, 1.875);
  color: var(--hm-blog-head);
}

.page-blog-detail .blog-comment__author {
  font-weight: 700;
}

.page-blog-detail .blog-comment__text {
  margin: 0;
  font-size: var(--wdtFontSize_Base, 16px);
  line-height: var(--wdtLineHeight_Base, 1.875);
  color: var(--hm-blog-head);
}

.page-blog-detail .blog-comment__reply {
  display: inline-block;
  margin-top: 12px;
  font-family: var(--wdtFontTypo_Base);
  font-size: var(--wdtFontSize_Ext, 12px);
  font-weight: var(--wdtFontWeight_Ext, 600);
  letter-spacing: var(--wdtLetterSpacing_3X, 0.15em);
  text-transform: uppercase;
  line-height: 1;
  color: var(--hm-blog-primary, #a1806b);
  text-decoration: none;
  transition: color 0.25s ease;
}

.page-blog-detail .blog-comment__reply:hover {
  color: var(--hm-blog-head);
}

.page-blog-detail .blog-comment__replies {
  margin: 1rem 0 0;
  padding: 0 0 0 1rem;
  list-style: none;
  border-left: 2px solid var(--hm-blog-border, #d9d9d9);
}

.page-blog-detail .blog-comment--staff {
  margin-top: 1rem;
}

.page-blog-detail .blog-comment--staff .blog-comment__avatar--staff {
  background: rgba(161, 128, 107, 0.25);
}

.page-blog-detail .blog-comment__staff {
  display: inline-block;
  margin-left: 6px;
  padding: 2px 8px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  vertical-align: middle;
  color: var(--hm-blog-primary, #a1806b);
  border: 1px solid var(--hm-blog-border, #d9d9d9);
}

.page-blog-detail .blog-comment-form__hp {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.page-blog-detail .blog-respond__flash {
  margin: 0 0 clamp(1rem, 0.9rem + 0.25vw, 1.25rem);
  padding: 12px 14px;
  font-family: var(--wdtFontTypo_Base);
  font-size: var(--wdtFontSize_Base, 16px);
  line-height: var(--wdtLineHeight_Base, 1.875);
  border: 1px solid var(--hm-blog-border, #d9d9d9);
}

.page-blog-detail .blog-respond__flash--success {
  background: rgba(76, 175, 80, 0.08);
  border-color: rgba(76, 175, 80, 0.35);
  color: var(--hm-blog-head);
}

.page-blog-detail .blog-respond__flash--warn {
  background: rgba(255, 193, 7, 0.12);
  border-color: rgba(255, 193, 7, 0.45);
  color: var(--hm-blog-head);
}

.page-blog-detail .blog-respond__flash--error {
  background: rgba(244, 67, 54, 0.06);
  border-color: rgba(244, 67, 54, 0.35);
  color: var(--hm-blog-head);
}

.page-blog-detail .blog-respond__flash-list {
  margin: 0;
  padding-left: 1.15rem;
}

.page-blog-detail .blog-respond {
  margin-top: clamp(2.5rem, 4vw, 3.25rem);
  clear: both;
  float: none;
  width: 100%;
}

.page-blog-detail .blog-respond__h {
  margin: 0 0 10px;
  font-family: var(--wdtFontTypo_Alt);
  font-size: var(--wdtFontSize_H3, 40px);
  font-weight: var(--wdtFontWeight_H3, 400);
  line-height: var(--wdtLineHeight_H3, 1.35);
  color: var(--hm-blog-head);
}

.page-blog-detail .blog-respond__note {
  margin: 0 0 clamp(1.25rem, 1.1875rem + 0.3125vw, 1.5625rem);
  font-family: var(--wdtFontTypo_Base);
  font-size: var(--wdtFontSize_Base, 16px);
  line-height: var(--wdtLineHeight_Base, 1.875);
  color: var(--hm-blog-head);
}

.page-blog-detail .blog-comment-form {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.page-blog-detail .blog-comment-form__field,
.page-blog-detail .blog-comment-form__textarea {
  width: 100%;
  padding: 12px 14px;
  font-family: var(--wdtFontTypo_Base);
  font-size: var(--wdtFontSize_Base, 16px);
  line-height: var(--wdtLineHeight_Base, 1.875);
  color: var(--hm-blog-head);
  background: #fff;
  border: 1px solid var(--hm-blog-border, #d9d9d9);
  border-radius: 0;
  box-sizing: border-box;
}

.page-blog-detail .blog-comment-form__textarea {
  min-height: 160px;
  resize: vertical;
}

.page-blog-detail .blog-comment-form__field::placeholder,
.page-blog-detail .blog-comment-form__textarea::placeholder {
  color: rgba(53, 54, 34, 0.45);
}

.page-blog-detail .blog-comment-form__row {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.page-blog-detail .blog-comment-form__check {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin-top: 4px;
  font-family: var(--wdtFontTypo_Base);
  font-size: var(--wdtFontSize_Base, 16px);
  line-height: var(--wdtLineHeight_Base, 1.875);
  color: var(--hm-blog-head);
  cursor: pointer;
}

.page-blog-detail .blog-comment-form__check input {
  margin-top: 0.35em;
  flex-shrink: 0;
  accent-color: var(--hm-blog-primary, #a1806b);
}

.page-blog-detail .blog-comment-form__submit {
  align-self: flex-start;
  margin-top: 8px;
  padding: var(--wdtPadding_Btn, 18px 30px);
  font-family: var(--wdtFontTypo_Base);
  font-size: var(--wdtFontSize_Ext, 12px);
  font-weight: var(--wdtFontWeight_Ext, 600);
  letter-spacing: var(--wdtLetterSpacing_3X, 0.15em);
  text-transform: uppercase;
  line-height: 1;
  color: var(--wdtAccentTxtColor, #fff);
  background: var(--wdtSecondaryColor, #353622);
  border: 1px solid var(--wdtSecondaryColor, #353622);
  border-radius: 0;
  cursor: pointer;
  transition: background 0.35s ease, border-color 0.35s ease;
}

.page-blog-detail .blog-comment-form__submit:hover {
  background: var(--hm-blog-primary, #a1806b);
  border-color: var(--hm-blog-primary, #a1806b);
}

@media (max-width: 767px) {
  .page-blog-detail .blog-single__meta--bar {
    flex-wrap: wrap;
    align-items: center;
    row-gap: 0.75rem;
  }

  .page-blog-detail .blog-single__meta-left {
    flex: 1 1 100%;
    justify-content: flex-start;
  }

  .page-blog-detail .blog-single__meta-right {
    flex: 1 1 auto;
    justify-content: flex-end;
    margin-left: auto;
  }

  .page-blog-detail .blog-single__meta-by {
    white-space: normal;
  }

  .page-blog-detail .blog-adjacent {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .page-blog-detail .blog-comment-form__row {
    grid-template-columns: 1fr;
  }
}

@media (prefers-reduced-motion: reduce) {
  .page-blog-detail .blog-adjacent__card,
  .page-blog-detail .blog-comment-form__submit,
  .page-blog-detail .blog-single__meta a,
  .page-blog-detail .blog-comment__reply {
    transition: none;
  }
}

/* ========== Kampanyalar — örnek kart (Hay Al Wafa düzeni) ========== */
.page-campaigns {
  --hm-campaign-gold: #b8a369;
  --hm-campaign-gold-hover: #a89258;
  --hm-campaign-text: #1a1a1a;
  --hm-campaign-muted: #5c5346;
  --hm-campaign-border: #d9d4ca;
}

.hm-campaign-page {
  padding: clamp(2rem, 5vw, 4rem) 0 clamp(3rem, 8vw, 6rem);
  width: 100%;
  box-sizing: border-box;
}

/* Başlık/breadcrumb ile aynı ortalanmış içerik alanı */
.hm-campaign-page .container {
  max-width: 1320px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: clamp(1rem, 3vw, 2rem);
  padding-right: clamp(1rem, 3vw, 2rem);
  box-sizing: border-box;
}

/* Kampanyalar: kart + kapak için daha geniş çalışma alanı */
.page-campaigns .hm-campaign-page .container {
  max-width: min(1680px, 100%);
  padding-left: clamp(1rem, 4vw, 2.75rem);
  padding-right: clamp(1rem, 4vw, 2.75rem);
}

.hm-campaign-block + .hm-campaign-block {
  margin-top: clamp(3rem, 6vw, 5rem);
}

.hm-campaign-card {
  display: flex;
  flex-flow: row nowrap;
  align-items: stretch;
  gap: 0;
  border: 1px solid var(--hm-campaign-border);
  background: #fff;
  overflow: hidden;
  box-sizing: border-box;
}

.hm-campaign-card__media {
  position: relative;
  flex: 0 0 54%;
  width: 54%;
  max-width: 54%;
  margin: 0;
  padding: 0;
  border: 0;
  min-width: 0;
  min-height: 0;
  align-self: stretch;
  overflow: hidden;
  line-height: 0;
  font-size: 0;
}

/* Kampanyalar: kapak sütunu biraz daha geniş (TR/EN/RU metin uzunlukları sol/sağ dengesini değiştirirken daha stabil görünüm) */
@media (min-width: 992px) {
  .page-campaigns .hm-campaign-card__media {
    flex: 0 0 60%;
    width: 60%;
    max-width: 60%;
    /* Alt bant / ikonlar görünsün: kutu yeterince yüksek + kırpım alta dayalı */
    min-height: clamp(520px, 56vh, 760px);
  }

  .page-campaigns .hm-campaign-card__body {
    flex: 1 1 40%;
  }
}

/* Referans düzen: cover; alt taraftaki metin/ikon şeridi kesilmesin diye kırpım alta hizalanır */
.page-campaigns .hm-campaign-card__img {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  object-fit: cover;
  object-position: bottom center;
  max-width: none !important;
  max-height: none !important;
}

.hm-campaign-card__body {
  flex: 1 1 46%;
  min-width: 0;
  padding: clamp(1.75rem, 4vw, 3rem) clamp(1.5rem, 4vw, 3.25rem);
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  box-sizing: border-box;
}

.hm-campaign-card__title {
  font-family: var(--wdtFontTypo_Base, "Mulish", sans-serif);
  font-size: clamp(1.75rem, 3vw, 2.35rem);
  font-weight: 700;
  color: var(--hm-campaign-text);
  margin: 0 0 clamp(1rem, 2vw, 1.35rem);
  line-height: 1.2;
}

.hm-campaign-card__lead {
  font-family: var(--wdtFontTypo_Base, "Mulish", sans-serif);
  font-size: clamp(0.9375rem, 1.5vw, 1rem);
  line-height: 1.75;
  color: var(--hm-campaign-text);
  margin: 0;
}

.hm-campaign-card__rule {
  border: 0;
  border-top: 1px solid var(--hm-campaign-border);
  margin: clamp(1.35rem, 2.5vw, 1.85rem) 0 clamp(1.25rem, 2vw, 1.5rem);
}

.hm-campaign-card__units {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: clamp(0.85rem, 1.8vw, 1.1rem);
}

.hm-campaign-unit {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
}

.hm-campaign-unit__ico {
  flex-shrink: 0;
  color: var(--hm-campaign-gold);
  margin-top: 2px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hm-campaign-unit__text {
  font-family: var(--wdtFontTypo_Base, "Mulish", sans-serif);
  font-size: clamp(0.875rem, 1.4vw, 0.9375rem);
  line-height: 1.55;
  color: var(--hm-campaign-muted);
}

.hm-campaign-card__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem 1rem;
  margin-top: clamp(1.75rem, 3vw, 2.25rem);
}

.hm-campaign-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 0.85rem 1.5rem;
  font-family: var(--wdtFontTypo_Base, "Mulish", sans-serif);
  font-size: 0.8125rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  text-decoration: none;
  border-radius: 2px;
  transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.hm-campaign-btn--primary {
  background: var(--hm-campaign-gold);
  border: 1px solid var(--hm-campaign-gold);
  color: #fff;
}

.hm-campaign-btn--primary:hover {
  background: var(--hm-campaign-gold-hover);
  border-color: var(--hm-campaign-gold-hover);
  color: #fff;
}

.hm-campaign-btn--ghost {
  background: #fff;
  border: 1px solid var(--hm-campaign-gold);
  color: var(--hm-campaign-muted);
}

.hm-campaign-btn--ghost:hover {
  background: rgba(184, 163, 105, 0.1);
  color: var(--hm-campaign-gold);
}

.hm-campaign-btn__ico {
  flex-shrink: 0;
}

@media (max-width: 991.98px) {
  .hm-campaign-card {
    flex-direction: column;
    width: 100%;
    max-width: 100%;
    min-width: 0;
  }

  .hm-campaign-card__media {
    flex: 0 0 auto;
    width: 100%;
    max-width: 100%;
    aspect-ratio: 1024 / 768;
    align-self: stretch;
    min-width: 0;
  }

  .hm-campaign-card__body {
    width: 100%;
    max-width: 100%;
    min-width: 0;
  }

  /* Mobil: yatay padding sadece container’da — kart tam genişlik hissi */
  .page-campaigns .hm-campaign-page {
    padding-left: 0;
    padding-right: 0;
    overflow-x: hidden;
  }

  .page-campaigns .hm-campaign-page .container {
    width: 100%;
    max-width: 100%;
    padding-left: max(0.75rem, env(safe-area-inset-left));
    padding-right: max(0.75rem, env(safe-area-inset-right));
    margin-left: auto;
    margin-right: auto;
    box-sizing: border-box;
  }

  .page-campaigns .hm-campaign-card__body {
    padding: clamp(1.25rem, 4.5vw, 1.85rem) clamp(0.875rem, 4vw, 1.35rem);
  }

  .page-campaigns .hm-campaign-card__title {
    word-wrap: break-word;
    overflow-wrap: anywhere;
    hyphens: auto;
  }

  .page-campaigns .hm-campaign-card__actions {
    flex-direction: column;
    align-items: stretch;
    gap: 0.65rem;
  }

  .page-campaigns .hm-campaign-btn {
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    justify-content: center;
    text-align: center;
  }
}

@media (max-width: 575.98px) {
  .page-campaigns .hm-campaign-page .container {
    padding-left: max(0.625rem, env(safe-area-inset-left));
    padding-right: max(0.625rem, env(safe-area-inset-right));
  }

  /* Dar ekran: kapak biraz daha “panoramik”, yükseklik fazla uzamaz */
  .page-campaigns .hm-campaign-card__media {
    aspect-ratio: 16 / 10;
  }
}

@media (prefers-reduced-motion: reduce) {
  .hm-campaign-btn {
    transition: none;
  }
}
