:root {
  --ink: #1d1d1f;
  --paper: #f6f6f7;
  --sand: #6e6e73;
  --muted: #86868b;
  --ember: #1d1d1f;
  --ember-deep: #000000;
  --brass: #86868b;
  --line: #d2d2d7;
  --line-soft: rgba(29, 29, 31, 0.1);
  color-scheme: light;
}

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

body {
  background: var(--paper);
  color: var(--ink);
  font-family: Manrope, system-ui, sans-serif;
  overflow-x: hidden;
}

#icerik:focus {
  outline: none;
}

.skip-link {
  position: absolute;
  left: 1rem;
  top: -4rem;
  z-index: 60;
  background: var(--ink);
  color: var(--paper);
  padding: 0.6rem 1rem;
  border-radius: 999px;
}

.skip-link:focus {
  top: 1rem;
}

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 80;
  width: 100%;
  background: rgba(246, 246, 247, 0.88);
  -webkit-backdrop-filter: blur(18px);
  backdrop-filter: blur(18px);
  border-bottom: 1px solid var(--line-soft);
  padding-top: env(safe-area-inset-top);
}

.site-header-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  max-width: 72rem;
  height: 3.5rem;
  margin: 0 auto;
  padding: 0 1.25rem;
}

.site-logo {
  font-size: 0.8125rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  color: var(--ink);
  white-space: nowrap;
  line-height: 1;
}

.site-nav-desktop {
  display: none;
  align-items: center;
  gap: 2rem;
  font-size: 13px;
  letter-spacing: 0.02em;
  color: var(--sand);
}

.site-nav-cta {
  border-radius: 999px;
  background: var(--ink);
  color: var(--paper);
  padding: 0.5rem 1rem;
  font-weight: 600;
}

.site-nav-cta:hover {
  opacity: 0.8;
}

.nav-toggle {
  display: inline-flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  width: 2.75rem;
  height: 2.75rem;
  margin-right: -0.4rem;
  border: 0;
  background: transparent;
  color: #1d1d1f;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
}

.nav-toggle-box {
  position: relative;
  display: block;
  width: 1.35rem;
  height: 0.85rem;
}

.nav-toggle-line {
  position: absolute;
  left: 0;
  display: block;
  width: 100%;
  height: 2px;
  background: #1d1d1f;
  border-radius: 99px;
  transition: transform 0.28s ease, top 0.28s ease;
}

.nav-toggle-line:first-child {
  top: 0;
}

.nav-toggle-line:last-child {
  top: 0.65rem;
}

.site-header.is-open .nav-toggle-line:first-child {
  top: 0.32rem;
  transform: rotate(45deg);
}

.site-header.is-open .nav-toggle-line:last-child {
  top: 0.32rem;
  transform: rotate(-45deg);
}

.site-nav-mobile {
  display: none;
  flex-direction: column;
  gap: 0.25rem;
  width: 100%;
  height: calc(100vh - 3.5rem - env(safe-area-inset-top));
  height: calc(100dvh - 3.5rem - env(safe-area-inset-top));
  padding: 1.25rem 1.25rem calc(1.5rem + env(safe-area-inset-bottom));
  overflow: auto;
  background: var(--paper);
}

.site-header.is-open .site-nav-mobile,
.site-nav-mobile:not([hidden]) {
  display: flex;
}

.site-nav-mobile a {
  display: flex;
  align-items: center;
  min-height: 3.25rem;
  border-bottom: 1px solid var(--line-soft);
  color: var(--ink);
  font-size: 1.35rem;
  letter-spacing: -0.02em;
}

.site-nav-mobile a.site-nav-mobile-cta {
  margin-top: 1.25rem;
  justify-content: center;
  min-height: 3rem;
  border: 0;
  border-radius: 999px;
  background: var(--ink);
  color: var(--paper);
  font-size: 0.95rem;
  font-weight: 600;
  letter-spacing: 0;
}

body.nav-open {
  overflow: hidden;
  touch-action: none;
}

body:not(.has-reel) {
  padding-top: calc(3.5rem + env(safe-area-inset-top));
}

#isler,
#hizmetler,
#studio,
#iletisim {
  scroll-margin-top: calc(4.5rem + env(safe-area-inset-top));
}

@media (min-width: 768px) {
  .site-header-bar {
    height: 4rem;
    padding: 0 2rem;
  }

  .site-logo {
    font-size: 0.875rem;
    letter-spacing: 0.18em;
  }

  .site-nav-desktop {
    display: flex;
  }

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

  body:not(.has-reel) {
    padding-top: calc(4rem + env(safe-area-inset-top));
  }
}

a:focus-visible,
button:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible {
  outline: 2px solid var(--ember);
  outline-offset: 3px;
}

::selection {
  background: var(--ink);
  color: var(--paper);
}

.panel {
  border: 1px solid var(--line-soft);
  background: rgba(255, 255, 255, 0.72);
  box-shadow: 0 18px 40px rgba(29, 29, 31, 0.06);
}

.display {
  font-family: Fraunces, Georgia, serif;
  font-optical-sizing: auto;
}

.nav-link {
  position: relative;
}

.nav-link.is-current {
  color: var(--ink);
}

.nav-link::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -4px;
  width: 100%;
  height: 1px;
  background: var(--ember);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.28s ease;
}

.nav-link:hover::after,
.nav-link:focus-visible::after {
  transform: scaleX(1);
}

.btn-ember {
  transition: background-color 0.25s ease, transform 0.25s ease;
}

.btn-ember:hover {
  background: var(--ember-deep);
  transform: translateY(-1px);
}

.btn-ghost {
  transition: border-color 0.25s ease, color 0.25s ease;
}

.btn-ghost:hover,
.btn-ghost:focus-visible {
  border-color: var(--ink);
  color: var(--ink);
}

.reel {
  position: relative;
  z-index: 1;
  width: 100vw;
  max-width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  background: var(--paper);
}

.reel.has-desktop-reel {
  min-height: 100svh;
  min-height: 100dvh;
}

.reel-pin,
.reel-desktop {
  position: relative;
  width: 100%;
  height: 100svh;
  height: 100dvh;
  min-height: 100vh;
  overflow: hidden;
  background: var(--paper);
}

.reel-canvas,
.reel-fallback,
.reel-video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  max-width: 100%;
  object-fit: cover;
  object-position: center;
  image-rendering: auto;
  -ms-interpolation-mode: bicubic;
  display: block;
  background: #f6f6f7;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform: translateZ(0);
  touch-action: pan-y;
}

.reel-canvas {
  z-index: 1;
  object-fit: unset;
  opacity: 0;
  transition: opacity 0.2s ease;
}

.reel.reel-canvas-ready .reel-canvas {
  opacity: 1;
}

.reel-fallback {
  z-index: 0;
}

.reel.reel-canvas-ready .reel-fallback {
  visibility: hidden;
}

.reel-mobile {
  display: none;
}

@media (max-width: 767px) {
  body.has-reel {
    padding-top: calc(3.5rem + env(safe-area-inset-top));
  }

  .reel.has-desktop-reel {
    min-height: 0;
  }

  .reel-desktop,
  .reel-pin,
  .reel-canvas,
  .reel-fallback,
  .reel-video {
    display: none !important;
  }

  .reel-mobile {
    display: block;
    position: relative;
    overflow: hidden;
    background: var(--paper);
    color: var(--ink);
  }

  .reel-mobile-visual {
    position: relative;
    width: 100%;
    aspect-ratio: 9 / 11;
    max-height: 46svh;
    overflow: hidden;
    background: var(--paper);
  }

  .reel-mobile-art {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top;
  }

  .reel-mobile-inner {
    position: relative;
    z-index: 1;
    max-width: 24rem;
    padding: 1.35rem 1.25rem 2.5rem;
    margin-top: -1.5rem;
    border-radius: 1.35rem 1.35rem 0 0;
    background: var(--paper);
    box-shadow: 0 -18px 40px rgba(29, 29, 31, 0.04);
  }

  .reel-mobile-kicker {
    font-size: 0.625rem;
    font-weight: 600;
    letter-spacing: 0.28em;
    text-transform: uppercase;
    color: var(--sand);
  }

  .reel-mobile-title {
    margin-top: 0.65rem;
    font-size: clamp(1.75rem, 8vw, 2.25rem);
    line-height: 1.06;
    letter-spacing: -0.02em;
    color: var(--ink);
  }

  .reel-mobile-title-accent {
    font-style: italic;
    color: var(--sand);
  }

  .reel-mobile-lead {
    margin-top: 0.85rem;
    max-width: 20rem;
    font-size: 0.9375rem;
    line-height: 1.65;
    color: var(--sand);
  }

  .reel-mobile-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    margin-top: 1.25rem;
    padding: 0;
    list-style: none;
  }

  .reel-mobile-tags li {
    padding: 0.45rem 0.78rem;
    border: 1px solid var(--line-soft);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.72);
    font-size: 0.6875rem;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--ink);
  }

  .reel-mobile-stats {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.75rem;
    margin-top: 1.35rem;
    padding-top: 1.15rem;
    border-top: 1px solid var(--line-soft);
  }

  .reel-mobile-stat {
    display: flex;
    flex-direction: column;
    gap: 0.15rem;
  }

  .reel-mobile-stat-value {
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: -0.03em;
    color: var(--ink);
  }

  .reel-mobile-stat-label {
    font-size: 0.625rem;
    font-weight: 600;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: var(--muted);
  }

  .reel-mobile-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.65rem;
    margin-top: 1.35rem;
  }

  .reel-mobile-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 2.75rem;
    min-height: 2.75rem;
    padding: 0 1.15rem;
    border-radius: 999px;
    font-size: 0.875rem;
    font-weight: 600;
    text-decoration: none;
    transition: transform 0.22s ease, background-color 0.22s ease, border-color 0.22s ease, color 0.22s ease;
  }

  .reel-mobile-btn--primary {
    background: var(--ink);
    color: var(--paper);
  }

  .reel-mobile-btn--primary:hover,
  .reel-mobile-btn--primary:focus-visible {
    background: var(--ember-deep);
  }

  .reel-mobile-btn--ghost {
    border: 1px solid var(--line-soft);
    color: var(--sand);
    background: transparent;
  }

  .reel-mobile-btn--ghost:hover,
  .reel-mobile-btn--ghost:focus-visible {
    border-color: var(--ink);
    color: var(--ink);
  }

  .reel-mobile-btn:active {
    transform: scale(0.98);
  }

  .reel-mobile-btn:focus-visible {
    outline: 2px solid var(--ember);
    outline-offset: 3px;
  }

  .js .reel-mobile-visual,
  .js .reel-mobile-kicker,
  .js .reel-mobile-title,
  .js .reel-mobile-lead,
  .js .reel-mobile-tags,
  .js .reel-mobile-stats,
  .js .reel-mobile-actions {
    visibility: hidden;
  }

  #hero {
    padding-top: 0;
  }

  #hero .hero-kicker,
  #hero .hero-cta {
    display: none;
  }

  #hero .mx-auto {
    padding-top: 2rem;
    padding-bottom: 2.5rem;
  }
}

@media (min-width: 768px) {
  .reel-mobile {
    display: none !important;
  }

  .reel-video,
  .reel-fallback-mobile {
    display: none !important;
  }
}

.hero-line {
  display: block;
  overflow: hidden;
}

.hero-line-inner {
  display: block;
}

.js .hero-kicker,
.js .hero-copy,
.js .hero-cta {
  visibility: hidden;
}

.js .hero-line-inner {
  transform: translateY(110%);
}

.service-card {
  position: relative;
  overflow: hidden;
  transition: transform 0.35s ease, border-color 0.35s ease, background-color 0.35s ease;
}

.service-card::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 2px;
  background: var(--ember);
  transform: scaleY(0);
  transform-origin: top;
  transition: transform 0.4s ease;
}

.service-card:hover,
.service-card:focus-within {
  transform: translateY(-6px);
  border-color: rgba(29, 29, 31, 0.18);
  background: #fff;
}

.service-card:hover::before,
.service-card:focus-within::before {
  transform: scaleY(1);
}

.service-icon {
  color: var(--sand);
  transition: color 0.3s ease, transform 0.3s ease;
}

.service-card:hover .service-icon {
  color: var(--ink);
  transform: rotate(-8deg);
}

.service-list {
  padding-left: 0;
  list-style: none;
}

.service-list li {
  position: relative;
  padding-left: 1rem;
}

.service-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.55em;
  width: 6px;
  height: 1px;
  background: var(--ember);
}

.studio-stat {
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
  transition: transform 0.3s ease, border-color 0.3s ease, background-color 0.3s ease;
}

.studio-stat:hover,
.studio-stat:focus-within {
  transform: translateY(-3px);
  border-color: rgba(29, 29, 31, 0.16);
  background: #fff;
}

.studio-stat-value {
  font-size: clamp(1.5rem, 4vw, 1.85rem);
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.03em;
  color: var(--ink);
}

.studio-stat-label {
  font-size: 0.6875rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--muted);
}

.studio-card {
  position: relative;
  overflow: hidden;
  transition: transform 0.35s ease, border-color 0.35s ease, background-color 0.35s ease;
}

.studio-card::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 2px;
  background: var(--ember);
  transform: scaleY(0);
  transform-origin: top;
  transition: transform 0.4s ease;
}

.studio-card:hover,
.studio-card:focus-within {
  transform: translateY(-6px);
  border-color: rgba(29, 29, 31, 0.18);
  background: #fff;
}

.studio-card:hover::before,
.studio-card:focus-within::before {
  transform: scaleY(1);
}

.studio-icon {
  color: var(--sand);
  transition: color 0.3s ease, transform 0.3s ease;
}

.studio-card:hover .studio-icon {
  color: var(--ink);
  transform: rotate(-8deg);
}

.studio-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
  padding: 0;
  list-style: none;
}

.studio-tags li {
  padding: 0.35rem 0.65rem;
  border: 1px solid var(--line-soft);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.55);
  font-size: 0.6875rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--sand);
}

.studio-process {
  position: relative;
  overflow: hidden;
}

.studio-process::after {
  content: "";
  position: absolute;
  top: -30%;
  right: -10%;
  width: 16rem;
  height: 16rem;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(29, 29, 31, 0.04) 0%, transparent 70%);
  pointer-events: none;
}

.studio-steps {
  position: relative;
  z-index: 1;
}

.studio-step {
  position: relative;
  padding: 1rem 1rem 1rem 0;
  border-top: 1px solid var(--line-soft);
}

@media (min-width: 768px) {
  .studio-step {
    border-top: 0;
    border-left: 1px solid var(--line-soft);
    padding: 0 1rem 0 1.25rem;
  }

  .studio-step:first-child {
    border-left: 0;
    padding-left: 0;
  }
}

.studio-step-num {
  display: block;
  font-size: 0.6875rem;
  font-weight: 600;
  letter-spacing: 0.2em;
  color: var(--ember);
}

.studio-step-title {
  display: block;
  margin-top: 0.65rem;
  font-size: 1rem;
  font-weight: 600;
  color: var(--ink);
}

.studio-step-copy {
  margin-top: 0.45rem;
  font-size: 0.8125rem;
  line-height: 1.55;
  color: var(--sand);
}

.studio-values {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  padding: 0;
  list-style: none;
}

.studio-values li {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.25rem;
  padding: 0.45rem 0.85rem;
  border: 1px solid var(--line-soft);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.72);
  font-size: 0.75rem;
  font-weight: 600;
  line-height: 1;
  text-align: center;
  color: var(--ink);
  transition: border-color 0.25s ease, background-color 0.25s ease;
}

.studio-values li:hover {
  border-color: rgba(29, 29, 31, 0.2);
  background: #fff;
}

.studio-cta {
  flex-shrink: 0;
}

.js .service-item,
.js .services-head,
.js .studio-head,
.js .studio-stat,
.js .studio-item,
.js .studio-process,
.js .studio-foot,
.js .contact-intro,
.js .contact-panel,
.js #works-grid:not(.is-ready) .work-card {
  visibility: hidden;
}

.filter-chip {
  border: 1px solid var(--line-soft);
  border-radius: 999px;
  background: transparent;
  color: var(--sand);
  padding: 0.45rem 0.9rem;
  font-size: 12px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  transition: background-color 0.25s ease, color 0.25s ease, border-color 0.25s ease;
}

.filter-chip:hover,
.filter-chip:focus-visible {
  color: var(--ink);
  border-color: rgba(29, 29, 31, 0.28);
}

.filter-chip.is-active {
  background: var(--ember);
  border-color: var(--ember);
  color: var(--paper);
}

.works-empty {
  margin-bottom: 1.25rem;
  color: var(--sand);
}

#works-grid.is-ready .work-card {
  visibility: visible;
}

#contact-submit:disabled {
  opacity: 0.65;
  cursor: wait;
  transform: none;
}

.hp {
  position: absolute;
  left: -9999px;
  height: 0;
  overflow: hidden;
}

.field label {
  display: block;
  margin-bottom: 0.4rem;
  font-size: 11px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--sand);
}

.field-input {
  width: 100%;
  border: 0;
  border-bottom: 1px solid var(--line-soft);
  background: transparent;
  color: var(--ink);
  padding: 0.85rem 0;
  font: inherit;
  transition: border-color 0.25s ease;
}

.field-input:focus {
  outline: none;
  border-bottom-color: var(--ember);
}

.field-input[aria-invalid="true"] {
  border-bottom-color: var(--ember);
}

.field-textarea {
  resize: vertical;
  min-height: 8rem;
}

select.field-input {
  -webkit-appearance: none;
  appearance: none;
  background-image: linear-gradient(45deg, transparent 50%, var(--sand) 50%),
    linear-gradient(135deg, var(--sand) 50%, transparent 50%);
  background-position: calc(100% - 12px) calc(50% - 2px), calc(100% - 7px) calc(50% - 2px);
  background-size: 5px 5px, 5px 5px;
  background-repeat: no-repeat;
}

.field-error {
  min-height: 1.15rem;
  margin-top: 0.35rem;
  font-size: 12px;
  color: var(--ember);
}

.consent {
  display: flex;
  align-items: flex-start;
  gap: 0.7rem;
  font-size: 0.875rem;
  line-height: 1.5;
  letter-spacing: 0;
  text-transform: none;
  color: var(--sand);
  cursor: pointer;
}

.consent input {
  margin-top: 0.2rem;
  accent-color: var(--ember);
}

.work-card:hover .work-meta {
  transform: translateY(0);
  opacity: 1;
}

.work-meta {
  transform: translateY(8px);
  opacity: 0.72;
  transition: transform 0.35s ease, opacity 0.35s ease;
}

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

  .btn-ember,
  .service-card,
  .service-icon,
  .work-meta {
    animation: none;
    transition: none;
  }

  .js .hero-kicker,
  .js .hero-copy,
  .js .hero-cta,
  .js .hero-line-inner,
  .js .service-item,
  .js .services-head,
  .js .studio-head,
  .js .studio-stat,
  .js .studio-item,
  .js .studio-process,
  .js .studio-foot,
  .js .contact-intro,
  .js .contact-panel,
  .js .reel-mobile-visual,
  .js .reel-mobile-kicker,
  .js .reel-mobile-title,
  .js .reel-mobile-lead,
  .js .reel-mobile-tags,
  .js .reel-mobile-stats,
  .js .reel-mobile-actions,
  .js #works-grid:not(.is-ready) .work-card {
    visibility: visible;
    transform: none;
  }
}

.whatsapp-fab {
  position: fixed;
  right: calc(1.15rem + env(safe-area-inset-right));
  bottom: calc(1.15rem + env(safe-area-inset-bottom));
  z-index: 70;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 3.25rem;
  height: 3.25rem;
  border-radius: 999px;
  background: var(--ink);
  color: var(--paper);
  border: 1px solid rgba(29, 29, 31, 0.14);
  box-shadow: 0 14px 30px rgba(29, 29, 31, 0.16);
  transition: transform 0.25s ease, background-color 0.25s ease, color 0.25s ease, border-color 0.25s ease;
  -webkit-tap-highlight-color: transparent;
}

.whatsapp-fab:hover,
.whatsapp-fab:focus-visible {
  transform: translateY(-2px);
  background: var(--paper);
  color: var(--ink);
  border-color: var(--ink);
}

.whatsapp-fab svg {
  display: block;
}

@media (prefers-reduced-motion: reduce) {
  .whatsapp-fab {
    transition: none;
  }

  .whatsapp-fab:hover,
  .whatsapp-fab:focus-visible {
    transform: none;
  }
}

.blog-grid {
  align-items: stretch;
}

.blog-card {
  display: flex;
  flex-direction: column;
  height: 100%;
  border: 1px solid rgba(29, 29, 31, 0.08);
  background: rgba(255, 255, 255, 0.72);
}

.blog-card a[href]:last-of-type {
  margin-top: auto;
}

.blog-filters {
  gap: 0.5rem;
}

.blog-filter {
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  border: 1px solid rgba(29, 29, 31, 0.12);
  padding: 0.45rem 0.9rem;
  font-size: 0.8125rem;
  font-weight: 600;
  color: var(--sand);
  transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.blog-filter:hover,
.blog-filter.is-active {
  background: var(--ink);
  border-color: var(--ink);
  color: var(--paper);
}

.blog-tag {
  display: inline-flex;
  border-radius: 999px;
  border: 1px solid rgba(29, 29, 31, 0.1);
  padding: 0.25rem 0.65rem;
  font-size: 0.75rem;
  color: var(--sand);
}

.blog-prose {
  color: var(--sand);
  font-size: 1.05rem;
  line-height: 1.75;
}

.blog-prose h2 {
  margin-top: 2rem;
  margin-bottom: 0.75rem;
  font-family: "Fraunces", Georgia, serif;
  font-size: 1.65rem;
  line-height: 1.2;
  color: var(--ink);
}

.blog-prose p,
.blog-prose ul {
  margin-top: 1rem;
}

.blog-prose ul {
  padding-left: 1.25rem;
  list-style: disc;
}

.blog-prose li + li {
  margin-top: 0.35rem;
}

.blog-prose strong {
  color: var(--ink);
  font-weight: 700;
}

.blog-cta {
  border: 1px solid rgba(29, 29, 31, 0.08);
  background: rgba(255, 255, 255, 0.72);
}

.breadcrumbs ol {
  list-style: none;
  padding: 0;
  margin: 0;
}

.blog-filter-city {
  font-size: 0.75rem;
}

.blog-faq-title {
  max-width: 16ch;
  line-height: 1.1;
}

.blog-faq--home .blog-faq-title {
  margin-top: 0.75rem;
}

.blog-faq-list {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  margin-top: 1.75rem;
}

.blog-faq-item {
  position: relative;
  overflow: hidden;
  border: 1px solid var(--line-soft);
  border-radius: 1.25rem;
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 0 12px 32px rgba(29, 29, 31, 0.04);
  transition:
    border-color 0.3s ease,
    box-shadow 0.35s ease,
    transform 0.35s ease,
    background-color 0.3s ease;
}

.blog-faq-item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 3px;
  height: 100%;
  background: var(--ink);
  transform: scaleY(0);
  transform-origin: top;
  transition: transform 0.35s ease;
}

.blog-faq-item:hover {
  border-color: rgba(29, 29, 31, 0.16);
  box-shadow: 0 18px 42px rgba(29, 29, 31, 0.07);
}

.blog-faq-item[open] {
  background: #fff;
  border-color: rgba(29, 29, 31, 0.14);
  box-shadow: 0 22px 48px rgba(29, 29, 31, 0.09);
  transform: translateY(-2px);
}

.blog-faq-item[open]::before {
  transform: scaleY(1);
}

.blog-faq-item summary {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  padding: 1.2rem 1.25rem 1.2rem 1.35rem;
  cursor: pointer;
  list-style: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
}

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

.blog-faq-index {
  flex: 0 0 auto;
  min-width: 1.6rem;
  padding-top: 0.2rem;
  font-size: 0.6875rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  color: var(--sand);
  transition: color 0.25s ease;
}

.blog-faq-item[open] .blog-faq-index {
  color: var(--ink);
}

.blog-faq-question {
  flex: 1;
  padding-top: 0.05rem;
  font-family: Fraunces, Georgia, serif;
  font-size: 1.125rem;
  line-height: 1.35;
  color: var(--ink);
  transition: color 0.25s ease;
}

.blog-faq-icon {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2rem;
  height: 2rem;
  margin-top: 0.05rem;
  border-radius: 999px;
  border: 1px solid rgba(29, 29, 31, 0.12);
  color: var(--sand);
  background: rgba(246, 246, 247, 0.9);
  transition:
    transform 0.35s cubic-bezier(0.22, 1, 0.36, 1),
    background-color 0.25s ease,
    border-color 0.25s ease,
    color 0.25s ease;
}

.blog-faq-item[open] .blog-faq-icon {
  transform: rotate(180deg);
  background: var(--ink);
  border-color: var(--ink);
  color: var(--paper);
}

.blog-faq-item summary:hover .blog-faq-icon,
.blog-faq-item summary:focus-visible .blog-faq-icon {
  border-color: rgba(29, 29, 31, 0.22);
  color: var(--ink);
}

.blog-faq-item summary:focus-visible {
  outline: none;
}

.blog-faq-item summary:focus-visible .blog-faq-question {
  text-decoration: underline;
  text-decoration-color: rgba(29, 29, 31, 0.25);
  text-underline-offset: 0.2em;
}

.blog-faq-answer {
  overflow: hidden;
  border-top: 1px solid transparent;
  padding: 0 1.25rem 0 3.95rem;
  transition: border-color 0.25s ease, padding 0.25s ease;
}

.blog-faq-item[open] .blog-faq-answer {
  padding: 0.15rem 1.25rem 1.35rem 3.95rem;
  border-top-color: rgba(29, 29, 31, 0.08);
}

.blog-faq-answer p {
  margin: 0;
  max-width: 52ch;
  font-size: 0.9375rem;
  line-height: 1.7;
  color: var(--sand);
}

@media (min-width: 768px) {
  .blog-faq-item summary {
    padding: 1.35rem 1.5rem 1.35rem 1.5rem;
    gap: 1.15rem;
  }

  .blog-faq-question {
    font-size: 1.2rem;
  }

  .blog-faq-answer {
    padding-left: 4.35rem;
    padding-right: 1.5rem;
  }

  .blog-faq-item[open] .blog-faq-answer {
    padding: 0.2rem 1.5rem 1.5rem 4.35rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .blog-faq-item,
  .blog-faq-item::before,
  .blog-faq-icon,
  .blog-faq-answer,
  .blog-faq-index,
  .blog-faq-question {
    transition: none;
  }

  .blog-faq-item[open] {
    transform: none;
  }
}

.admin-check {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.875rem;
  font-weight: 600;
}

/* ─── Web & Mobil Scroll Reel ─── */
.webmobil-reel {
  --webmobil-header-offset: 3.5rem;
  position: relative;
  width: 100vw;
  max-width: none;
  height: calc(100svh - var(--webmobil-header-offset));
  height: calc(100dvh - var(--webmobil-header-offset));
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  overflow: hidden;
  border-top: 1px solid var(--line-soft);
  border-bottom: 1px solid var(--line-soft);
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 18px 40px rgba(29, 29, 31, 0.06);
}

.webmobil-reel-inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  grid-template-areas:
    "visual visual"
    "web mobile";
  align-content: center;
  align-items: start;
  gap: clamp(0.85rem, 2.5vh, 1.5rem) 1rem;
  width: 100%;
  height: 100%;
  padding: clamp(1rem, 3vw, 1.5rem);
}

.webmobil-reel-side {
  min-width: 0;
  max-width: 18rem;
}

.webmobil-reel-left {
  grid-area: web;
  justify-self: end;
  text-align: left;
}

.webmobil-reel-right {
  grid-area: mobile;
  justify-self: start;
  text-align: left;
}

.webmobil-reel-label {
  display: inline-block;
  margin-bottom: 0.55rem;
  font-family: Fraunces, Georgia, serif;
  font-size: clamp(1.35rem, 6vw, 2rem);
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.02em;
  color: var(--ink);
}

.webmobil-reel-desc {
  margin-bottom: 0.7rem;
  font-size: clamp(0.68rem, 2.7vw, 0.8rem);
  line-height: 1.5;
  color: var(--sand);
}

.webmobil-reel-features {
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.webmobil-reel-features li {
  position: relative;
  padding-left: 0.8rem;
  font-size: clamp(0.62rem, 2.5vw, 0.75rem);
  line-height: 1.35;
  color: var(--ink);
  opacity: 0.8;
}

.webmobil-reel-features li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.6em;
  width: 5px;
  height: 1px;
  background: var(--ember);
}

.webmobil-reel-center {
  grid-area: visual;
  justify-self: center;
  width: min(100%, 42rem);
  min-width: 0;
}

.webmobil-reel-device {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  border-radius: clamp(0.75rem, 2vw, 1.25rem);
  background: #f0f0f2;
  box-shadow: 0 18px 44px rgba(29, 29, 31, 0.13), 0 0 0 1px rgba(29, 29, 31, 0.06);
}

@media (min-width: 768px) {
  .webmobil-reel {
    --webmobil-header-offset: 4rem;
  }
}

@media (min-width: 900px) {
  .webmobil-reel-inner {
    grid-template-columns: minmax(10rem, 1fr) minmax(28rem, 58vw) minmax(10rem, 1fr);
    grid-template-areas: "web visual mobile";
    align-content: stretch;
    align-items: center;
    gap: clamp(1.5rem, 2.5vw, 3rem);
    padding: clamp(2rem, 4vw, 4rem);
  }

  .webmobil-reel-left {
    justify-self: end;
    text-align: right;
  }

  .webmobil-reel-right {
    justify-self: start;
    text-align: left;
  }

  .webmobil-reel-label {
    margin-bottom: 0.8rem;
    font-size: clamp(2rem, 3vw, 3.5rem);
  }

  .webmobil-reel-desc {
    margin-bottom: 1rem;
    font-size: clamp(0.8rem, 1vw, 0.95rem);
    line-height: 1.65;
  }

  .webmobil-reel-features {
    gap: 0.5rem;
  }

  .webmobil-reel-features li {
    font-size: clamp(0.72rem, 0.9vw, 0.85rem);
  }

  .webmobil-reel-left .webmobil-reel-features li {
    padding-right: 1rem;
    padding-left: 0;
  }

  .webmobil-reel-left .webmobil-reel-features li::before {
    right: 0;
    left: auto;
  }

  .webmobil-reel-right .webmobil-reel-features li {
    padding-left: 1rem;
  }

  .webmobil-reel-center {
    width: 100%;
    max-width: 70rem;
  }
}

.webmobil-canvas {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.webmobil-reel.webmobil-canvas-ready .webmobil-canvas {
  opacity: 1;
}

.webmobil-fallback {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.webmobil-reel.webmobil-canvas-ready .webmobil-fallback {
  visibility: hidden;
}

/* JS hidden state for animation entrance */
.js .webmobil-reel-left,
.js .webmobil-reel-right {
  visibility: hidden;
}

@media (prefers-reduced-motion: reduce) {
  .js .webmobil-reel-left,
  .js .webmobil-reel-right {
    visibility: visible;
    transform: none;
  }
}

/* ─── Reklam & Sosyal Medya Showcase ─── */
.reklam-showcase {
  height: auto;
  min-height: calc(85svh - var(--webmobil-header-offset));
  padding: clamp(2.5rem, 5vh, 4rem) 0;
}

@media (min-width: 900px) {
  .reklam-showcase {
    height: calc(100svh - var(--webmobil-header-offset));
    height: calc(100dvh - var(--webmobil-header-offset));
    min-height: calc(100svh - var(--webmobil-header-offset));
    padding: 0;
    display: flex;
    align-items: center;
  }
}

.reklam-photo {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.8s cubic-bezier(0.16, 1, 0.3, 1);
}

.reklam-showcase .webmobil-reel-device:hover .reklam-photo {
  transform: scale(1.03);
}

.js .reklam-showcase .webmobil-reel-device {
  visibility: hidden;
}

@media (prefers-reduced-motion: reduce) {
  .js .reklam-showcase .webmobil-reel-device {
    visibility: visible;
    transform: none;
  }
}

