/* ── Stats Bar ──────────────────────────────────────────── */
.stats-bar {
  background: var(--ink-elevated);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.stats-bar__value {
  display: block;
  font-size: 2.25rem;
  font-weight: 300;
  color: var(--brass);
  line-height: 1.2;
}

.stats-bar__label {
  display: block;
  margin-top: 0.35rem;
  font-size: 0.65rem;
  font-weight: 300;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--fog-muted);
}

/* ── Workshop ───────────────────────────────────────────── */
.workshop-section {
  padding: 5rem 0;
  background: linear-gradient(180deg, var(--ink) 0%, var(--ink-elevated) 100%);
}

.workshop-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 3rem;
  align-items: center;
}

@media (min-width: 1024px) {
  .workshop-grid {
    grid-template-columns: 1.05fr 0.95fr;
    gap: 4rem;
  }
}

.workshop-grid__image {
  position: relative;
}

.workshop-grid__image-wrap {
  position: relative;
  overflow: hidden;
  aspect-ratio: 5 / 4;
  background: var(--ink-soft);
}

@media (min-width: 1024px) {
  .workshop-grid__image-wrap {
    aspect-ratio: 4 / 5;
  }
}

.workshop-grid__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transform: scale(1.02);
  filter: contrast(0.98) saturate(0.9) brightness(1.02);
  transition: transform 1.2s cubic-bezier(0.22, 1, 0.36, 1);
}

.workshop-grid__image:hover .workshop-grid__img {
  transform: scale(1.05);
}

.workshop-grid__fade {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    90deg,
    rgba(18, 16, 14, 0) 0%,
    rgba(18, 16, 14, 0.08) 55%,
    rgba(18, 16, 14, 0.45) 82%,
    rgba(18, 16, 14, 0.72) 100%
  );
  pointer-events: none;
}

.workshop-grid__warmth {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    rgba(196, 162, 122, 0.08) 0%,
    transparent 40%,
    rgba(0, 0, 0, 0.2) 100%
  );
  pointer-events: none;
}

.workshop-grid__accent {
  position: absolute;
  bottom: -10px;
  left: -10px;
  width: 55%;
  height: 55%;
  border: 1px solid rgba(196, 162, 122, 0.22);
  z-index: -1;
}

.workshop-features {
  list-style: none;
  padding: 0;
  margin: 0;
}

.workshop-features__item {
  position: relative;
  padding: 0.5rem 0 0.5rem 1.5rem;
  font-size: 0.85rem;
  font-weight: 300;
  color: rgba(243, 235, 224, 0.72);
}

.workshop-features__item::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  width: 8px;
  height: 8px;
  border: 1px solid var(--brass);
  border-radius: 50%;
  transform: translateY(-50%);
}

.workshop-handwriting {
  font-family: 'Caveat', cursive;
  font-weight: 500;
  line-height: 1.15;
  letter-spacing: 0.01em;
  color: var(--brass);
  font-size: clamp(2.25rem, 5vw, 3.5rem);
}

.workshop-handwriting--lead {
  font-size: clamp(1.35rem, 2.8vw, 1.75rem);
  font-weight: 500;
  line-height: 1.35;
  color: rgba(196, 162, 122, 0.92);
}

.workshop-handwriting--body {
  font-family: 'Jost', system-ui, sans-serif;
  font-size: 0.9rem;
  font-weight: 300;
  line-height: 1.75;
  letter-spacing: 0.01em;
  color: var(--fog-muted);
  max-width: 32rem;
}

/* ── Atölye izleri (kollektif detay) ────────────────────── */
.our-work-section {
  padding: 5rem 0;
  background: var(--ink-soft);
}

.our-work-collective {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 1.15rem;
  font-weight: 400;
  font-style: italic;
  line-height: 1.65;
  color: var(--fog-muted);
}

.our-work-mosaic {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.25rem;
}

@media (min-width: 640px) {
  .our-work-mosaic {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.25rem;
  }

  .our-work-tile--wide {
    grid-column: span 2;
  }

  .our-work-tile--wide .our-work-tile__image-wrap {
    aspect-ratio: 21 / 9;
  }
}

@media (min-width: 1024px) {
  .our-work-mosaic {
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5rem;
  }

  .our-work-tile--wide {
    grid-column: span 2;
  }
}

.our-work-tile {
  display: flex;
  flex-direction: column;
  background: var(--ink-elevated);
  border: 1px solid var(--line);
  overflow: hidden;
}

.our-work-tile__image-wrap {
  position: relative;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  background: var(--ink-soft);
}

.our-work-tile__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.our-work-tile__body {
  padding: 1.15rem 1.25rem 1.35rem;
}

.our-work-tile__aspect {
  display: inline-block;
  font-size: 0.58rem;
  font-weight: 500;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--brass);
}

.our-work-tile__text {
  margin-top: 0.5rem;
  font-size: 0.82rem;
  font-weight: 300;
  line-height: 1.65;
  color: var(--fog-muted);
}

.our-work-cta {
  margin-top: 3rem;
}

/* ── Neden Yuem ─────────────────────────────────────────── */
.why-us-section {
  padding: 5rem 0;
  background: var(--ink-elevated);
  border-top: 1px solid var(--line);
}

.why-us-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 3rem;
  align-items: start;
}

@media (min-width: 1024px) {
  .why-us-grid {
    grid-template-columns: 0.9fr 1.1fr;
    gap: 4rem;
  }
}

.why-us-closing {
  font-size: 1.75rem;
  line-height: 1.3;
  color: var(--brass);
}

.why-us-after {
  max-width: 36rem;
}

.why-us-reasons {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.25rem;
}

@media (min-width: 640px) {
  .why-us-reasons {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
  }
}

.why-us-card {
  padding: 1.5rem;
  background: var(--ink-soft);
  border: 1px solid rgba(196, 162, 122, 0.14);
  transition: border-color 0.35s ease;
}

.why-us-card:hover {
  border-color: var(--line-strong);
}

.why-us-card__number {
  display: block;
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 1.5rem;
  font-weight: 300;
  color: rgba(196, 162, 122, 0.5);
  line-height: 1;
}

.why-us-card__title {
  margin-top: 0.75rem;
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 1.2rem;
  font-weight: 500;
  color: var(--fog);
}

.why-us-card__text {
  margin-top: 0.5rem;
  font-size: 0.8rem;
  font-weight: 300;
  line-height: 1.65;
  color: var(--fog-muted);
}

/* ── Category Filter ────────────────────────────────────── */
.category-filter {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.5rem;
}

.category-filter__btn {
  padding: 0.6rem 1.25rem;
  font-size: 0.65rem;
  font-weight: 400;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--fog-muted);
  background: transparent;
  border: 1px solid rgba(243, 235, 224, 0.12);
  cursor: pointer;
  transition: all 0.35s cubic-bezier(0.22, 1, 0.36, 1);
}

.category-filter__btn:hover {
  border-color: rgba(184, 149, 107, 0.4);
  color: var(--fog);
}

.category-filter__btn.is-active {
  background: var(--brass);
  border-color: var(--brass);
  color: var(--ink);
}

/* ── Gallery ────────────────────────────────────────────── */
.gallery-section {
  padding: 5rem 0;
  background: var(--ink-elevated);
  overflow: hidden;
}

.gallery-track-wrap {
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  margin: 0 -1.25rem;
  padding: 0 1.25rem 1rem;
}

.gallery-track-wrap::-webkit-scrollbar {
  display: none;
}

.gallery-track {
  display: flex;
  gap: 1.25rem;
  width: max-content;
}

.gallery-item {
  flex-shrink: 0;
  width: 280px;
  margin: 0;
}

@media (min-width: 640px) {
  .gallery-item { width: 340px; }
}

@media (min-width: 1024px) {
  .gallery-item { width: 380px; }
}

.gallery-item__image-wrap {
  position: relative;
  overflow: hidden;
  aspect-ratio: 3 / 4;
  background: var(--ink-elevated);
}

.gallery-item__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.7s cubic-bezier(0.22, 1, 0.36, 1);
}

.gallery-item__overlay {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: flex-end;
  padding: 1.25rem;
  background: linear-gradient(to top, var(--fog-muted) 0%, transparent 55%);
  opacity: 0;
  transition: opacity 0.4s ease;
}

.gallery-item:hover .gallery-item__image {
  transform: scale(1.05);
}

.gallery-item:hover .gallery-item__overlay {
  opacity: 1;
}

.gallery-item__caption {
  font-size: 0.7rem;
  font-weight: 400;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--fog);
}

.gallery-item__meta {
  display: flex;
  flex-direction: column;
  gap: 0.45rem;
}

.gallery-item__story {
  max-width: 26ch;
  font-size: 0.8rem;
  font-weight: 300;
  line-height: 1.55;
  letter-spacing: 0.01em;
  color: rgba(255, 255, 255, 0.92);
}

/* ── Teklif öncesi iş detayları ─────────────────────────── */
.order-details {
  padding: 5rem 0;
  background: var(--ink-elevated);
}

.order-details__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
}

@media (min-width: 640px) {
  .order-details__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.25rem;
  }
}

@media (min-width: 1024px) {
  .order-details__grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5rem;
  }
}

.order-details__card {
  padding: 1.75rem 1.5rem;
  background: var(--ink-elevated);
  border: 1px solid var(--line);
  border-top: 2px solid var(--brass);
  transition: box-shadow 0.35s ease, transform 0.35s ease;
}

.order-details__card:hover {
  box-shadow: 0 8px 28px var(--line);
  transform: translateY(-2px);
}

.order-details__tag {
  display: inline-block;
  margin-bottom: 0.75rem;
  padding: 0.25rem 0.6rem;
  font-size: 0.55rem;
  font-weight: 500;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--brass);
  background: rgba(184, 149, 107, 0.1);
  border: 1px solid rgba(196, 162, 122, 0.22);
}

.order-details__title {
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.35;
  color: var(--fog);
}

.order-details__text {
  margin-top: 0.65rem;
  font-size: 0.82rem;
  font-weight: 300;
  line-height: 1.65;
  color: var(--fog-muted);
}

/* ── Contact ────────────────────────────────────────────── */
.contact-section {
  background: var(--ink-elevated);
}

.contact-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 3rem;
  align-items: start;
}

@media (min-width: 1024px) {
  .contact-grid {
    grid-template-columns: 1fr 1fr;
    gap: 5rem;
  }
}

.contact-form {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  padding: 2rem;
  background: var(--ink-elevated);
  border: 1px solid var(--line);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
}

.contact-form__field label {
  display: block;
  margin-bottom: 0.4rem;
  font-size: 0.65rem;
  font-weight: 400;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--fog-muted);
}

.contact-form__field input,
.contact-form__field textarea,
.contact-form__field select {
  width: 100%;
  padding: 0.85rem 1rem;
  font-family: inherit;
  font-size: 0.85rem;
  font-weight: 300;
  color: var(--fog);
  background: var(--ink-soft);
  border: 1px solid var(--line);
  outline: none;
  transition: border-color 0.3s ease;
  resize: vertical;
}

.contact-form__field select {
  cursor: pointer;
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8' fill='none'%3E%3Cpath d='M1 1.5L6 6.5L11 1.5' stroke='%23f3ebe0' stroke-opacity='0.45' stroke-width='1.2' stroke-linecap='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 1rem center;
  padding-right: 2.5rem;
}

.contact-form__field input:focus,
.contact-form__field textarea:focus,
.contact-form__field select:focus {
  border-color: rgba(196, 162, 122, 0.5);
}

.contact-form__status {
  font-size: 0.8rem;
  font-weight: 300;
  line-height: 1.5;
  padding: 0.75rem 1rem;
  border-radius: 2px;
}

.contact-form__status--success {
  color: #2d5a3d;
  background: rgba(45, 90, 61, 0.08);
  border: 1px solid rgba(45, 90, 61, 0.15);
}

.contact-form__status--error {
  color: #6b4423;
  background: rgba(184, 149, 107, 0.1);
  border: 1px solid rgba(196, 162, 122, 0.28);
}

.contact-form__note {
  margin-top: -0.25rem;
}

.contact-whatsapp {
  text-decoration: none;
}

/* ── Footer ─────────────────────────────────────────────── */
.footer-link {
  font-size: 0.65rem;
  font-weight: 300;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--fog-faint);
  text-decoration: none;
  transition: color 0.3s ease;
}

.footer-link:hover {
  color: var(--brass);
}

/* ── Hero extras ────────────────────────────────────────── */
.hero-bg-image {
  will-change: transform;
}

.hero-vignette {
  background: radial-gradient(ellipse at center, transparent 40%, rgba(18, 16, 14, 0.45) 100%);
}

/* ── Product filter transition ──────────────────────────── */
.product-card.is-filtered-out {
  opacity: 0;
  transform: scale(0.96);
}

.product-card {
  transition:
    transform 0.5s cubic-bezier(0.22, 1, 0.36, 1),
    box-shadow 0.5s cubic-bezier(0.22, 1, 0.36, 1),
    opacity 0.35s ease;
}

/* ── Doğal görünüm — CNC ve render görselleri ─────────── */
.craft-photo-wrap {
  position: relative;
  overflow: hidden;
  background: #F0EBE4;
}

.craft-photo {
  filter: contrast(0.96) saturate(0.86) brightness(1.03) sepia(0.06);
  transform: scale(1.03);
  transition: transform 0.9s cubic-bezier(0.22, 1, 0.36, 1), filter 0.5s ease;
}

.craft-photo-wrap:hover .craft-photo {
  transform: scale(1.06);
  filter: contrast(0.98) saturate(0.9) brightness(1.04) sepia(0.04);
}

.craft-photo__veil {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(180deg, rgba(184, 149, 107, 0.05) 0%, transparent 35%),
    linear-gradient(0deg, var(--line) 0%, transparent 40%);
}

.craft-photo__veil--light {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.06) 0%, transparent 30%),
    linear-gradient(0deg, var(--line) 0%, transparent 35%);
}

/* ── Atölye süreci şeridi ─────────────────────────────── */
.process-strip {
  padding: 4rem 0 5rem;
  background: #F5F1EB;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.process-strip__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
}

@media (min-width: 768px) {
  .process-strip__grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 1.25rem;
  }
}

.process-card {
  margin: 0;
}

.process-card__frame {
  position: relative;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  background: #E8E0D6;
}

.process-card__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.process-card__caption {
  margin-top: 0.65rem;
  font-size: 0.65rem;
  font-weight: 400;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--fog-muted);
  text-align: center;
}
