:root {
  --pcc-bg: #0c0e12;
  --pcc-bg-elevated: #141820;
  --pcc-bg-card: #1a1f28;
  --pcc-border: rgba(212, 175, 95, 0.22);
  --pcc-text: #e8e6e3;
  --pcc-text-muted: #9aa3b2;
  --pcc-gold-1: #bf953f;
  --pcc-gold-2: #fcf6ba;
  --pcc-gold-3: #b38728;
  --pcc-gold-4: #aa771c;
  --pcc-header-h: 88px;
  --pcc-font-serif: "Cormorant Garamond", "Times New Roman", serif;
  --pcc-font-sans: "Source Sans 3", system-ui, sans-serif;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body.pcc-body {
  margin: 0;
  min-height: 100vh;
  background: var(--pcc-bg);
  color: var(--pcc-text);
  font-family: var(--pcc-font-sans);
  font-size: 1rem;
  line-height: 1.6;
  display: flex;
  flex-direction: column;
}

body.pcc-body::before {
  content: "";
  position: fixed;
  inset: 0;
  background:
    radial-gradient(ellipse 80% 50% at 50% -10%, rgba(191, 149, 63, 0.12), transparent 55%),
    radial-gradient(ellipse 60% 40% at 100% 100%, rgba(20, 24, 32, 0.9), transparent);
  pointer-events: none;
  z-index: 0;
}

.pcc-wrap {
  position: relative;
  z-index: 1;
  flex: 1;
  display: flex;
  flex-direction: column;
}

.gold-foil {
  background: linear-gradient(
    135deg,
    var(--pcc-gold-4) 0%,
    var(--pcc-gold-1) 22%,
    var(--pcc-gold-2) 45%,
    var(--pcc-gold-3) 68%,
    var(--pcc-gold-1) 85%,
    var(--pcc-gold-4) 100%
  );
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  text-shadow: 0 0 40px rgba(191, 149, 63, 0.15);
}

.pcc-header {
  border-bottom: 1px solid var(--pcc-border);
  background: linear-gradient(180deg, rgba(20, 24, 32, 0.95), rgba(12, 14, 18, 0.85));
  backdrop-filter: blur(8px);
  position: sticky;
  top: 0;
  z-index: 100;
}

/* Klasik — ortalı header */
.pcc-header--centered {
  padding: 1.25rem 0 1rem;
  text-align: center;
}

/* Kompakt — logo solda, menü sağda */
.pcc-header--compact {
  padding: 0;
  text-align: left;
}

.pcc-header--compact .pcc-header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  max-width: 1320px;
  margin: 0 auto;
  padding: 0.45rem 1rem;
  min-height: 64px;
}

.pcc-header--compact .pcc-header__brand {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  text-decoration: none;
  flex-shrink: 0;
  min-width: 0;
  max-width: min(42%, 360px);
}

.pcc-header--compact .pcc-header__brand-text {
  display: flex;
  flex-direction: column;
  min-width: 0;
  line-height: 1.2;
}

.pcc-header--compact .pcc-header__logo {
  width: 48px;
  height: 48px;
  margin: 0;
  flex-shrink: 0;
}

.pcc-header--compact .pcc-header__title {
  font-size: clamp(1rem, 1.6vw, 1.35rem);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.pcc-header--compact .pcc-header__tagline {
  margin: 0.1rem 0 0;
  font-size: 0.75rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.pcc-header--compact .pcc-header__nav-row {
  flex: 1 1 auto;
  justify-content: flex-end;
  padding: 0;
  min-width: 0;
  flex-wrap: nowrap;
}

.pcc-header--compact .pcc-header__nav-desktop {
  min-width: 0;
  max-width: 100%;
}

.pcc-header--compact .pcc-nav--desktop {
  flex-wrap: nowrap;
  justify-content: flex-end;
  gap: 0 0.85rem;
  overflow-x: auto;
  overflow-y: hidden;
  max-width: 100%;
  scrollbar-width: thin;
  -webkit-overflow-scrolling: touch;
}

.pcc-header--compact .pcc-nav--desktop li {
  flex-shrink: 0;
}

.pcc-header--compact .pcc-nav--desktop a {
  white-space: nowrap;
  font-size: 0.8125rem;
  padding: 0.35rem 0;
}

@media (max-width: 991.98px) {
  .pcc-header--compact .pcc-header__inner {
    min-height: 56px;
    padding: 0.4rem 0.75rem;
  }
  .pcc-header--compact .pcc-header__brand {
    max-width: calc(100% - 5rem);
  }
}

@media (max-width: 576px) {
  .pcc-header--centered {
    padding: 0.8rem 0 0.6rem;
  }
  .pcc-header--centered .pcc-header__logo {
    width: 52px;
    height: 52px;
    margin-bottom: 0.35rem;
  }
  .pcc-header--centered .pcc-header__tagline {
    margin-top: 0.25rem;
    font-size: 0.9rem;
  }
  .pcc-header--centered .pcc-header__nav-row {
    padding-top: 0.6rem;
  }
}

.pcc-header__logo {
  width: 72px;
  height: 72px;
  border-radius: 50%;
  object-fit: cover;
  border: 2px solid rgba(212, 175, 95, 0.45);
  box-shadow: 0 0 24px rgba(191, 149, 63, 0.25);
  margin-bottom: 0.5rem;
}

.pcc-header__title {
  font-family: var(--pcc-font-serif);
  font-size: clamp(1.75rem, 4vw, 2.35rem);
  font-weight: 600;
  letter-spacing: 0.04em;
  margin: 0;
}

.pcc-header__tagline {
  margin: 0.35rem 0 0;
  font-size: 0.95rem;
  color: var(--pcc-text-muted);
}

.pcc-main {
  flex: 1;
  padding: 2.5rem 1rem 3rem;
  max-width: 1100px;
  margin: 0 auto;
  width: 100%;
}

@media (min-width: 992px) {
  .pcc-main {
    max-width: 1320px;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}

.pcc-cards {
  display: grid;
  gap: 1.75rem;
  grid-template-columns: 1fr;
}

@media (min-width: 992px) {
  .pcc-cards {
    grid-template-columns: repeat(3, 1fr);
    gap: 1.25rem;
    align-items: stretch;
  }
}

.pcc-card {
  display: grid;
  grid-template-columns: 120px 1fr;
  gap: 1.25rem 1.5rem;
  align-items: center;
  background: var(--pcc-bg-card);
  border: 1px solid var(--pcc-border);
  border-radius: 4px;
  padding: 1.5rem 1.35rem;
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.35);
  transition: border-color 0.2s, transform 0.2s;
  height: 100%;
}

.pcc-card:hover {
  border-color: rgba(212, 175, 95, 0.45);
  transform: translateY(-2px);
}

@media (max-width: 519px) {
  .pcc-card {
    grid-template-columns: 1fr;
    text-align: center;
    justify-items: center;
  }
}

@media (min-width: 992px) {
  .pcc-card {
    grid-template-columns: 1fr;
    text-align: center;
    justify-items: center;
    padding: 1.5rem 1rem 1.35rem;
  }

  .pcc-card__name {
    font-size: 1.4rem;
  }

  .pcc-card__areas span {
    display: block;
  }

  .pcc-card__areas span:not(:last-child)::after {
    content: none;
  }
}

.pcc-card__logo-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
}

.pcc-card__logo {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  object-fit: cover;
  border: 2px solid rgba(212, 175, 95, 0.35);
  background: var(--pcc-bg-elevated);
}

.pcc-card__name {
  font-family: var(--pcc-font-serif);
  font-size: 1.65rem;
  font-weight: 600;
  margin: 0 0 0.5rem;
  line-height: 1.25;
}

.pcc-card__areas {
  margin: 0;
  color: var(--pcc-text-muted);
  font-size: 0.98rem;
}

.pcc-card__areas span {
  display: inline-block;
}

.pcc-card__areas span:not(:last-child)::after {
  content: " · ";
  opacity: 0.6;
}

/* Ekip kartları — dikey düzen (ana sayfa + Ekibimiz) */
.pcc-card--staff {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  grid-template-columns: unset;
}

.pcc-card--staff .pcc-card__content {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.pcc-card--staff .pcc-card__areas span {
  display: block;
}

.pcc-card--staff .pcc-card__areas span:not(:last-child)::after {
  content: none;
}

.pcc-card--staff .pcc-card__bio {
  margin: 0 0 0.75rem;
  color: var(--pcc-text-muted);
  font-size: 0.9rem;
  line-height: 1.5;
  max-width: 28rem;
}

.pcc-card--staff .pcc-card__social {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.45rem;
  margin-top: 0.35rem;
}

.pcc-card--staff .pcc-card__social-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  border: 1px solid rgba(212, 175, 95, 0.28);
  color: var(--pcc-text);
  background: rgba(20, 24, 32, 0.55);
  text-decoration: none;
  transition: border-color 0.2s, color 0.2s, background 0.2s;
}

.pcc-card--staff .pcc-card__social-btn:hover {
  border-color: rgba(212, 175, 95, 0.55);
  color: var(--pcc-gold-2);
  background: rgba(212, 175, 95, 0.12);
}

@media (min-width: 992px) {
  .pcc-card--staff {
    padding: 1.5rem 1rem 1.35rem;
  }
}

.pcc-cards--team {
  margin-top: 0.5rem;
}

.pcc-footer {
  margin-top: auto;
  background: var(--pcc-bg-elevated);
  border-top: 1px solid var(--pcc-border);
  padding: 2.5rem 1rem 1rem;
}

.pcc-footer__inner {
  max-width: 1100px;
  margin: 0 auto;
  display: grid;
  gap: 2rem;
  grid-template-columns: 1fr;
}

@media (min-width: 768px) {
  .pcc-footer__inner:not([class*="--cols-"]) {
    grid-template-columns: repeat(2, 1fr);
  }
  .pcc-footer__inner--cols-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .pcc-footer__inner--cols-3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .pcc-footer__inner--cols-4 { grid-template-columns: repeat(4, minmax(0, 1fr)); }
}

.pcc-footer h3 {
  font-family: var(--pcc-font-serif);
  font-size: 1.15rem;
  margin: 0 0 1rem;
  color: var(--pcc-gold-2);
}

.pcc-footer a {
  color: var(--pcc-text);
  text-decoration: none;
  opacity: 0.9;
}

.pcc-footer a:hover {
  color: var(--pcc-gold-2);
}

.pcc-footer__copy {
  grid-column: 1 / -1;
  text-align: center;
  padding-top: 1.5rem;
  margin-top: 0.5rem;
  border-top: 1px solid var(--pcc-border);
  font-size: 0.875rem;
  color: var(--pcc-text-muted);
}

.pcc-yamanlar-bar {
  background: #0a0b0e;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  padding: 0.65rem 1rem;
  text-align: center;
  font-size: 0.8rem;
  color: #8b929e;
}

.pcc-yamanlar-bar a {
  color: #c5cad3;
  text-decoration: none;
}

.pcc-yamanlar-bar a:hover {
  color: #fff;
}

.pcc-fab {
  position: fixed;
  right: 1rem;
  bottom: 5.5rem;
  z-index: 1040;
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
  align-items: flex-end;
}

.pcc-fab__btn {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  border: 1px solid var(--pcc-border);
  background: var(--pcc-bg-card);
  color: var(--pcc-gold-2);
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.4);
  transition: transform 0.15s, border-color 0.15s;
}

.pcc-fab__btn:hover {
  transform: scale(1.06);
  border-color: rgba(212, 175, 95, 0.55);
  color: var(--pcc-gold-2);
}

.pcc-fab__btn--whatsapp {
  background: #128c7e;
  border-color: #25d366;
  color: #fff;
}

.pcc-fab__btn--whatsapp:hover {
  color: #fff;
  border-color: #fff;
}

.pcc-header__nav-row {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  padding: 0.85rem 1rem 0.25rem;
  flex-wrap: wrap;
}

.pcc-header--compact .pcc-header__nav-row {
  flex-wrap: nowrap;
}

.pcc-menu-toggle {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  padding: 0.45rem 1rem;
  border: 1px solid var(--pcc-border);
  border-radius: 4px;
  background: var(--pcc-bg-card);
  color: var(--pcc-gold-2);
  font-size: 0.9rem;
  font-weight: 500;
  letter-spacing: 0.03em;
  cursor: pointer;
  transition: border-color 0.2s, background 0.2s;
}

.pcc-menu-toggle:hover,
.pcc-menu-toggle:focus {
  border-color: rgba(212, 175, 95, 0.55);
  background: var(--pcc-bg-elevated);
  color: var(--pcc-gold-2);
}

.pcc-menu-toggle .bi {
  font-size: 1.25rem;
}

.pcc-nav {
  display: none;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.35rem 1.25rem;
  list-style: none;
  margin: 0;
  padding: 0;
}

@media (min-width: 992px) {
  .pcc-menu-toggle {
    display: none;
  }

  .pcc-nav--desktop {
    display: flex;
  }

  .pcc-header--compact .pcc-header__nav-desktop {
    display: block;
  }
}

@media (max-width: 991.98px) {
  .pcc-header__nav-desktop {
    display: none !important;
  }
}

.pcc-nav a {
  color: var(--pcc-text-muted);
  text-decoration: none;
  font-size: 0.9rem;
  letter-spacing: 0.02em;
  padding: 0.25rem 0;
}

.pcc-nav a:hover {
  color: var(--pcc-gold-2);
}

.pcc-nav-offcanvas.offcanvas {
  background: var(--pcc-bg-elevated);
  border-bottom: 1px solid var(--pcc-border);
  max-height: 90vh;
}

.pcc-nav-offcanvas .offcanvas-body {
  overflow-y: auto;
  max-height: calc(90vh - 3.5rem);
}

.pcc-nav-offcanvas .offcanvas-header {
  border-bottom: 1px solid var(--pcc-border);
}

.pcc-nav-offcanvas .offcanvas-title {
  font-family: var(--pcc-font-serif);
  color: var(--pcc-gold-2);
}

.pcc-nav-offcanvas .btn-close {
  filter: invert(1) grayscale(1);
  opacity: 0.7;
}

.pcc-nav--mobile {
  display: flex;
  flex-direction: column;
  gap: 0;
  list-style: none;
  margin: 0;
  padding: 0;
}

.pcc-nav--mobile a {
  display: block;
  padding: 0.75rem 0.35rem;
  color: var(--pcc-text);
  text-decoration: none;
  font-size: 0.95rem;
  letter-spacing: 0.02em;
  border-bottom: 1px solid rgba(212, 175, 95, 0.12);
}

.pcc-nav--mobile a:hover {
  color: var(--pcc-gold-2);
}

.pcc-nav--mobile li:last-child a {
  border-bottom: none;
}

.pcc-page-content {
  max-width: 800px;
  margin: 0 auto;
}

.pcc-page-content h1 {
  font-family: var(--pcc-font-serif);
  color: var(--pcc-gold-2);
}

.pcc-admin-banner {
  background: rgba(191, 149, 63, 0.15);
  border: 1px solid var(--pcc-border);
  color: var(--pcc-gold-2);
  padding: 0.5rem 1rem;
  text-align: center;
  font-size: 0.85rem;
}

/* Üst yardımcı bar */
.pcc-top-bar {
  background: var(--pcc-bg-elevated);
  border-bottom: 1px solid var(--pcc-border);
  font-size: 0.8125rem;
  position: relative;
  z-index: 20;
}

.pcc-top-bar__inner {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0.4rem 1rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  flex-wrap: wrap;
}

.pcc-top-bar__inner--with-search {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(180px, 280px) minmax(0, 1fr);
  align-items: center;
  column-gap: 1rem;
}

.pcc-top-bar__inner--search-only {
  justify-content: center;
}

.pcc-top-bar__left,
.pcc-top-bar__right {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  flex-wrap: wrap;
}

.pcc-top-bar__inner--with-search .pcc-top-bar__left {
  justify-self: start;
}

.pcc-top-bar__inner--with-search .pcc-top-bar__right {
  justify-self: end;
}

.pcc-top-bar__center {
  justify-self: center;
  width: 100%;
  max-width: 280px;
}

.pcc-top-bar__item {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  color: var(--pcc-text-muted);
  text-decoration: none;
  transition: color 0.2s;
}

.pcc-top-bar__item:hover {
  color: var(--pcc-gold-2);
}

.pcc-top-bar__item i {
  color: var(--pcc-gold-1);
}

.pcc-top-bar__lang-drop {
  position: relative;
}

.pcc-top-bar__lang-toggle .pcc-top-bar__chev {
  font-size: 0.7rem;
  opacity: 0.75;
}

.pcc-top-bar__lang-menu {
  position: absolute;
  top: calc(100% + 4px);
  right: 0;
  min-width: 140px;
  background: var(--pcc-bg-card);
  border: 1px solid var(--pcc-border);
  border-radius: 6px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.35);
  padding: 0.35rem 0;
  z-index: 50;
}

.pcc-top-bar__lang-menu a {
  display: block;
  padding: 0.45rem 0.85rem;
  color: var(--pcc-text);
  text-decoration: none;
  white-space: nowrap;
}

.pcc-top-bar__lang-menu a:hover {
  background: rgba(212, 175, 95, 0.1);
  color: var(--pcc-gold-2);
}

.pcc-top-bar__btn {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  padding: 0.2rem 0.55rem;
  border: 1px solid var(--pcc-border);
  border-radius: 4px;
  background: transparent;
  color: var(--pcc-text-muted);
  text-decoration: none;
  font-size: inherit;
  cursor: pointer;
  transition: color 0.2s, border-color 0.2s;
}

.pcc-top-bar__btn:hover {
  color: var(--pcc-gold-2);
  border-color: rgba(212, 175, 95, 0.45);
}

.pcc-search-form--topbar .pcc-search-form__inner {
  margin: 0;
  max-width: none;
  padding: 0.15rem 0.15rem 0.15rem 0.55rem;
  border-radius: 999px;
  font-size: 0.8125rem;
}

.pcc-search-form--topbar input {
  font-size: inherit;
}

.pcc-search-form--topbar .pcc-search-form__submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.65rem;
  height: 1.65rem;
  padding: 0;
  border: none;
  border-radius: 50%;
  background: var(--pcc-gold-2);
  color: #1a1a1a;
  cursor: pointer;
  flex-shrink: 0;
  transition: opacity 0.2s;
}

.pcc-search-form--topbar .pcc-search-form__submit:hover {
  opacity: 0.88;
}

.pcc-search-form--topbar .pcc-search-form__submit i {
  font-size: 1.1rem;
  line-height: 1;
}

@media (max-width: 767px) {
  .pcc-top-bar__inner--with-search {
    grid-template-columns: 1fr;
    row-gap: 0.5rem;
  }

  .pcc-top-bar__inner--with-search .pcc-top-bar__left,
  .pcc-top-bar__inner--with-search .pcc-top-bar__right {
    justify-self: stretch;
    justify-content: center;
  }

  .pcc-top-bar__center {
    max-width: none;
    order: -1;
  }
}

/* Tam genişlik hero */
.pcc-hero {
  position: relative;
  width: 100%;
  min-height: clamp(320px, 42vw, 520px);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background-color: var(--pcc-bg-elevated);
  background-image: var(--pcc-hero-bg, none);
  background-size: cover;
  background-position: center;
  overflow: hidden;
}

.pcc-hero__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(8, 10, 14, 0.45) 0%, rgba(8, 10, 14, 0.75) 100%);
  pointer-events: none;
}

.pcc-hero__content {
  position: relative;
  z-index: 2;
  max-width: 760px;
  padding: 3rem 1.25rem;
}

.pcc-hero__title {
  font-family: var(--pcc-font-serif);
  font-size: clamp(1.85rem, 4.5vw, 3.15rem);
  line-height: 1.15;
  margin: 0 0 0.85rem;
}

.pcc-hero__subtitle {
  color: rgba(255, 255, 255, 0.9);
  font-size: clamp(1rem, 2vw, 1.15rem);
  line-height: 1.55;
  margin: 0 0 1.35rem;
}

.pcc-hero__btn {
  min-width: 10rem;
}

.pcc-hero__sr-image {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

body.pcc-color-light .pcc-hero__overlay {
  background: linear-gradient(180deg, rgba(20, 16, 10, 0.4) 0%, rgba(20, 16, 10, 0.72) 100%);
}

.pcc-hero--plain .pcc-hero__overlay {
  background: transparent;
}

.pcc-hero--plain .pcc-hero__subtitle {
  color: var(--pcc-text-muted);
}

/* Aydınlık mod */
body.pcc-color-light {
  --pcc-bg: #f4f2ed;
  --pcc-bg-elevated: #ebe7df;
  --pcc-bg-card: #ffffff;
  --pcc-border: rgba(120, 90, 40, 0.22);
  --pcc-text: #1a1a1a;
  --pcc-text-muted: #5a5a5a;
}

body.pcc-color-light::before {
  background:
    radial-gradient(ellipse 80% 50% at 50% -10%, rgba(191, 149, 63, 0.08), transparent 55%),
    radial-gradient(ellipse 60% 40% at 100% 100%, rgba(235, 231, 223, 0.9), transparent);
}

body.pcc-color-light .pcc-header {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.95), rgba(244, 242, 237, 0.9));
}

body.pcc-color-light .pcc-card,
body.pcc-color-light .card {
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.06);
}

.pcc-footer__col {
  min-width: 0;
}

.pcc-footer__html {
  font-size: 0.9375rem;
}

/* Birleşik iletişim sayfası */
.pcc-contact-page {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 1rem 2rem;
}

.pcc-contact-hero {
  text-align: center;
  margin-bottom: 2rem;
}

.pcc-contact-hero .pcc-band-heading {
  margin-bottom: 0.75rem;
}

.pcc-contact-hero .pcc-contact-intro {
  color: var(--pcc-text);
  max-width: 640px;
  margin: 0 auto;
  line-height: 1.65;
}

.pcc-contact-grid {
  display: grid;
  gap: 1.75rem;
  grid-template-columns: 1fr;
}

@media (min-width: 992px) {
  .pcc-contact-grid {
    grid-template-columns: 1fr 1.1fr;
    align-items: start;
  }
}

.pcc-contact-panel {
  background: var(--pcc-bg-card);
  border: 1px solid var(--pcc-border);
  border-radius: 10px;
  padding: 1.75rem;
  color: var(--pcc-text);
}

.pcc-contact-panel h2 {
  font-family: var(--pcc-font-serif);
  text-align: center;
  margin-bottom: 1.25rem;
  font-size: 1.25rem;
}

.pcc-contact-panel p,
.pcc-contact-panel li {
  color: var(--pcc-text);
  line-height: 1.6;
}

.pcc-contact-panel .pcc-contact-meta {
  display: flex;
  flex-direction: column;
  gap: 0.85rem;
}

.pcc-contact-panel .pcc-contact-meta-item {
  display: flex;
  align-items: flex-start;
  gap: 0.65rem;
}

.pcc-contact-panel .pcc-contact-meta-item i {
  color: var(--pcc-gold-1);
  margin-top: 0.15rem;
  flex-shrink: 0;
}

.pcc-contact-panel a {
  color: var(--pcc-gold-2);
  text-decoration: none;
}

.pcc-contact-panel a:hover {
  text-decoration: underline;
}

.pcc-contact-panel .pcc-contact-hours {
  color: var(--pcc-text-muted);
  font-size: 0.9375rem;
}

.pcc-contact-map iframe {
  width: 100%;
  border-radius: 8px;
  border: 1px solid var(--pcc-border);
}

.pcc-contact-form .form-label {
  color: var(--pcc-text);
  font-weight: 500;
}

.pcc-contact-form .form-control {
  background: var(--pcc-bg);
  border-color: var(--pcc-border);
  color: var(--pcc-text);
}

.pcc-contact-form .form-control::placeholder {
  color: var(--pcc-text-muted);
  opacity: 0.85;
}

.pcc-contact-form .form-control:focus {
  background: var(--pcc-bg);
  border-color: rgba(212, 175, 95, 0.55);
  color: var(--pcc-text);
  box-shadow: 0 0 0 0.2rem rgba(212, 175, 95, 0.15);
}

.pcc-contact-page .alert {
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
}

/* Tema alternatifleri */
body.pcc-theme-navy {
  --pcc-bg: #080b14;
  --pcc-bg-card: #121a2a;
  --pcc-gold-1: #8fa4c4;
  --pcc-gold-2: #d4e4f7;
  --pcc-gold-3: #5a7aa8;
  --pcc-gold-4: #3d5a80;
}

body.pcc-theme-charcoal {
  --pcc-bg: #111111;
  --pcc-bg-card: #1c1c1c;
  --pcc-gold-1: #c0c0c0;
  --pcc-gold-2: #f0f0f0;
  --pcc-gold-3: #909090;
  --pcc-gold-4: #707070;
}

.pcc-profile {
  --pcc-profile-accent: #d4af5f;
  background: var(--pcc-bg-card);
  border: 1px solid var(--pcc-border);
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.35);
}

.pcc-profile__band {
  height: 6px;
  background: linear-gradient(90deg, var(--pcc-profile-accent), transparent 85%);
}

.pcc-profile--lawyer { --pcc-profile-accent: #d4af5f; }
.pcc-profile--intern { --pcc-profile-accent: #4a90d9; }
.pcc-profile--clerk { --pcc-profile-accent: #9b7edb; }
.pcc-profile--accounting { --pcc-profile-accent: #5cb88a; }
.pcc-profile--it { --pcc-profile-accent: #5bc0de; }
.pcc-profile--support { --pcc-profile-accent: #8a939e; }

.pcc-profile__inner {
  padding: 1.75rem 1.5rem;
}

.pcc-profile__header {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}

@media (min-width: 768px) {
  .pcc-profile__header {
    flex-direction: row;
    align-items: flex-start;
  }
}

.pcc-profile__photo {
  width: 132px;
  height: 132px;
  border-radius: 50%;
  object-fit: cover;
  border: 3px solid color-mix(in srgb, var(--pcc-profile-accent) 55%, transparent);
  flex-shrink: 0;
}

.pcc-profile__role-badge {
  display: inline-block;
  font-size: 0.75rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  padding: 0.2rem 0.55rem;
  border-radius: 999px;
  border: 1px solid color-mix(in srgb, var(--pcc-profile-accent) 45%, transparent);
  color: var(--pcc-profile-accent);
  margin-bottom: 0.5rem;
}

.pcc-profile__name {
  font-family: var(--pcc-font-serif);
  font-size: 1.85rem;
  margin: 0 0 0.35rem;
  line-height: 1.2;
}

.pcc-profile__short {
  color: var(--pcc-text-muted);
  margin-bottom: 0.75rem;
}

.pcc-profile__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-bottom: 0.75rem;
}

.pcc-profile__btn {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  padding: 0.35rem 0.75rem;
  border-radius: 999px;
  border: 1px solid rgba(212, 175, 95, 0.28);
  color: var(--pcc-text);
  background: rgba(20, 24, 32, 0.45);
  text-decoration: none;
  font-size: 0.88rem;
}

.pcc-profile__btn:hover {
  border-color: var(--pcc-profile-accent);
  color: var(--pcc-gold-2);
}

.pcc-profile__btn--accent {
  border-color: color-mix(in srgb, var(--pcc-profile-accent) 50%, transparent);
  color: var(--pcc-profile-accent);
}

.pcc-profile__section-title {
  font-family: var(--pcc-font-serif);
  font-size: 1.25rem;
  margin: 0 0 0.75rem;
}

.pcc-profile__divider {
  border: 0;
  border-top: 1px solid rgba(212, 175, 95, 0.18);
  margin: 1.35rem 0;
}

.pcc-profile__meta-line {
  margin-bottom: 0.45rem;
  color: var(--pcc-text);
}

.pcc-profile__meta-line strong {
  color: var(--pcc-text);
}

.pcc-profile__meta-line span {
  color: var(--pcc-text-muted);
}

.pcc-profile__badge-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.pcc-profile__badge {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  padding: 0.25rem 0.55rem;
  border-radius: 999px;
  border: 1px solid rgba(212, 175, 95, 0.22);
  background: rgba(20, 24, 32, 0.55);
  font-size: 0.85rem;
}

.pcc-profile__badge img {
  width: 26px;
  height: 26px;
  border-radius: 50%;
  object-fit: cover;
}

.pcc-profile__list-item {
  display: flex;
  gap: 0.85rem;
  align-items: flex-start;
  padding: 0.65rem 0.75rem;
  border-radius: 6px;
  border: 1px solid rgba(212, 175, 95, 0.16);
  background: rgba(20, 24, 32, 0.35);
}

.pcc-profile__list-item img {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  object-fit: cover;
  border: 1px solid rgba(212, 175, 95, 0.22);
  flex-shrink: 0;
}

.pcc-profile__list-title {
  color: var(--pcc-text);
  font-weight: 600;
}

.pcc-profile__list-sub {
  color: var(--pcc-text-muted);
  font-size: 0.88rem;
}

.pcc-content-body {
  color: var(--pcc-text);
  line-height: 1.65;
}

.pcc-content-body p {
  margin-bottom: 0.85rem;
}

.pcc-content-body ul,
.pcc-content-body ol {
  margin-bottom: 0.85rem;
  padding-left: 1.25rem;
}

.pcc-content-body a {
  color: var(--pcc-gold-2);
}

.pcc-content-body h2,
.pcc-content-body h3 {
  font-family: var(--pcc-font-serif);
  color: var(--pcc-gold-2);
  margin-top: 1rem;
  margin-bottom: 0.5rem;
}

/* Arama */
.pcc-search-form__inner {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  max-width: 640px;
  margin: 0 auto;
  padding: 0.5rem 0.75rem;
  background: var(--pcc-bg-card);
  border: 1px solid var(--pcc-border);
  border-radius: 999px;
}

.pcc-search-form__inner i {
  color: var(--pcc-gold-1);
}

.pcc-search-form__inner input {
  flex: 1;
  border: none;
  background: transparent;
  color: var(--pcc-text);
  min-width: 0;
}

.pcc-search-form__inner input:focus {
  outline: none;
}

/* Hukuki metin — yazar sidebar */
.pcc-blog-post__layout {
  display: grid;
  gap: 1.75rem;
  grid-template-columns: 1fr;
  max-width: 1100px;
  margin: 0 auto;
}

@media (min-width: 992px) {
  .pcc-blog-post__layout {
    grid-template-columns: 200px 1fr;
    align-items: start;
  }
}

.pcc-blog-post__authors {
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
}

.pcc-blog-author-row {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  padding: 0.55rem 0.65rem;
  border: 1px solid var(--pcc-border);
  border-radius: 8px;
  background: var(--pcc-bg-card);
  text-decoration: none;
  color: var(--pcc-text);
  transition: border-color 0.2s;
}

.pcc-blog-author-row:hover {
  border-color: rgba(212, 175, 95, 0.45);
  color: var(--pcc-gold-2);
}

.pcc-blog-author-row img {
  border-radius: 50%;
  object-fit: cover;
  flex-shrink: 0;
}

.pcc-blog-author-row__name {
  font-size: 0.875rem;
  line-height: 1.3;
  font-weight: 500;
}

.pcc-tag-cloud__items {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.pcc-tag-cloud__tag {
  display: inline-block;
  padding: 0.35rem 0.75rem;
  border-radius: 999px;
  border: 1px solid var(--pcc-border);
  background: rgba(212, 175, 95, 0.08);
  color: var(--pcc-gold-2);
  text-decoration: none;
  font-size: 0.875rem;
}

.pcc-tag-cloud__tag:hover {
  background: rgba(212, 175, 95, 0.16);
}

/* Ekibimiz alfabe indeksi */
.pcc-alpha-index {
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem;
}

.pcc-alpha-index__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 2rem;
  height: 2rem;
  padding: 0 0.45rem;
  border: 1px solid var(--pcc-border);
  border-radius: 4px;
  color: var(--pcc-text-muted);
  text-decoration: none;
  font-size: 0.85rem;
  font-weight: 600;
}

.pcc-alpha-index__btn.is-active,
.pcc-alpha-index__btn:hover {
  border-color: rgba(212, 175, 95, 0.5);
  color: var(--pcc-gold-2);
  background: rgba(212, 175, 95, 0.1);
}

.pcc-card__areas {
  margin: 0;
  color: var(--pcc-text-muted);
  font-size: 0.98rem;
  line-height: 1.45;
}

/* Sayfa düzeni — tema bölgeleri */
.pcc-layout-preview-banner {
  background: rgba(255, 193, 7, 0.15);
  border-bottom: 1px solid rgba(255, 193, 7, 0.35);
  color: var(--pcc-gold-2);
  text-align: center;
  padding: 0.45rem 1rem;
  font-size: 0.875rem;
}

.pcc-page-split {
  display: grid;
  gap: 1.75rem;
  align-items: start;
}

.pcc-page-split--split-left {
  grid-template-columns: minmax(220px, 280px) minmax(0, 1fr);
}

.pcc-page-split--split-right {
  grid-template-columns: minmax(0, 1fr) minmax(220px, 280px);
}

@media (max-width: 991px) {
  .pcc-page-split--split-left,
  .pcc-page-split--split-right {
    grid-template-columns: 1fr;
  }
}

.pcc-staff-links__grid {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  justify-content: center;
}

.pcc-staff-links__item {
  display: inline-flex;
  padding: 0.4rem 0.85rem;
  border: 1px solid var(--pcc-border);
  border-radius: 999px;
  color: var(--pcc-text);
  text-decoration: none;
  font-size: 0.9rem;
  transition: border-color 0.2s, color 0.2s;
}

.pcc-staff-links__item:hover {
  border-color: rgba(212, 175, 95, 0.55);
  color: var(--pcc-gold-2);
}

.pcc-latest-post__card {
  display: grid;
  gap: 1rem;
  background: var(--pcc-bg-card);
  border: 1px solid var(--pcc-border);
  border-radius: 8px;
  overflow: hidden;
}

.pcc-latest-post--featured .pcc-latest-post__card {
  grid-template-columns: 1fr;
}

@media (min-width: 768px) {
  .pcc-latest-post--featured .pcc-latest-post__card {
    grid-template-columns: 280px 1fr;
  }
}

.pcc-latest-post__media img {
  width: 100%;
  height: 100%;
  min-height: 180px;
  object-fit: cover;
  display: block;
}

.pcc-latest-post__body {
  padding: 1rem 1.15rem 1.15rem;
}

.pcc-page-zone-full {
  width: 100%;
}

/* Bant başlık — sayfa başlıkları ve günün sözü modülü */
.pcc-band-heading {
  margin-bottom: 1rem;
}

.pcc-band-heading__band {
  width: 100%;
  padding: 0.65rem 1rem;
  background: rgba(212, 175, 95, 0.12);
  border-top: 1px solid rgba(212, 175, 95, 0.22);
  border-bottom: 1px solid rgba(212, 175, 95, 0.22);
  text-align: center;
  box-sizing: border-box;
}

.pcc-band-heading__title {
  margin: 0;
  font-size: clamp(1rem, 2.5vw, 1.15rem);
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.pcc-quote-module__heading {
  margin-bottom: 0;
}

/* Günün sözü modülü */
.pcc-quote-module {
  margin-bottom: 1.5rem;
}

.pcc-quote-module__body {
  margin: 0;
  padding: 1.15rem clamp(0.75rem, 2vw, 1.5rem) 0.35rem;
  border: none;
  background: transparent;
}

.pcc-quote-module__text {
  position: relative;
  padding: 0.35rem 2.25rem 0.75rem;
}

.pcc-quote-module__mark {
  position: absolute;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2.25rem, 5vw, 3rem);
  line-height: 1;
  color: rgba(252, 246, 186, 0.32);
  user-select: none;
  pointer-events: none;
}

.pcc-quote-module__mark--open {
  top: 0;
  left: 0;
}

.pcc-quote-module__mark--close {
  bottom: 0;
  right: 0;
}

.pcc-quote-module--gold-marks .pcc-quote-module__mark {
  background: linear-gradient(
    135deg,
    var(--pcc-gold-4) 0%,
    var(--pcc-gold-1) 22%,
    var(--pcc-gold-2) 45%,
    var(--pcc-gold-3) 68%,
    var(--pcc-gold-1) 85%,
    var(--pcc-gold-4) 100%
  );
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  opacity: 1;
}

.pcc-quote-module__content {
  font-size: 1.05rem;
  line-height: 1.65;
  color: var(--pcc-text);
}

.pcc-quote-module__author {
  margin: 0.65rem 0 0;
  padding-right: 0.35rem;
  text-align: right;
  font-size: 0.9rem;
  font-style: italic;
  color: var(--pcc-text-muted, rgba(255, 255, 255, 0.62));
}

