/* Justcanlı Studio — hero, brand lockup, product showcase */

.studio-page-hero {
  min-height: 100vh;
  background-color: #050f24;
  background-image:
    linear-gradient(
      118deg,
      rgba(2, 30, 86, 0.92) 0%,
      rgba(8, 20, 48, 0.88) 38%,
      rgba(25, 36, 64, 0.72) 100%
    ),
    url("../img/contact-bk.jpg");
  background-size: cover;
  background-position: center;
}

.studio-brand-lockup__logo {
  display: block;
  max-height: 48px;
  width: auto;
  height: auto;
}

.studio-brand-lockup__studio {
  margin-left: 0.75rem;
  padding-left: 0.75rem;
  border-left: 3px solid rgba(175, 209, 54, 0.85);
  font-size: 1.5rem;
  font-weight: 800;
  letter-spacing: -0.03em;
  color: #afd136;
  line-height: 1;
}

@media (max-width: 575px) {
  .studio-brand-lockup__studio {
    font-size: 1.15rem;
    margin-left: 0.5rem;
    padding-left: 0.5rem;
    border-left-width: 2px;
  }

  .studio-brand-lockup__logo {
    max-height: 40px;
  }
}

.studio-page-hero h1.studio-hero-title {
  font-size: clamp(1.85rem, 5.5vw, 3.25rem);
  line-height: 1.12;
}

.studio-hero-eyebrow {
  letter-spacing: 0.14em;
  color: rgba(175, 209, 54, 0.95) !important;
}

.studio-hero-title__accent {
  color: #afd136;
  display: inline-block;
}

.studio-hero-lede {
  max-width: 38rem;
  font-weight: 400;
}

.studio-hero-lede__strong {
  font-weight: 600;
  color: rgba(255, 255, 255, 0.95);
  font-size: 0.98rem;
  line-height: 1.5;
}

.studio-resilience-callout {
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid rgba(2, 30, 86, 0.12);
  box-shadow: 0 16px 40px -20px rgba(2, 30, 86, 0.25);
  background: linear-gradient(135deg, #f8fafc 0%, #eef6e0 100%);
}

.studio-resilience-callout__inner {
  display: flex;
  gap: 1.25rem;
  align-items: flex-start;
  padding: 1.35rem 1.5rem;
}

.studio-resilience-callout__icon {
  flex-shrink: 0;
  color: #021e56;
  opacity: 0.85;
  margin-top: 0.15rem;
}

.studio-resilience-callout__title {
  font-size: 1.15rem;
  font-weight: 800;
  color: #021e56;
  margin-bottom: 0.5rem;
  letter-spacing: -0.02em;
}

.studio-resilience-callout__text {
  font-size: 0.95rem;
  line-height: 1.55;
  color: #3d4f7a;
}

@media (max-width: 575px) {
  .studio-resilience-callout__inner {
    flex-direction: column;
    gap: 0.75rem;
  }
}

/* Blog teaser — air between showcase grid and “Tam kapsamlı etkinlik” feature band */
.studio-page-blog-teaser {
  margin-top: 2.75rem;
  margin-bottom: 2.25rem;
}

@media (min-width: 768px) {
  .studio-page-blog-teaser {
    margin-top: 3.25rem;
    margin-bottom: 2.75rem;
  }
}

.studio-showcase-section {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background: linear-gradient(180deg, #f8fafc 0%, #eef2f7 100%);
}

.studio-showcase-section .section-eyebrow {
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #5a6b8c;
  margin-bottom: 0.5rem;
}

.studio-showcase-section .section-title {
  font-size: clamp(1.65rem, 4vw, 2.25rem);
  font-weight: 800;
  color: #021e56;
  letter-spacing: -0.02em;
  margin-bottom: 0.5rem;
}

.studio-showcase-section .section-lede {
  color: #3d4f7a;
  max-width: 40rem;
  margin-bottom: 2.25rem;
  font-size: 1.05rem;
  line-height: 1.55;
}

.studio-browser-mock {
  margin: 0 0 1.75rem;
  border-radius: 14px;
  overflow: hidden;
  background: #0c1222;
  box-shadow:
    0 4px 6px rgba(2, 30, 86, 0.06),
    0 24px 48px -12px rgba(2, 30, 86, 0.18),
    0 0 0 1px rgba(255, 255, 255, 0.06) inset;
  transition: transform 0.35s ease, box-shadow 0.35s ease;
}

.studio-browser-mock:hover {
  transform: translateY(-4px);
  box-shadow:
    0 8px 12px rgba(2, 30, 86, 0.08),
    0 32px 56px -12px rgba(2, 30, 86, 0.22),
    0 0 0 1px rgba(175, 209, 54, 0.25) inset;
}

.studio-browser-mock__chrome {
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 10px 12px;
  background: linear-gradient(180deg, #1a2336 0%, #121a2a 100%);
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.studio-browser-mock__chrome .dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  flex-shrink: 0;
}

.studio-browser-mock__chrome .dot--r {
  background: #ff5f57;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.15) inset;
}
.studio-browser-mock__chrome .dot--y {
  background: #febc2e;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.12) inset;
}
.studio-browser-mock__chrome .dot--g {
  background: #28c840;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.12) inset;
}

.studio-browser-mock__url {
  flex: 1;
  margin-left: 10px;
  font-size: 11px;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.35);
  letter-spacing: 0.02em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.studio-browser-mock__viewport {
  position: relative;
  aspect-ratio: 16 / 9;
  width: 100%;
  background: #0f172a;
  overflow: hidden;
}

.studio-browser-mock__viewport img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
}

.studio-browser-mock__caption {
  padding: 14px 16px 16px;
  background: linear-gradient(180deg, #fafbfc 0%, #f1f4f8 100%);
  border-top: 1px solid rgba(2, 30, 86, 0.08);
}

.studio-browser-mock__caption strong {
  display: block;
  font-size: 1rem;
  font-weight: 800;
  color: #021e56;
  margin-bottom: 4px;
  letter-spacing: -0.01em;
}

.studio-browser-mock__caption span {
  font-size: 0.9rem;
  color: #3d4f7a;
  line-height: 1.45;
}

/* Mobil de aynı 16:9 — kare/4:3 vitrinde sıkışmış görünümü azaltır */
@media (max-width: 767px) {
  .studio-browser-mock__viewport {
    aspect-ratio: 16 / 9;
  }
}
