/* ════════════════════════════════════════════════════════════════
   KÜPELI SANAT — Stitch Integration Layer
   This file is intentionally kept separate from gallery.css so we
   can migrate page by page without breaking PHP/admin bindings.
════════════════════════════════════════════════════════════════ */

:root {
  --stitch-page-max: 1280px;
  --stitch-text-max: 72ch;
  --stitch-section-x: clamp(20px, 4vw, 48px);
  --stitch-section-y: clamp(48px, 8vw, 88px);
  --stitch-card-radius: 10px;
  --stitch-card-border: rgba(61, 43, 31, 0.08);
  --stitch-card-shadow: 0 18px 40px rgba(28, 19, 13, 0.08);
  --stitch-surface: rgba(253, 250, 246, 0.82);
  --stitch-surface-dark: rgba(28, 19, 13, 0.78);
}

/* Shared page hooks for upcoming Stitch-driven redesigns */
body[data-page] {
  --page-x: var(--stitch-section-x);
  --page-y: var(--stitch-section-y);
}

.site-nav,
.site-footer {
  isolation: isolate;
}

/* Reusable shell classes we can start applying page-by-page */
.stitch-shell {
  width: min(100%, var(--stitch-page-max));
  margin-inline: auto;
}

.stitch-stack {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.stitch-surface {
  background: var(--stitch-surface);
  border: 1px solid var(--stitch-card-border);
  border-radius: var(--stitch-card-radius);
  box-shadow: var(--stitch-card-shadow);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

.stitch-surface-dark {
  background: var(--stitch-surface-dark);
  border: 1px solid rgba(245, 240, 234, 0.08);
  border-radius: var(--stitch-card-radius);
  box-shadow: 0 24px 44px rgba(0, 0, 0, 0.22);
}

.stitch-eyebrow {
  font-size: 11px;
  font-weight: 400;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: var(--sienna);
}

.stitch-display {
  font-family: var(--font-serif);
  font-size: clamp(2rem, 6vw, 4.8rem);
  line-height: 1;
  font-weight: 300;
  color: var(--dark);
}

.stitch-copy {
  max-width: var(--stitch-text-max);
  font-size: 15px;
  line-height: 1.8;
  color: var(--muted);
}

/* Initial safe shell upgrades; visual change is small but creates a
   stable base for Stitch exports to land on page-by-page. */
.site-nav {
  backdrop-filter: saturate(1.08);
  -webkit-backdrop-filter: saturate(1.08);
}

.site-footer {
  position: relative;
}

.site-footer::before {
  content: "";
  position: absolute;
  inset: 0 0 auto 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(245, 240, 234, 0.12), transparent);
  pointer-events: none;
}

/* Shared shell refinement — header / footer / mobile */
body[data-page] #mainNav.site-nav {
  position: fixed;
  display: grid;
  grid-template-columns: minmax(160px, max-content) minmax(0, 1fr) minmax(160px, max-content);
  align-items: center;
  column-gap: 24px;
  width: min(calc(100vw - 32px), 1440px);
  left: 0;
  right: 0;
  margin-inline: auto;
  transform: none;
  top: 16px;
  height: auto;
  min-height: 72px;
  border-radius: 22px;
  padding: 16px 22px;
  box-sizing: border-box;
  justify-content: normal;
  overflow: visible;
  background: rgba(253, 250, 246, 0.78);
  border: 1px solid rgba(184, 149, 90, 0.16);
  box-shadow: 0 18px 44px rgba(28, 19, 13, 0.08);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
}

body[data-page] .nav-logo {
  justify-self: start;
  align-self: center;
  min-width: 0;
  gap: 12px;
}

body[data-page] .nav-logo-img {
  display: block;
  max-height: 38px;
}

body[data-page]:not(.page-home):not(.page-about) #mainNav.site-nav .nav-logo img,
body[data-page]:not(.page-home):not(.page-about) #mainNav.site-nav .nav-logo-img {
  filter: brightness(0) saturate(0);
  opacity: 1;
}

body[data-page] .nav-links {
  display: flex;
  align-items: center;
  justify-content: center;
  justify-self: center;
  min-width: 0;
  width: 100%;
  flex-wrap: nowrap;
  gap: 24px;
}

body[data-page] .nav-links a {
  position: relative;
  padding: 8px 0;
  font-size: 15px;
  font-weight: 400;
  color: rgba(39, 27, 18, 0.86);
}

body[data-page] .nav-links a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 100%;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--sienna), transparent);
  transform: scaleX(0);
  transform-origin: center;
  transition: transform .25s ease;
}

body[data-page] .nav-links a:hover::after,
body[data-page] .nav-links a.is-active::after {
  transform: scaleX(1);
}

body[data-page] .nav-links a.is-active {
  color: var(--dark);
}

body[data-page] .lang-btn,
body[data-page] .nav-cta {
  border-radius: 999px;
}

body[data-page] .nav-actions {
  display: flex;
  align-items: center;
  justify-self: end;
  justify-content: flex-end;
  min-width: max-content;
  gap: 16px;
}

body[data-page] .lang-btn {
  min-width: 58px;
  height: 42px;
  border-color: rgba(157, 122, 66, 0.28);
  background: rgba(255,255,255,0.48);
  color: rgba(39, 27, 18, 0.86);
}

body[data-page] .nav-cta {
  min-height: 42px;
  padding-inline: 22px;
  background: linear-gradient(180deg, #b9995a, #9d7a42);
  box-shadow: 0 10px 24px rgba(157, 122, 66, 0.16);
}

body[data-page] .mobile-menu-panel {
  background:
    radial-gradient(circle at top, rgba(201, 168, 124, 0.15), transparent 30%),
    linear-gradient(180deg, rgba(59, 41, 29, 0.98), rgba(32, 21, 15, 0.98));
}

body[data-page] .mobile-links a {
  border-bottom: 1px solid rgba(245, 240, 234, 0.08);
  padding: 14px 0;
}

body[data-page] .mobile-links a.is-active {
  color: var(--sand);
}

body[data-page] .site-footer {
  margin-top: 0;
  background:
    radial-gradient(circle at top left, rgba(201, 168, 124, 0.08), transparent 25%),
    linear-gradient(180deg, #231812 0%, #120d09 100%);
}

body[data-page] .footer-grid {
  width: min(100%, 1280px);
  margin: 0 auto;
  padding-bottom: 44px;
}

body[data-page] .footer-col-title {
  letter-spacing: 0.12em;
}

body[data-page] .footer-tagline {
  max-width: 30ch;
  color: rgba(245,240,234,0.72);
}

body[data-page] .footer-links a {
  color: rgba(245,240,234,0.72);
}

body[data-page] .footer-links a:hover {
  color: rgba(255,255,255,0.96);
}

body[data-page] .footer-social a {
  background: rgba(255,255,255,0.05);
  border-color: rgba(245,240,234,0.12);
}

body[data-page] .footer-bottom {
  width: min(100%, 1280px);
  margin: 0 auto;
}

@media (max-width: 768px) {
  .stitch-stack {
    gap: 18px;
  }

  .stitch-copy {
    font-size: 14px;
    line-height: 1.7;
  }

  .stitch-display {
    font-size: clamp(1.8rem, 8vw, 3rem);
  }

  body[data-page] #mainNav.site-nav {
    display: flex;
    width: calc(100vw - 20px);
    top: 10px;
    padding: 12px 16px;
    border-radius: 18px;
  }

  body[data-page] .nav-logo-img {
    max-height: 32px;
  }

  body[data-page] .lang-btn {
    min-width: 48px;
    height: 38px;
  }

  body[data-page] .nav-cta {
    min-height: 38px;
    padding-inline: 18px;
  }

  body[data-page] .footer-grid,
  body[data-page] .footer-bottom {
    width: 100%;
  }
}

/* ════════════════════════════════════════════════════════════════
   Homepage — Stitch reference: k_peli_sanat_luxury_homepage
════════════════════════════════════════════════════════════════ */
body.page-home {
  background:
    radial-gradient(circle at top left, rgba(201, 168, 124, 0.10), transparent 24%),
    linear-gradient(180deg, #fbf7ef 0%, #f6f0e6 48%, #f8f4ec 100%);
}

body.page-home #mainNav {
  background: rgba(251, 247, 239, 0.94);
  border-bottom: 1px solid rgba(184, 149, 90, 0.18);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  box-shadow: none;
}

body.page-home .nav-links {
  gap: 28px;
}

body.page-home .nav-links a {
  color: #2d2116;
  font-size: 14px;
  letter-spacing: 0;
}

body.page-home .nav-cta {
  border-radius: 999px;
  background: linear-gradient(180deg, #b9995a, #9d7a42);
  box-shadow: 0 8px 24px rgba(157, 122, 66, 0.18);
}

body.page-home .lang-btn {
  border-radius: 999px;
}

body.page-home #hero {
  min-height: 760px;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 1fr);
  align-items: stretch;
  border-bottom: 1px solid rgba(184, 149, 90, 0.14);
}

body.page-home .hero-left {
  background:
    linear-gradient(180deg, rgba(255,255,255,0.35), rgba(255,255,255,0.65)),
    radial-gradient(circle at top left, rgba(201, 168, 124, 0.12), transparent 30%);
  padding: 144px 72px 88px;
  justify-content: center;
}

body.page-home .hero-eyebrow {
  letter-spacing: 0.18em;
  color: #9d7a42;
}

body.page-home .hero-title {
  max-width: 11ch;
  font-size: clamp(3.5rem, 5vw, 5.2rem);
  line-height: 0.95;
  letter-spacing: -0.02em;
  margin-bottom: 18px;
}

body.page-home .hero-subtitle {
  max-width: 18ch;
  font-family: var(--font-sans);
  font-size: 1.25rem;
  font-style: normal;
  color: #3a2b1f;
  line-height: 1.5;
  margin-bottom: 0;
}

body.page-home .hero-quote {
  max-width: 38ch;
  margin-top: 8px;
  margin-bottom: 0;
  padding-left: 0;
  border-left: none;
  color: #5a4738;
  font-size: 15px;
}

body.page-home .hero-actions {
  margin-top: 36px;
  gap: 14px;
}

body.page-home .hero-actions .btn-primary {
  border-radius: 999px;
  background: linear-gradient(180deg, #b9995a, #9d7a42);
  box-shadow: 0 10px 26px rgba(157, 122, 66, 0.16);
}

body.page-home .hero-actions .btn-outline {
  border-radius: 999px;
  background: rgba(255,255,255,0.62);
  border-color: rgba(157, 122, 66, 0.28);
}

body.page-home .hero-stats {
  margin-top: 44px;
  padding-top: 24px;
  gap: 28px;
}

body.page-home .hero-right {
  background: #d9c3a4;
}

body.page-home .hero-right img {
  opacity: 0.92;
  mix-blend-mode: normal;
}

body.page-home .hero-right-overlay {
  padding: 26px 32px;
  background: linear-gradient(to top, rgba(61,43,31,0.30), transparent 38%);
}

body.page-home .hero-right-label {
  font-size: 12px;
  color: rgba(255,255,255,0.92);
}

body.page-home .hero-nav {
  right: 32px;
  bottom: 28px;
}

body.page-home .marquee-band {
  background: linear-gradient(180deg, rgba(245, 237, 224, 0.78), rgba(251, 247, 239, 0.92));
  border-top: 1px solid rgba(184, 149, 90, 0.14);
  border-bottom: 1px solid rgba(184, 149, 90, 0.14);
}

body.page-home .marquee-item {
  color: #4a392d;
  font-size: 13px;
  letter-spacing: 0.08em;
}

body.page-home #hizmetler,
body.page-home #urunler,
body.page-home #kategoriler,
body.page-home #sayfalar {
  background: transparent;
}

body.page-home #hizmetler .section-title,
body.page-home #urunler .section-title,
body.page-home #kategoriler .section-title {
  font-size: clamp(2.2rem, 4vw, 3.3rem);
}

body.page-home .hizmetler-grid {
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin-top: 22px;
}

body.page-home .hizmet-card {
  background: rgba(255,255,255,0.88);
  border: 1px solid rgba(184, 149, 90, 0.22);
  border-radius: 12px;
  box-shadow: 0 22px 40px rgba(28, 19, 13, 0.05);
}

body.page-home .hizmet-card::before {
  left: 24px;
  right: 24px;
  bottom: 16px;
  height: 1px;
}

body.page-home .hizmet-title {
  font-size: 1.75rem;
}

body.page-home .hizmet-desc {
  font-size: 14px;
}

body.page-home .urunler-header {
  align-items: center;
}

body.page-home .filter-tabs {
  flex-wrap: wrap;
  gap: 12px;
}

body.page-home .filter-tab {
  border: 1px solid rgba(184, 149, 90, 0.18);
  border-radius: 999px;
  padding: 10px 18px;
  background: rgba(255,255,255,0.72);
}

body.page-home .filter-tab.active,
body.page-home .filter-tab:hover {
  background: rgba(184, 149, 90, 0.16);
  border-bottom-color: rgba(184, 149, 90, 0.28);
}

body.page-home .urunler-grid {
  gap: 18px;
  padding: 0;
}

body.page-home .urun-card {
  border-radius: 12px;
  box-shadow: 0 22px 42px rgba(28, 19, 13, 0.10);
}

body.page-home .urun-overlay {
  opacity: 1;
  background: linear-gradient(to top, rgba(28,19,13,0.82) 0%, rgba(28,19,13,0.08) 62%);
}

body.page-home .urun-title {
  font-size: 1.35rem;
}

body.page-home .urun-btn {
  border-radius: 999px;
  background: rgba(255,255,255,0.10);
}

body.page-home .kat-vitrin-grid {
  gap: 18px;
}

body.page-home .kat-vitrin-card {
  border-radius: 12px;
}

body.page-home #hakkimizda {
  margin: 42px var(--stitch-section-x) 0;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 26px 56px rgba(28, 19, 13, 0.12);
}

body.page-home .hakkimizda-content {
  padding: 72px 56px;
}

body.page-home .hakkimizda-stats {
  grid-template-columns: repeat(3, 1fr);
}

body.page-home .hakki-stat {
  background: rgba(255,255,255,0.06);
}

body.page-home #referanslar,
body.page-home #yorumlar,
body.page-home #blog,
body.page-home #instagram,
body.page-home #sertifikalar,
body.page-home #siparis {
  margin-top: 0;
}

@media (max-width: 1024px) {
  body.page-home .hizmetler-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  body.page-home #hakkimizda {
    margin-inline: 32px;
  }
}

@media (max-width: 768px) {
  body.page-home .nav-links a {
    font-size: 13px;
  }

  body.page-home .hero-left {
    padding: 112px 24px 52px;
  }

  body.page-home .hero-title {
    max-width: 100%;
    font-size: clamp(2.6rem, 12vw, 4rem);
  }

  body.page-home .hero-subtitle,
  body.page-home .hero-quote {
    max-width: 100%;
  }

  body.page-home .hizmetler-grid,
  body.page-home .urunler-grid,
  body.page-home .kat-vitrin-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  body.page-home #hakkimizda {
    margin: 32px 20px 0;
  }

  body.page-home .hakkimizda-content {
    padding: 48px 24px;
  }

  body.page-home .hakkimizda-stats {
    grid-template-columns: 1fr;
  }
}

/* ════════════════════════════════════════════════════════════════
   Inner Pages — shared Stitch language
════════════════════════════════════════════════════════════════ */
body:not(.page-home):not(.page-about) .page-hero {
  background:
    radial-gradient(circle at top right, rgba(201, 168, 124, 0.18), transparent 28%),
    linear-gradient(180deg, #4f3626 0%, #3f2b1f 100%);
  border-bottom: 1px solid rgba(201, 168, 124, 0.14);
}

body:not(.page-home):not(.page-about) .page-hero-title {
  max-width: 14ch;
  letter-spacing: -0.02em;
}

body[data-page="hizmetler"] .services-list-section,
body[data-page="urunler"] .collection-list-section,
body[data-page="koleksiyon"] .collection-list-section,
body[data-page="blog"] .blog-list-section,
body[data-page="iletisim"] .contact-page-section,
body[data-page="teklif-al"] .quote-page-section,
body[data-page="referanslar"] .referans-page-wrap,
body[data-page="banka-hesaplari"] .page-content,
body[data-page="sss"] .page-content,
body[data-page="galeri"] .page-content,
body[data-page^="kategori/"] .page-content,
body[data-page^="urun/"] .product-detail-page,
body[data-page^="hizmet/"] .service-detail-page,
body[data-page^="blog/"] .blog-detail-layout {
  position: relative;
}

body[data-page="hizmetler"] .services-list-section,
body[data-page="urunler"] .collection-list-section,
body[data-page="koleksiyon"] .collection-list-section,
body[data-page="blog"] .blog-list-section,
body[data-page="iletisim"] .contact-page-section,
body[data-page="teklif-al"] .quote-page-section,
body[data-page="referanslar"] .referans-page-wrap,
body[data-page="banka-hesaplari"] .page-content,
body[data-page="sss"] .page-content,
body[data-page="galeri"] .page-content,
body[data-page^="kategori/"] .page-content {
  background:
    radial-gradient(circle at top left, rgba(201, 168, 124, 0.10), transparent 24%),
    linear-gradient(180deg, #fbf7ef 0%, #f5efe5 100%) !important;
}

/* Services listing */
body[data-page="hizmetler"] .services-list-grid {
  gap: 22px;
  max-width: 1280px;
  margin: 0 auto;
}

body[data-page="hizmetler"] .hizmet-card {
  border-radius: 14px;
  border: 1px solid rgba(184, 149, 90, 0.20);
  box-shadow: 0 24px 42px rgba(28, 19, 13, 0.06);
  background: rgba(255,255,255,0.92);
}

body[data-page="hizmetler"] .hizmet-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 30px 52px rgba(28, 19, 13, 0.10);
}

/* About page */
body.page-about .about-story-layout {
  background:
    radial-gradient(circle at top left, rgba(201, 168, 124, 0.10), transparent 24%),
    linear-gradient(180deg, #faf5ec 0%, #f4ece1 100%);
}

body.page-about .about-story-media {
  min-height: 620px !important;
}

body.page-about .about-story-content {
  background: linear-gradient(180deg, #4b3425, #37251a) !important;
}

body.page-about .about-story-text {
  font-size: 15px !important;
}

/* Collection listing */
body[data-page="urunler"] .collection-filter-row,
body[data-page="koleksiyon"] .collection-filter-row {
  max-width: 1280px;
  margin-inline: auto !important;
}

body[data-page="urunler"] .urunler-grid,
body[data-page="koleksiyon"] .urunler-grid {
  gap: 18px;
  padding: 0 !important;
  max-width: 1280px;
  margin: 0 auto;
}

body[data-page="urunler"] .urun-card,
body[data-page="koleksiyon"] .urun-card,
body[data-page^="kategori/"] .urun-card {
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 22px 42px rgba(28, 19, 13, 0.10);
}

body[data-page="urunler"] .filter-tabs,
body[data-page="koleksiyon"] .filter-tabs {
  flex-wrap: wrap;
  gap: 10px;
}

body[data-page="urunler"] .filter-tab,
body[data-page="koleksiyon"] .filter-tab {
  border: 1px solid rgba(184, 149, 90, 0.20);
  border-radius: 999px;
  background: rgba(255,255,255,0.72);
}

/* Blog listing */
body[data-page="blog"] .blog-list-grid {
  gap: 20px;
  max-width: 1280px;
  margin: 0 auto;
}

body[data-page="blog"] .blog-card {
  border-radius: 14px;
  border: 1px solid rgba(184, 149, 90, 0.18);
  box-shadow: 0 20px 40px rgba(28, 19, 13, 0.06);
}

body[data-page="blog"] .blog-filter-row a {
  border: 1px solid rgba(184, 149, 90, 0.18);
  border-radius: 999px;
  background: rgba(255,255,255,0.70);
}

/* Blog detail */
body[data-page^="blog/"] .blog-detail-layout {
  max-width: 1280px !important;
  padding: 56px var(--stitch-section-x) 80px !important;
  grid-template-columns: minmax(0, 1.5fr) minmax(300px, 0.7fr) !important;
  display: grid;
  gap: 48px;
  margin: 0 auto;
}

body[data-page^="blog/"] .blog-detail-article,
body[data-page^="blog/"] .blog-detail-recent {
  background: rgba(255,255,255,0.90);
  border: 1px solid rgba(184, 149, 90, 0.18);
  border-radius: 16px;
  box-shadow: 0 22px 44px rgba(28, 19, 13, 0.06);
}

body[data-page^="blog/"] .blog-detail-article {
  padding: 28px;
}

body[data-page^="blog/"] .blog-detail-title {
  max-width: 760px;
}

body[data-page^="blog/"] .blog-detail-cover {
  aspect-ratio: 16 / 9;
  overflow: hidden;
  margin-bottom: 40px;
  border-radius: 14px;
}

body[data-page^="blog/"] .blog-detail-recent {
  padding: 32px;
  margin-bottom: 24px;
}

body[data-page^="blog/"] .blog-detail-recent-link {
  display: block;
  padding: 12px 0;
  border-bottom: 1px solid rgba(61,43,31,0.1);
  font-size: 14px;
  font-weight: 300;
  color: var(--dark);
  transition: color .3s;
  text-decoration: none;
}

body[data-page^="blog/"] .blog-detail-cta {
  display: block;
  background: var(--sienna);
  padding: 32px;
  color: var(--white);
  font-family: var(--font-serif);
  font-size: 1.2rem;
  font-weight: 300;
  border-radius: 16px;
  box-shadow: 0 18px 34px rgba(61, 43, 31, 0.16);
  transition: background .3s;
}

/* Service detail */
body[data-page^="hizmet/"] .service-detail-grid {
  max-width: 1280px;
  padding: 56px var(--stitch-section-x) 80px;
}

body[data-page^="hizmet/"] .service-main-media,
body[data-page^="hizmet/"] .service-gallery-thumb,
body[data-page^="hizmet/"] .service-detail-card {
  border-radius: 14px;
}

body[data-page^="hizmet/"] .service-detail-card {
  border: 1px solid rgba(184, 149, 90, 0.18);
  background: rgba(255,255,255,0.88);
  box-shadow: 0 20px 40px rgba(28, 19, 13, 0.05);
}

body[data-page^="hizmet/"] .service-detail-actions {
  margin-top: 40px;
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

body[data-page^="hizmet/"] .service-related-link {
  display: block;
  padding: 12px 0;
  border-bottom: 1px solid rgba(61,43,31,0.1);
  font-size: 14px;
  font-weight: 300;
  color: var(--dark);
  text-decoration: none;
  transition: color .3s;
}

body[data-page^="hizmet/"] .service-quick-box {
  background: var(--sienna);
  padding: 32px;
  border-radius: 18px;
  box-shadow: 0 18px 34px rgba(61, 43, 31, 0.16);
}

body[data-page^="hizmet/"] .service-quick-tag {
  color: rgba(253,250,246,0.88);
  margin-bottom: 12px;
}

body[data-page^="hizmet/"] .service-quick-text {
  font-size: 14px;
  color: rgba(253,250,246,0.85);
  font-weight: 300;
  line-height: 1.6;
  margin-bottom: 20px;
}

body[data-page^="hizmet/"] .service-quick-button {
  display: inline-block;
  background: var(--cream);
  color: var(--dark);
}

/* Product detail */
body[data-page^="urun/"] .urun-detail-grid {
  max-width: 1280px;
  margin: 0 auto;
  padding: 56px var(--stitch-section-x) 80px;
  gap: 54px;
}

body[data-page^="urun/"] .urun-detail-main,
body[data-page^="urun/"] .urun-detail-thumb {
  border-radius: 14px;
}

body[data-page^="urun/"] .urun-detail-info {
  background: rgba(255,255,255,0.88);
  border: 1px solid rgba(184, 149, 90, 0.18);
  border-radius: 16px;
  box-shadow: 0 22px 44px rgba(28, 19, 13, 0.05);
  padding: 32px;
}

body[data-page^="urun/"] .product-detail-heading {
  font-family: var(--font-serif);
  font-size: 2rem;
  font-weight: 300;
  color: var(--dark);
  margin: 8px 0;
}

body[data-page^="urun/"] .product-detail-summary {
  font-size: 1.05rem;
  color: #5f4a3b;
  font-weight: 300;
  line-height: 1.7;
  margin-bottom: 24px;
}

body[data-page^="urun/"] .product-detail-prose {
  margin-bottom: 24px;
}

body[data-page^="urun/"] .product-spec-grid {
  display: flex;
  gap: 24px;
  flex-wrap: wrap;
  padding: 20px;
  background: var(--warm);
  margin-bottom: 32px;
  border-radius: 14px;
}

body[data-page^="urun/"] .product-spec-item {
  min-width: 120px;
}

body[data-page^="urun/"] .product-spec-label {
  font-size: 0.72rem;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: var(--sienna);
  margin-bottom: 4px;
}

body[data-page^="urun/"] .product-spec-value {
  font-size: 0.9rem;
  font-weight: 300;
}

body[data-page^="urun/"] .product-spec-price {
  font-size: 1.1rem;
  font-weight: 400;
}

body[data-page^="urun/"] .product-detail-actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

/* Contact & Quote */
body[data-page="iletisim"] .contact-grid,
body[data-page="teklif-al"] .contact-grid {
  max-width: 1280px;
}

body[data-page="iletisim"] .contact-form-panel,
body[data-page="teklif-al"] .quote-form-panel {
  background: rgba(255, 250, 244, 0.96);
  border: 1px solid rgba(184, 149, 90, 0.18);
  border-radius: 18px;
  padding: 28px;
  box-shadow: 0 24px 50px rgba(28, 19, 13, 0.10);
  color: #35271c;
}

body[data-page="iletisim"] .contact-map {
  border-top: 1px solid rgba(184, 149, 90, 0.18);
}

/* References, FAQ, bank pages */
body[data-page="referanslar"] .referans-page-wrap,
body[data-page="sss"] .faq-page-section,
body[data-page="banka-hesaplari"] .bank-page-section,
body[data-page="galeri"] .gallery-page-section,
body[data-page^="kategori/"] .category-page-section,
body[data-page]:not([data-page="home"]) .content-page-section {
  max-width: 1280px;
  margin: 0 auto;
}

body[data-page="referanslar"] .referans-page-card,
body[data-page="banka-hesaplari"] .banka-card {
  border-radius: 16px;
  border: 1px solid rgba(184, 149, 90, 0.18);
  box-shadow: 0 20px 40px rgba(28, 19, 13, 0.05);
}

body[data-page="referanslar"] .referans-page-card {
  background: rgba(255,255,255,0.88);
}

body[data-page="sss"] .sss-list {
  background: rgba(255,255,255,0.84);
  border: 1px solid rgba(184, 149, 90, 0.18);
  border-radius: 16px;
  box-shadow: 0 20px 40px rgba(28, 19, 13, 0.05);
  padding: 12px 28px;
}

body[data-page="sss"] .faq-cta-box,
body[data-page="banka-hesaplari"] .banka-card,
body[data-page="galeri"] .urun-card,
body[data-page^="kategori/"] .urun-card,
body[data-page]:not([data-page="home"]) .content-page-prose,
body[data-page="404"] .error-page-hero {
  border-radius: 18px;
}

body[data-page="sss"] .faq-cta-box {
  border: 1px solid rgba(184, 149, 90, 0.18);
  box-shadow: 0 20px 40px rgba(28, 19, 13, 0.08);
}

body[data-page="banka-hesaplari"] .banka-card {
  background: rgba(255,255,255,0.88);
}

body[data-page="galeri"] .gallery-filter-row,
body[data-page^="kategori/"] .collection-filter-row {
  max-width: 1280px;
  margin-inline: auto;
}

body[data-page="galeri"] .gallery-filter-row a,
body[data-page^="kategori/"] .filter-tab {
  border: 1px solid rgba(184, 149, 90, 0.18);
  border-radius: 999px;
  background: rgba(255,255,255,0.74);
}

body[data-page="galeri"] .urunler-grid,
body[data-page^="kategori/"] .urunler-grid {
  gap: 18px;
  max-width: 1280px;
  margin: 0 auto;
}

body[data-page="galeri"] .urun-card,
body[data-page^="kategori/"] .urun-card {
  box-shadow: 0 22px 42px rgba(28, 19, 13, 0.10);
  overflow: hidden;
}

body[data-page]:not([data-page="home"]) .content-page-hero {
  overflow: hidden;
}

body[data-page]:not([data-page="home"]) .content-page-prose {
  max-width: 960px;
  margin: 0 auto;
  padding: 40px 42px;
  background: rgba(255,255,255,0.88);
  border: 1px solid rgba(184, 149, 90, 0.18);
  box-shadow: 0 22px 44px rgba(28, 19, 13, 0.05);
}

body[data-page="404"] .error-page-hero {
  max-width: calc(1280px - (var(--stitch-section-x) * 2));
  margin: 48px auto 0;
  background:
    radial-gradient(circle at top, rgba(201,168,124,0.18), transparent 35%),
    linear-gradient(180deg, rgba(74,52,37,0.96) 0%, rgba(46,31,22,0.98) 100%);
  border: 1px solid rgba(184, 149, 90, 0.20);
  box-shadow: 0 28px 54px rgba(28, 19, 13, 0.18);
}

/* Responsive follow-through */
@media (max-width: 1024px) {
  body[data-page^="blog/"] .blog-detail-layout,
  body[data-page^="hizmet/"] .service-detail-grid,
  body[data-page^="urun/"] .urun-detail-grid {
    grid-template-columns: 1fr !important;
  }
}

@media (max-width: 768px) {
  body.page-about .about-story-layout {
    grid-template-columns: 1fr !important;
    min-height: auto !important;
  }

  body.page-about .about-story-media {
    min-height: 340px !important;
  }

  body.page-about .about-story-content {
    padding: 44px 22px !important;
  }

  body[data-page="hizmetler"] .services-list-section,
  body[data-page="urunler"] .collection-list-section,
  body[data-page="koleksiyon"] .collection-list-section,
  body[data-page="blog"] .blog-list-section,
  body[data-page="iletisim"] .contact-page-section,
  body[data-page="teklif-al"] .quote-page-section,
  body[data-page="referanslar"] .referans-page-wrap,
  body[data-page="banka-hesaplari"] .bank-page-section,
  body[data-page="sss"] .faq-page-section,
  body[data-page="galeri"] .gallery-page-section,
  body[data-page^="kategori/"] .category-page-section,
  body[data-page]:not([data-page="home"]) .content-page-section {
    padding: 44px 20px !important;
  }

  body[data-page^="blog/"] .blog-detail-layout,
  body[data-page^="hizmet/"] .service-detail-grid,
  body[data-page^="urun/"] .urun-detail-grid {
    padding: 40px 20px 56px !important;
  }

  body[data-page^="blog/"] .blog-detail-article,
  body[data-page^="urun/"] .urun-detail-info,
  body[data-page="iletisim"] .contact-form-panel,
  body[data-page="teklif-al"] .quote-form-panel,
  body[data-page]:not([data-page="home"]) .content-page-prose {
    padding: 22px;
  }

  body[data-page^="urun/"] .product-spec-grid {
    gap: 18px;
  }

  body[data-page^="urun/"] .product-detail-actions,
  body[data-page^="hizmet/"] .service-detail-actions {
    flex-direction: column;
  }

  body[data-page^="urun/"] .product-detail-actions .btn-primary,
  body[data-page^="urun/"] .product-detail-actions .btn-outline,
  body[data-page^="hizmet/"] .service-detail-actions .btn-primary,
  body[data-page^="hizmet/"] .service-detail-actions .btn-outline {
    width: 100%;
    justify-content: center;
  }

  body[data-page="404"] .error-page-hero {
    max-width: calc(100% - 40px);
    margin-top: 28px;
  }
}

/* ════════════════════════════════════════════════════════════════
   Refinement pass — spacing, card rhythm, list ratios
════════════════════════════════════════════════════════════════ */
body.page-home .home-services,
body.page-home .home-collection,
body.page-home .home-categories,
body.page-home #referanslar,
body.page-home #yorumlar,
body.page-home #blog,
body.page-home #instagram,
body.page-home #sertifikalar,
body.page-home #siparis,
body.page-home .home-sitemap {
  padding-top: 96px;
  padding-bottom: 96px;
}

body.page-home .section-header {
  margin-bottom: 12px;
}

body.page-home .section-sub {
  max-width: 56ch;
}

body.page-home .hizmet-card,
body[data-page="hizmetler"] .hizmet-card {
  padding: 14px;
  min-height: 280px;
  display: flex;
  flex-direction: column;
}

body.page-home .hizmet-card-media,
body[data-page="hizmetler"] .hizmet-card-media {
  aspect-ratio: 16 / 11;
  overflow: hidden;
  border-radius: 10px;
  margin-bottom: 18px;
  background: rgba(184, 149, 90, 0.12);
}

body.page-home .hizmet-card-media img,
body[data-page="hizmetler"] .hizmet-card-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .45s ease;
}

body.page-home .hizmet-card:hover .hizmet-card-media img,
body[data-page="hizmetler"] .hizmet-card:hover .hizmet-card-media img {
  transform: scale(1.04);
}

body.page-home .hizmet-card-body,
body[data-page="hizmetler"] .hizmet-card-body {
  padding: 4px 12px 10px;
  display: flex;
  flex-direction: column;
  flex: 1;
}

body.page-home .hizmet-title,
body[data-page="hizmetler"] .hizmet-title {
  line-height: 1.05;
  margin-bottom: 14px;
}

body.page-home .hizmet-desc,
body[data-page="hizmetler"] .hizmet-desc {
  line-height: 1.75;
  flex: 1;
}

body.page-home .urunler-header {
  margin-bottom: 28px;
}

body.page-home .urun-card img {
  transform: scale(1.01);
}

body.page-home .urun-overlay {
  padding: 24px;
}

body.page-home .urun-title {
  line-height: 1.1;
}

body.page-home .kat-vitrin-card {
  min-height: 420px;
  box-shadow: 0 22px 42px rgba(28, 19, 13, 0.10);
}

body.page-home .kat-vitrin-overlay {
  padding: 28px;
}

body.page-home .blog-grid,
body.page-home .referanslar-grid,
body.page-home .yorumlar-grid,
body.page-home .materials-grid {
  gap: 18px;
}

body.page-home .blog-card,
body.page-home .referans-card,
body.page-home .yorum-card,
body.page-home .material-card {
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 18px 34px rgba(28, 19, 13, 0.08);
}

body.page-home .blog-content,
body.page-home .material-card,
body.page-home .yorum-card {
  padding: 28px;
}

body[data-page="hizmetler"] .services-list-grid {
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)) !important;
  gap: 24px;
}

body[data-page="urunler"] .urunler-grid,
body[data-page="koleksiyon"] .urunler-grid,
body[data-page="galeri"] .urunler-grid,
body[data-page^="kategori/"] .urunler-grid {
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 20px;
}

body[data-page="urunler"] .urun-card,
body[data-page="koleksiyon"] .urun-card,
body[data-page="galeri"] .urun-card,
body[data-page^="kategori/"] .urun-card {
  aspect-ratio: 3 / 4;
}

body[data-page="urunler"] .urun-card,
body[data-page="koleksiyon"] .urun-card,
body[data-page^="kategori/"] .urun-card {
  background: rgba(255,255,255,0.94);
  padding: 12px;
  border: 1px solid rgba(184, 149, 90, 0.18);
  display: flex;
  flex-direction: column;
}

body[data-page="urunler"] .urun-card img,
body[data-page="koleksiyon"] .urun-card img,
body[data-page^="kategori/"] .urun-card img {
  aspect-ratio: 1 / 1;
  border-radius: 10px;
}

body[data-page="urunler"] .urun-overlay,
body[data-page="koleksiyon"] .urun-overlay,
body[data-page^="kategori/"] .urun-overlay {
  position: static;
  opacity: 1;
  background: transparent;
  padding: 18px 6px 6px;
}

body[data-page="urunler"] .urun-cat,
body[data-page="koleksiyon"] .urun-cat,
body[data-page^="kategori/"] .urun-cat {
  color: var(--sienna);
  margin-bottom: 8px;
}

body[data-page="urunler"] .urun-title,
body[data-page="koleksiyon"] .urun-title,
body[data-page^="kategori/"] .urun-title {
  color: var(--dark);
  font-size: 1.28rem;
}

body[data-page="urunler"] .urun-actions,
body[data-page="koleksiyon"] .urun-actions,
body[data-page^="kategori/"] .urun-actions {
  margin-top: 14px;
}

body[data-page="urunler"] .urun-btn,
body[data-page="koleksiyon"] .urun-btn,
body[data-page^="kategori/"] .urun-btn {
  color: var(--dark);
  border-color: rgba(61,43,31,0.18);
}

body[data-page="blog"] .blog-list-grid {
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 22px;
}

body[data-page="blog"] .blog-card {
  overflow: hidden;
  background: rgba(255,255,255,0.92);
}

body[data-page="blog"] .blog-img {
  aspect-ratio: 16 / 11;
}

body[data-page="blog"] .blog-content {
  padding: 28px;
}

body[data-page="blog"] .blog-title {
  line-height: 1.2;
}

body[data-page="blog"] .blog-card:first-child {
  grid-column: span 2;
}

body[data-page="blog"] .blog-card:first-child .blog-img {
  aspect-ratio: 16 / 8;
}

body[data-page="blog"] .blog-card:first-child .blog-title {
  font-size: 1.8rem;
}

@media (max-width: 768px) {
  body.page-home .home-services,
  body.page-home .home-collection,
  body.page-home .home-categories,
  body.page-home #referanslar,
  body.page-home #yorumlar,
  body.page-home #blog,
  body.page-home #instagram,
  body.page-home #sertifikalar,
  body.page-home #siparis,
  body.page-home .home-sitemap {
    padding-top: 56px;
    padding-bottom: 56px;
  }

  body.page-home .hizmet-card,
  body[data-page="hizmetler"] .hizmet-card {
    min-height: auto;
  }

  body.page-home .hizmet-card-body,
  body[data-page="hizmetler"] .hizmet-card-body {
    padding: 2px 6px 8px;
  }

  body[data-page="blog"] .blog-list-grid,
  body[data-page="urunler"] .urunler-grid,
  body[data-page="koleksiyon"] .urunler-grid,
  body[data-page="galeri"] .urunler-grid,
  body[data-page^="kategori/"] .urunler-grid {
    grid-template-columns: 1fr;
  }

  body[data-page="blog"] .blog-card:first-child {
    grid-column: auto;
  }
}

/* ════════════════════════════════════════════════════════════════
   Hero refinement — title scale, intro balance, form-page rhythm
════════════════════════════════════════════════════════════════ */
body.page-home #hero {
  min-height: 820px;
}

body.page-home .hero-left {
  padding: 156px 76px 96px;
}

body.page-home .hero-title {
  max-width: 10.5ch;
  font-size: clamp(3.8rem, 5.6vw, 5.8rem);
  line-height: 0.92;
  margin-bottom: 22px;
}

body.page-home .hero-subtitle {
  max-width: 16ch;
  font-size: 1.3rem;
  line-height: 1.45;
}

body.page-home .hero-quote {
  max-width: 40ch;
  margin-top: 14px;
  font-size: 15px;
  line-height: 1.9;
}

body.page-home .hero-actions {
  margin-top: 42px;
}

body.page-home .hero-stats {
  margin-top: 52px;
  padding-top: 28px;
}

body:not(.page-home):not(.page-about) .page-hero {
  min-height: 420px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding-top: calc(var(--nav-h) + 84px);
  padding-bottom: 72px;
}

body:not(.page-home):not(.page-about) .page-hero-title {
  max-width: 11.5ch;
  font-size: clamp(3rem, 5vw, 4.8rem);
  line-height: 0.96;
  margin-bottom: 18px;
}

body:not(.page-home):not(.page-about) .page-hero-sub {
  max-width: 52ch;
  font-size: 1rem;
  line-height: 1.8;
}

body[data-page="iletisim"] .contact-grid,
body[data-page="teklif-al"] .contact-grid {
  gap: 42px;
  align-items: stretch;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
}

body[data-page="iletisim"] .contact-grid .reveal,
body[data-page="teklif-al"] .contact-grid .reveal {
  opacity: 1 !important;
  transform: none !important;
}

body[data-page="iletisim"] .contact-info,
body[data-page="teklif-al"] .contact-info {
  padding: 28px;
  border-radius: 18px;
  background: linear-gradient(180deg, rgba(82, 58, 40, 0.92), rgba(61, 43, 31, 0.96));
  border: 1px solid rgba(184, 149, 90, 0.16);
  box-shadow: 0 24px 50px rgba(28, 19, 13, 0.10);
}

body[data-page="iletisim"] .contact-title,
body[data-page="teklif-al"] .contact-title {
  font-size: clamp(2.2rem, 4vw, 3.4rem);
  line-height: 0.98;
  margin-bottom: 26px;
}

body[data-page="iletisim"] .contact-row,
body[data-page="teklif-al"] .contact-row {
  padding: 14px 0;
}

body[data-page="iletisim"] .contact-info .section-tag,
body[data-page="teklif-al"] .contact-info .section-tag {
  color: rgba(245, 240, 234, 0.74) !important;
}

body[data-page="iletisim"] .contact-info .contact-title,
body[data-page="teklif-al"] .contact-info .contact-title {
  color: #fff8f0;
}

body[data-page="iletisim"] .contact-info .contact-title em,
body[data-page="teklif-al"] .contact-info .contact-title em {
  color: #d8b27b;
}

body[data-page="iletisim"] .contact-info .contact-row,
body[data-page="teklif-al"] .contact-info .contact-row {
  color: rgba(245, 240, 234, 0.88);
  border-top: 1px solid rgba(245, 240, 234, 0.08);
}

body[data-page="iletisim"] .contact-info .contact-row:first-child,
body[data-page="teklif-al"] .contact-info .contact-row:first-child {
  border-top: 0;
}

body[data-page="iletisim"] .contact-info .contact-row-label,
body[data-page="teklif-al"] .contact-info .contact-row-label {
  color: rgba(216, 178, 123, 0.88);
}

body[data-page="iletisim"] .form-wrapper,
body[data-page="teklif-al"] .form-wrapper {
  display: flex;
}

body[data-page="iletisim"] .form-wrapper form,
body[data-page="teklif-al"] .form-wrapper form {
  width: 100%;
}

body[data-page="blog"] .page-hero-title,
body[data-page="urunler"] .page-hero-title,
body[data-page="koleksiyon"] .page-hero-title,
body[data-page="hizmetler"] .page-hero-title,
body[data-page="referanslar"] .page-hero-title,
body[data-page="sss"] .page-hero-title,
body[data-page="banka-hesaplari"] .page-hero-title,
body[data-page="galeri"] .page-hero-title {
  max-width: 12ch;
}

@media (max-width: 1024px) {
  body.page-home #hero {
    min-height: 760px;
  }

  body.page-home .hero-left {
    padding: 138px 48px 80px;
  }

  body:not(.page-home):not(.page-about) .page-hero {
    min-height: 360px;
    padding-bottom: 56px;
  }

  body[data-page="iletisim"] .contact-grid,
  body[data-page="teklif-al"] .contact-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 768px) {
  body.page-home #hero {
    min-height: auto;
  }

  body.page-home .hero-left {
    padding: 118px 24px 56px;
  }

  body.page-home .hero-title {
    max-width: 100%;
    font-size: clamp(2.8rem, 12vw, 4.2rem);
    margin-bottom: 18px;
  }

  body.page-home .hero-subtitle {
    max-width: 100%;
    font-size: 1.12rem;
  }

  body.page-home .hero-quote {
    max-width: 100%;
    margin-top: 12px;
    line-height: 1.75;
  }

  body.page-home .hero-stats {
    margin-top: 36px;
    padding-top: 22px;
  }

  body:not(.page-home):not(.page-about) .page-hero {
    min-height: 300px;
    padding-top: calc(var(--nav-h) + 54px);
    padding-bottom: 40px;
  }

  body:not(.page-home):not(.page-about) .page-hero-title {
    font-size: clamp(2.15rem, 7.5vw, 3rem);
    max-width: 100%;
  }

  body:not(.page-home):not(.page-about) .page-hero-sub {
    max-width: 100%;
    font-size: 0.95rem;
  }

  body[data-page="iletisim"] .contact-title,
  body[data-page="teklif-al"] .contact-title {
    font-size: clamp(1.9rem, 7vw, 2.8rem);
    margin-bottom: 18px;
  }
}

/* ════════════════════════════════════════════════════════════════
   Polish pass — contrast, hover system, motion consistency
════════════════════════════════════════════════════════════════ */
body[data-page] .section-sub,
body[data-page] .page-hero-sub,
body[data-page] .footer-copy,
body[data-page] .footer-tagline,
body[data-page] .banka-field,
body[data-page] .blog-date,
body[data-page] .yorum-role,
body[data-page] .contact-row,
body[data-page] .hakkimizda-text,
body[data-page] .material-desc,
body[data-page] .referans-page-meta {
  color: #6b5849;
}

body:not(.page-home):not(.page-about) .page-hero-sub,
body[data-page="iletisim"] .contact-row,
body[data-page="teklif-al"] .contact-row,
body[data-page="iletisim"] .form-label,
body[data-page="teklif-al"] .form-label {
  color: rgba(245,240,234,0.88);
}

body[data-page="iletisim"] .contact-form-panel .form-label,
body[data-page="teklif-al"] .quote-form-panel .form-label {
  color: #6f5b49;
}

body[data-page="iletisim"] .form-input::placeholder,
body[data-page="teklif-al"] .form-input::placeholder {
  color: rgba(253,250,246,0.72);
}

body[data-page="iletisim"] .contact-form-panel .form-input,
body[data-page="teklif-al"] .quote-form-panel .form-input {
  background: rgba(255, 255, 255, 0.92);
  border-color: rgba(157, 122, 66, 0.24);
  color: #2f2116;
}

body[data-page="iletisim"] .contact-form-panel .form-input::placeholder,
body[data-page="teklif-al"] .quote-form-panel .form-input::placeholder {
  color: #9a846f;
}

body[data-page="iletisim"] .contact-form-panel .form-input:focus,
body[data-page="teklif-al"] .quote-form-panel .form-input:focus {
  border-color: rgba(157, 122, 66, 0.52);
  box-shadow: 0 0 0 1px rgba(201, 168, 124, 0.24);
}

body[data-page="iletisim"] .contact-form-panel .form-select option,
body[data-page="teklif-al"] .quote-form-panel .form-select option {
  background: #fffaf4;
  color: #2f2116;
}

body[data-page="iletisim"] .contact-form-panel .form-submit,
body[data-page="teklif-al"] .quote-form-panel .form-submit {
  color: #fff;
  background: linear-gradient(180deg, #b9995a, #9d7a42);
}

body[data-page="iletisim"] .contact-form-panel .form-submit:hover,
body[data-page="teklif-al"] .quote-form-panel .form-submit:hover {
  background: linear-gradient(180deg, #a7844c, #8b6b3f);
}

body[data-page] .hizmet-card,
body[data-page] .urun-card,
body[data-page] .blog-card,
body[data-page] .referans-page-card,
body[data-page] .banka-card,
body[data-page] .material-card,
body[data-page] .yorum-card,
body[data-page] .kat-vitrin-card {
  transition:
    transform .28s ease,
    box-shadow .28s ease,
    border-color .28s ease,
    background-color .28s ease,
    opacity .28s ease;
}

body[data-page] .hizmet-card:hover,
body[data-page] .blog-card:hover,
body[data-page] .referans-page-card:hover,
body[data-page] .banka-card:hover,
body[data-page] .material-card:hover,
body[data-page] .yorum-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 26px 48px rgba(28, 19, 13, 0.12);
}

body[data-page] .urun-card:hover,
body[data-page] .kat-vitrin-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 28px 52px rgba(28, 19, 13, 0.16);
}

body[data-page] .btn-primary,
body[data-page] .btn-outline,
body[data-page] .nav-cta,
body[data-page] .lang-btn,
body[data-page] .filter-tab,
body[data-page] .banka-copy,
body[data-page] .wa-btn,
body[data-page] .form-submit {
  transition:
    transform .22s ease,
    box-shadow .22s ease,
    background-color .22s ease,
    border-color .22s ease,
    color .22s ease;
}

body[data-page] .btn-primary:hover,
body[data-page] .nav-cta:hover,
body[data-page] .form-submit:hover,
body[data-page] .wa-btn:hover {
  transform: translateY(-1px);
  box-shadow: 0 14px 28px rgba(28, 19, 13, 0.16);
}

body[data-page] .btn-outline:hover,
body[data-page] .lang-btn:hover,
body[data-page] .filter-tab:hover,
body[data-page] .banka-copy:hover {
  transform: translateY(-1px);
}

body[data-page] .blog-detail-recent-link:hover,
body[data-page] .service-related-link:hover,
body[data-page] .footer-links a:hover,
body[data-page] .mobile-links a:hover {
  color: var(--sienna);
}

body[data-page] .sss-q {
  color: #35271d;
  transition: color .24s ease;
}

body[data-page] .sss-q:hover {
  color: var(--sienna);
}

body[data-page] .sss-a {
  color: #5d4b3c;
}

@media (prefers-reduced-motion: reduce) {
  body[data-page] .hizmet-card,
  body[data-page] .urun-card,
  body[data-page] .blog-card,
  body[data-page] .referans-page-card,
  body[data-page] .banka-card,
  body[data-page] .material-card,
  body[data-page] .yorum-card,
  body[data-page] .kat-vitrin-card,
  body[data-page] .btn-primary,
  body[data-page] .btn-outline,
  body[data-page] .nav-cta,
  body[data-page] .lang-btn,
  body[data-page] .filter-tab,
  body[data-page] .banka-copy,
  body[data-page] .wa-btn,
  body[data-page] .form-submit {
    transition: none !important;
    transform: none !important;
  }
}

/* ════════════════════════════════════════════════════════════════
   Final responsive pass — tighter mobile rhythm
════════════════════════════════════════════════════════════════ */
@media (max-width: 768px) {
  body[data-page] #mainNav.site-nav {
    align-items: center;
  }

  body[data-page] .nav-actions {
    gap: 8px;
  }

  body[data-page] .nav-cta {
    padding-inline: 14px;
    font-size: 10px;
    letter-spacing: 0.12em;
  }

  body[data-page] .lang-btn {
    min-width: 42px;
    height: 36px;
    font-size: 12px;
  }

  body[data-page] .mobile-menu-panel {
    padding: 72px 22px 22px;
  }

  body[data-page] .mobile-links a {
    font-size: 22px;
    line-height: 1.2;
  }

  body.page-home .section-header {
    padding-inline: 0;
    margin-bottom: 6px;
  }

  body.page-home .home-services,
  body.page-home .home-collection,
  body.page-home .home-categories,
  body.page-home #referanslar,
  body.page-home #yorumlar,
  body.page-home #blog,
  body.page-home #instagram,
  body.page-home #sertifikalar,
  body.page-home #siparis,
  body.page-home .home-sitemap {
    padding-inline: 20px;
  }

  body.page-home .hero-actions .btn-primary,
  body.page-home .hero-actions .btn-outline {
    width: 100%;
    justify-content: center;
  }

  body.page-home .hero-stats {
    gap: 14px;
  }

  body.page-home .kat-vitrin-grid,
  body[data-page="referanslar"] .referans-page-grid,
  body[data-page="banka-hesaplari"] .banka-grid,
  body[data-page] .sayfalar-grid {
    grid-template-columns: 1fr !important;
  }

  body[data-page="galeri"] .gallery-filter-row,
  body[data-page="urunler"] .collection-filter-row,
  body[data-page="koleksiyon"] .collection-filter-row,
  body[data-page="blog"] .blog-filter-row {
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-bottom: 24px !important;
  }

  body[data-page="iletisim"] .contact-page-section,
  body[data-page="teklif-al"] .quote-page-section,
  body[data-page="referanslar"] .referans-page-wrap,
  body[data-page="sss"] .faq-page-section,
  body[data-page="banka-hesaplari"] .bank-page-section,
  body[data-page="galeri"] .gallery-page-section,
  body[data-page^="kategori/"] .category-page-section,
  body[data-page]:not([data-page="home"]) .content-page-section {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }

  body[data-page="iletisim"] .contact-form-panel,
  body[data-page="teklif-al"] .quote-form-panel,
  body[data-page^="blog/"] .blog-detail-article,
  body[data-page^="urun/"] .urun-detail-info,
  body[data-page^="hizmet/"] .service-detail-card,
  body[data-page]:not([data-page="home"]) .content-page-prose {
    border-radius: 14px;
  }

  body[data-page="iletisim"] .contact-row,
  body[data-page="teklif-al"] .contact-row {
    padding: 10px 0;
    gap: 4px;
  }

  body[data-page="iletisim"] .form-row,
  body[data-page="teklif-al"] .form-row {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  body[data-page="iletisim"] .form-input,
  body[data-page="teklif-al"] .form-input {
    min-height: 50px;
  }

  body[data-page="iletisim"] .form-textarea,
  body[data-page="teklif-al"] .form-textarea {
    min-height: 150px;
  }

  body[data-page^="blog/"] .blog-detail-layout,
  body[data-page^="hizmet/"] .service-detail-grid,
  body[data-page^="urun/"] .urun-detail-grid {
    gap: 24px !important;
  }

  body[data-page^="urun/"] .urun-detail-thumbs {
    grid-template-columns: repeat(3, 1fr);
  }

  body[data-page] .footer-grid {
    gap: 22px;
    padding-bottom: 28px;
  }

  body[data-page] .footer-bottom {
    align-items: flex-start;
    text-align: left;
  }
}

@media (max-width: 640px) {
  body[data-page] #mainNav.site-nav {
    width: calc(100vw - 16px);
    top: 8px;
    padding: 10px 14px;
  }

  body[data-page] .nav-logo-img {
    max-height: 28px;
  }

  body.page-home .hero-left {
    padding: 104px 20px 48px;
  }

  body.page-home .hero-title {
    font-size: clamp(2.4rem, 11vw, 3.6rem);
  }

  body.page-home .home-services,
  body.page-home .home-collection,
  body.page-home .home-categories,
  body.page-home #referanslar,
  body.page-home #yorumlar,
  body.page-home #blog,
  body.page-home #instagram,
  body.page-home #sertifikalar,
  body.page-home #siparis,
  body.page-home .home-sitemap,
  body[data-page="iletisim"] .contact-page-section,
  body[data-page="teklif-al"] .quote-page-section,
  body[data-page="referanslar"] .referans-page-wrap,
  body[data-page="sss"] .faq-page-section,
  body[data-page="banka-hesaplari"] .bank-page-section,
  body[data-page="galeri"] .gallery-page-section,
  body[data-page^="kategori/"] .category-page-section,
  body[data-page]:not([data-page="home"]) .content-page-section {
    padding-left: 16px !important;
    padding-right: 16px !important;
  }

  body.page-home .hizmet-card,
  body[data-page="hizmetler"] .hizmet-card,
  body[data-page="blog"] .blog-content,
  body[data-page="referanslar"] .referans-page-card,
  body[data-page="banka-hesaplari"] .banka-card,
  body[data-page="iletisim"] .contact-form-panel,
  body[data-page="teklif-al"] .quote-form-panel {
    padding: 22px 18px;
  }

  body[data-page] .page-hero {
    padding-left: 16px;
    padding-right: 16px;
  }

  body[data-page^="urun/"] .urun-detail-thumbs {
    grid-template-columns: repeat(2, 1fr);
  }

  body[data-page] .wa-float {
    width: 52px;
    height: 52px;
    right: 14px;
    bottom: 14px;
  }
}
