/*
 * KANTARCİ V76 — wide editorial refinement.
 * Presentation-only override for V75. Legal copy, routes, discovery metadata,
 * structured data, forms, footer attribution and server behaviour are unchanged.
 */

body.premium-system-v76 {
  --v76-navy: #0d1428;
  --v76-navy-2: #151e36;
  --v76-ink: #1d2230;
  --v76-muted: #5d616d;
  --v76-gold: #b88a49;
  --v76-gold-light: #dec28d;
  --v76-paper: #fffefa;
  --v76-ivory: #f5f1e8;
  --v76-line: #ddd5c7;
  --v76-wide: 1600px;
  --v76-gutter: clamp(40px, 5vw, 96px);
}

/* A wide shell at large viewports, with comfortable gutters at every width. */
body.premium-system-v76 .container,
body.premium-system-v76 .site-content.container,
body.premium-system-v76 .k-footer-shell {
  width: calc(100% - var(--v76-gutter));
  max-width: var(--v76-wide);
}

body.premium-system-v76 #navbar > .container {
  width: calc(100% - var(--v76-gutter));
  max-width: var(--v76-wide);
}

body.premium-system-v76 .top-header > .container {
  min-height: 42px;
}

@media (min-width: 1280px) {
  body.premium-system-v76 #navbar > .container {
    min-height: 116px;
  }

  body.premium-system-v76 .custom-logo,
  body.premium-system-v76 .navbar-brand img {
    max-width: 326px !important;
    max-height: 80px !important;
  }

  body.premium-system-v76 .main-navigation .nav > li > a {
    padding-inline: 11px;
  }
}

/* The V75 hero was affected by Bootstrap container pseudo-elements becoming
   anonymous grid items. Remove them and explicitly place both real columns. */
body.home.premium-system-v76 .k-v75-home-hero__inner::before,
body.home.premium-system-v76 .k-v75-home-hero__inner::after {
  display: none !important;
  content: none !important;
}

body.home.premium-system-v76 .k-v75-home-hero {
  min-height: 0;
  border-bottom-color: rgba(222, 194, 141, .26);
  background:
    radial-gradient(circle at 77% 24%, rgba(184, 138, 73, .18), transparent 25%),
    linear-gradient(112deg, #0b1224 0%, #111a31 54%, #1b2134 100%);
}

body.home.premium-system-v76 .k-v75-home-hero::before {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, transparent 0 49.9%, rgba(255, 255, 255, .035) 50%, transparent 50.1%),
    linear-gradient(0deg, transparent 0 49.9%, rgba(255, 255, 255, .025) 50%, transparent 50.1%);
  background-size: 180px 180px;
  content: "";
  mask-image: linear-gradient(90deg, #000, transparent 72%);
  pointer-events: none;
}

body.home.premium-system-v76 .k-v75-home-hero::after {
  inset: auto -12vw -58% auto;
  width: min(62vw, 980px);
  border-color: rgba(222, 194, 141, .18);
}

body.home.premium-system-v76 .k-v75-home-hero__inner {
  grid-template-columns: minmax(0, 1.28fr) minmax(390px, .72fr);
  gap: clamp(64px, 7vw, 126px);
  min-height: clamp(690px, 74vh, 820px);
  padding-block: clamp(88px, 8vw, 132px);
}

body.home.premium-system-v76 .k-v75-home-hero__copy {
  grid-column: 1;
  grid-row: 1;
  width: 100%;
  max-width: 920px;
  align-self: center;
}

body.home.premium-system-v76 .k-v75-home-hero__eyebrow {
  margin-bottom: 24px;
  color: var(--v76-gold-light);
  font-size: 12px;
  letter-spacing: .2em;
}

body.home.premium-system-v76 .k-v75-home-hero h1 {
  max-width: 900px;
  font-size: clamp(64px, 5.6vw, 108px);
  letter-spacing: -.052em;
  line-height: .94;
}

body.home.premium-system-v76 .k-v75-home-hero__lead {
  max-width: 770px;
  margin-top: 34px;
  color: rgba(255, 255, 255, .76);
  font-size: clamp(18px, 1.28vw, 22px);
  line-height: 1.72;
}

body.home.premium-system-v76 .k-v75-home-hero__actions {
  gap: 14px;
  margin-top: 40px;
}

body.home.premium-system-v76 .k-v75-home-hero__action {
  min-width: 178px;
  min-height: 56px;
  padding-inline: 26px;
  font-size: 12px;
  letter-spacing: .07em;
}

/* Reuse the approved attorney image as an editorial portrait panel instead of
   inventing a decorative asset. */
body.home.premium-system-v76 .k-v75-home-hero__mark {
  grid-column: 2;
  grid-row: 1;
  justify-self: stretch;
  width: 100%;
  max-width: 540px;
  min-height: clamp(520px, 39vw, 650px);
  aspect-ratio: auto;
  overflow: hidden;
  border: 1px solid rgba(222, 194, 141, .32);
  background:
    linear-gradient(180deg, rgba(13, 20, 40, .05), rgba(13, 20, 40, .58)),
    url("/assets/people/mazlum-kantarci-768.webp") center 15% / cover no-repeat;
  box-shadow: 38px 38px 0 rgba(222, 194, 141, .06);
}

body.home.premium-system-v76 .k-v75-home-hero__mark::before {
  inset: 22px;
  height: auto;
  border: 1px solid rgba(255, 255, 255, .22);
  background: transparent;
}

body.home.premium-system-v76 .k-v75-home-hero__mark::after {
  inset: auto 22px 22px auto;
  width: 96px;
  height: 96px;
  border: 1px solid rgba(222, 194, 141, .48);
  background: rgba(13, 20, 40, .88);
}

body.home.premium-system-v76 .k-v75-home-hero__mark span {
  position: absolute;
  inset: auto 22px 22px auto;
  z-index: 2;
  display: grid;
  width: 96px;
  height: 96px;
  place-items: center;
  color: var(--v76-gold-light);
  font-size: 58px;
}

/* Full-width activity architecture: the 12 existing areas form a complete,
   deliberate grid with criminal law as the primary doorway. */
body.home.premium-system-v76 #kantarci-site_service-5 .at-widgets {
  padding-block: clamp(88px, 8vw, 126px);
}

body.home.premium-system-v76 .k-v75-section-head {
  grid-template-columns: 88px minmax(0, 1fr);
  gap: 36px;
  margin-bottom: 48px;
  padding-bottom: 30px;
}

body.home.premium-system-v76 .k-v75-section-head h2 {
  font-size: clamp(48px, 4.4vw, 72px);
}

@media (min-width: 1280px) {
  body.home.premium-system-v76 #kantarci-site_service-5 .featured-entries-col {
    grid-template-columns: repeat(12, minmax(0, 1fr));
    gap: 16px;
  }

  body.home.premium-system-v76 #kantarci-site_service-5 .single-list {
    grid-column: span 3;
  }

  body.home.premium-system-v76 #kantarci-site_service-5 .single-list:first-of-type {
    grid-column: span 6;
    grid-row: span 2;
  }

  body.home.premium-system-v76 #kantarci-site_service-5 .single-list:nth-child(n + 12) {
    grid-column: span 4;
  }
}

body.home.premium-system-v76 #kantarci-site_service-5 .single-item {
  min-height: 166px;
  padding: 31px 29px 27px;
  background: #f7f3eb;
}

body.home.premium-system-v76 #kantarci-site_service-5 .single-item::before {
  inset-block-start: 25px;
  inset-inline-start: 28px;
}

body.home.premium-system-v76 #kantarci-site_service-5 .title {
  margin-top: 45px;
}

body.home.premium-system-v76 #kantarci-site_service-5 .title a {
  font-size: clamp(20px, 1.35vw, 25px);
}

body.home.premium-system-v76 #kantarci-site_service-5 .single-list:first-of-type .single-item {
  min-height: 348px;
  padding: 48px 46px 42px;
  background:
    linear-gradient(135deg, transparent 0 63%, rgba(222, 194, 141, .11) 63.1% 63.25%, transparent 63.35%),
    radial-gradient(circle at 88% 12%, rgba(184, 138, 73, .23), transparent 31%),
    var(--v76-navy);
}

body.home.premium-system-v76 #kantarci-site_service-5 .single-list:first-of-type .single-item::before {
  inset-block-start: 39px;
  inset-inline-start: 46px;
}

body.home.premium-system-v76 #kantarci-site_service-5 .single-list:first-of-type .title {
  max-width: 560px;
  margin-top: 90px;
}

body.home.premium-system-v76 #kantarci-site_service-5 .single-list:first-of-type .title a {
  font-size: clamp(46px, 4.2vw, 70px);
}

/* Information strip. */
body.home.premium-system-v76 #kantarci-site_service-3 .acme-services.feature {
  padding-block: clamp(72px, 7vw, 104px);
}

body.home.premium-system-v76 #kantarci-site_service-3 .single-item {
  min-height: 288px;
  padding: 46px 42px 40px;
}

body.home.premium-system-v76 #kantarci-site_service-3 .title a {
  font-size: clamp(28px, 2vw, 35px);
}

body.home.premium-system-v76 #kantarci-site_service-3 .details {
  max-width: 46ch;
  font-size: 16px;
}

/* FAQ uses one broad editorial split instead of two small template columns. */
body.home.premium-system-v76 #kantarci-site_accordion-3 .at-widgets,
body.home.premium-system-v76 #kantarci-site_team-3 .at-widgets {
  padding-block: clamp(90px, 8vw, 128px);
}

body.home.premium-system-v76 .at-widget-title-wrapper .widget-title {
  margin-bottom: 50px;
  font-size: clamp(46px, 4.2vw, 68px);
}

body.home.premium-system-v76 #kantarci-site_accordion-3 .row {
  grid-template-columns: minmax(360px, .82fr) minmax(0, 1.38fr);
  gap: 1px;
  padding: 1px;
  background: var(--v76-line);
}

body.home.premium-system-v76 #kantarci-site_accordion-3 .contact-page-content,
body.home.premium-system-v76 #kantarci-site_accordion-3 .accordion-content {
  border: 0;
  background: var(--v76-paper);
}

body.home.premium-system-v76 #kantarci-site_accordion-3 .contact-page-content img {
  min-height: 640px;
}

body.home.premium-system-v76 #kantarci-site_accordion-3 .accordion-title a {
  padding: 32px 34px;
  font-size: clamp(21px, 1.55vw, 27px);
}

body.home.premium-system-v76 #kantarci-site_accordion-3 .accordion-details {
  padding: 0 34px 32px;
  font-size: 16px;
}

/* A single verified profile becomes a confident full-width editorial panel. */
body.home.premium-system-v76 #kantarci-site_team-3 .single-list {
  float: none;
  width: 100%;
  padding: 0;
}

body.home.premium-system-v76 #kantarci-site_team-3 .team-item {
  width: 100%;
  max-width: none;
  border: 0;
  background: var(--v76-navy);
}

body.home.premium-system-v76 #kantarci-site_team-3 .team-author {
  display: grid;
  grid-template-columns: minmax(340px, 500px) minmax(0, 1fr);
  min-height: 580px;
}

body.home.premium-system-v76 #kantarci-site_team-3 .team-img-box,
body.home.premium-system-v76 #kantarci-site_team-3 .team-img-box a,
body.home.premium-system-v76 #kantarci-site_team-3 .team-img-box img {
  display: block;
  width: 100%;
  height: 100%;
}

body.home.premium-system-v76 #kantarci-site_team-3 .team-img-box img {
  min-height: 580px;
  object-fit: cover;
  object-position: center 16%;
  filter: grayscale(1) contrast(1.04);
}

body.home.premium-system-v76 #kantarci-site_team-3 .team-author-details {
  position: relative;
  display: flex;
  min-width: 0;
  flex-direction: column;
  justify-content: center;
  padding: clamp(54px, 7vw, 116px);
  background:
    radial-gradient(circle at 90% 12%, rgba(184, 138, 73, .18), transparent 32%),
    var(--v76-navy);
  color: #fff;
  text-align: start;
}

body.home.premium-system-v76 #kantarci-site_team-3 .team-author-details::before {
  display: block;
  width: 62px;
  height: 1px;
  margin-bottom: 30px;
  background: var(--v76-gold-light);
  content: "";
}

body.home.premium-system-v76 #kantarci-site_team-3 .team-name {
  margin: 0;
}

body.home.premium-system-v76 #kantarci-site_team-3 .team-name a {
  color: #fff;
  font-family: var(--v75-serif);
  font-size: clamp(46px, 4.1vw, 72px);
  font-weight: 400;
  letter-spacing: -.04em;
  line-height: 1;
  text-decoration: none;
}

body.home.premium-system-v76 #kantarci-site_team-3 .team-details p {
  margin: 22px 0 0;
  color: var(--v76-gold-light);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .18em;
  text-transform: uppercase;
}

/* Existing office and criminal-law navigation now align to the same wide axis. */
body.premium-system-v76 .k-office-access-v72__inner,
body.premium-system-v76 #kantarci-criminal-navigation .kn-shell {
  width: calc(100% - var(--v76-gutter));
  max-width: var(--v76-wide);
  margin-inline: auto;
  padding-inline: 0;
}

body.premium-system-v76 .k-office-access-v72__inner {
  grid-template-columns: minmax(0, 1.15fr) minmax(420px, .85fr);
}

body.premium-system-v76 #kantarci-criminal-navigation {
  padding-block: clamp(82px, 7vw, 112px) clamp(62px, 6vw, 88px);
}

body.premium-system-v76 #kantarci-criminal-navigation .kn-intro {
  grid-template-columns: minmax(360px, .72fr) minmax(0, 1.28fr);
  gap: 48px 96px;
  margin-bottom: 44px;
}

body.premium-system-v76 #kantarci-criminal-navigation h2 {
  font-size: clamp(46px, 4.1vw, 66px);
}

body.premium-system-v76 #kantarci-criminal-navigation .kn-card {
  min-height: 224px;
  padding: 32px 34px 34px;
  border-radius: 0;
  box-shadow: none;
}

body.premium-system-v76 #kantarci-criminal-navigation .kn-card-label {
  font-size: clamp(24px, 1.8vw, 31px);
}

/* Inner routes gain a wide outer canvas, while long prose keeps a readable
   measure. Archives, hubs and cards can use the full shell. */
body.page-id-56.premium-system-v76 main#content {
  width: calc(100% - var(--v76-gutter));
  max-width: var(--v76-wide);
}

body.premium-system-v76 .publication-archive,
body.premium-system-v76 .criminal-center,
body.premium-system-v76 .k-case-hub #content,
body.premium-system-v76 .k-appointment-shell,
body.premium-system-v76 .contact-premium__shell {
  width: 100%;
  max-width: var(--v76-wide);
}

body.premium-system-v76 .publication-body,
body.premium-system-v76 .entry-content > :where(p, ul, ol, blockquote):not([class]),
body.premium-system-v76 .k-judgment-page .entry-content {
  text-wrap: pretty;
}

body.premium-system-v76 .publication-card,
body.premium-system-v76 .criminal-center__card,
body.premium-system-v76 .k-court-card {
  box-shadow: none;
}

body.premium-system-v76 .wrapper.inner-main-title {
  padding-block: clamp(54px, 5vw, 82px) clamp(42px, 4vw, 66px);
}

body.premium-system-v76 .wrapper.inner-main-title .entry-title,
body.premium-system-v76 .wrapper.inner-main-title .page-title {
  font-size: clamp(48px, 4.4vw, 72px);
}

/* Footer follows the same wide baseline and retains the approved agency mark. */
body.premium-system-v76 .k-footer-shell {
  padding-top: clamp(78px, 7vw, 112px);
}

body.premium-system-v76 .k-footer-main {
  grid-template-columns: minmax(300px, 1.25fr) repeat(3, minmax(200px, .85fr));
  gap: 54px clamp(44px, 5vw, 92px);
}

body.premium-system-v76 .k-footer-notice {
  margin-top: 60px;
  padding: 24px 28px;
}

/* Mid-sized screens keep the wide feel without crowding. */
@media (min-width: 768px) and (max-width: 1279px) {
  body.premium-system-v76 {
    --v76-gutter: 48px;
  }

  body.home.premium-system-v76 .k-v75-home-hero__inner {
    grid-template-columns: minmax(0, 1.12fr) minmax(330px, .76fr);
    gap: 48px;
    min-height: 650px;
  }

  body.home.premium-system-v76 .k-v75-home-hero h1 {
    font-size: clamp(58px, 6.2vw, 78px);
  }

  body.home.premium-system-v76 .k-v75-home-hero__mark {
    min-height: 520px;
  }

  body.home.premium-system-v76 #kantarci-site_service-5 .featured-entries-col {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }

  body.home.premium-system-v76 #kantarci-site_service-5 .single-list {
    grid-column: span 3;
  }

  body.home.premium-system-v76 #kantarci-site_service-5 .single-list:first-of-type {
    grid-column: span 6;
    grid-row: auto;
  }

  body.home.premium-system-v76 #kantarci-site_service-5 .single-list:nth-child(14) {
    grid-column: span 6;
  }

  body.home.premium-system-v76 #kantarci-site_service-5 .single-list:first-of-type .single-item {
    min-height: 300px;
  }

  body.home.premium-system-v76 #kantarci-site_team-3 .team-author {
    grid-template-columns: minmax(300px, 410px) minmax(0, 1fr);
  }

  body.premium-system-v76 .k-office-access-v72__inner {
    grid-template-columns: minmax(0, 1.08fr) minmax(340px, .92fr);
  }
}

@media (max-width: 767px) {
  body.premium-system-v76 {
    --v76-gutter: 32px;
  }

  body.premium-system-v76 .top-header > .container {
    min-height: 0;
  }

  body.home.premium-system-v76 .k-v75-home-hero__inner {
    grid-template-columns: 1fr;
    gap: 40px;
    min-height: 0;
    padding-block: 66px 58px;
  }

  body.home.premium-system-v76 .k-v75-home-hero__copy,
  body.home.premium-system-v76 .k-v75-home-hero__mark {
    grid-column: 1;
  }

  body.home.premium-system-v76 .k-v75-home-hero__copy {
    grid-row: 1;
  }

  body.home.premium-system-v76 .k-v75-home-hero__mark {
    grid-row: 2;
    justify-self: stretch;
    width: 100%;
    max-width: none;
    min-height: 410px;
    box-shadow: 16px 16px 0 rgba(222, 194, 141, .06);
  }

  body.home.premium-system-v76 .k-v75-home-hero h1 {
    font-size: clamp(47px, 14vw, 64px);
    line-height: .96;
  }

  body.home.premium-system-v76 .k-v75-home-hero__lead {
    margin-top: 24px;
    font-size: 17px;
  }

  body.home.premium-system-v76 .k-v75-home-hero__action {
    min-width: 0;
  }

  body.home.premium-system-v76 .k-v75-section-head {
    grid-template-columns: 40px minmax(0, 1fr);
    gap: 14px;
    margin-bottom: 28px;
    padding-bottom: 22px;
  }

  body.home.premium-system-v76 .k-v75-section-head h2,
  body.home.premium-system-v76 .at-widget-title-wrapper .widget-title {
    font-size: clamp(38px, 10vw, 50px);
  }

  body.home.premium-system-v76 #kantarci-site_service-5 .featured-entries-col {
    grid-template-columns: 1fr;
  }

  body.home.premium-system-v76 #kantarci-site_service-5 .single-list,
  body.home.premium-system-v76 #kantarci-site_service-5 .single-list:first-of-type,
  body.home.premium-system-v76 #kantarci-site_service-5 .single-list:nth-child(n + 12) {
    grid-column: auto;
    grid-row: auto;
  }

  body.home.premium-system-v76 #kantarci-site_service-5 .single-list:first-of-type .single-item {
    min-height: 270px;
    padding: 36px 28px 30px;
  }

  body.home.premium-system-v76 #kantarci-site_service-5 .single-list:first-of-type .single-item::before {
    inset-block-start: 30px;
    inset-inline-start: 28px;
  }

  body.home.premium-system-v76 #kantarci-site_service-5 .single-list:first-of-type .title {
    margin-top: 72px;
  }

  body.home.premium-system-v76 #kantarci-site_service-5 .single-list:first-of-type .title a {
    font-size: 42px;
  }

  body.home.premium-system-v76 #kantarci-site_service-3 .single-item {
    min-height: 0;
    padding: 32px 25px;
  }

  body.home.premium-system-v76 #kantarci-site_accordion-3 .row {
    grid-template-columns: 1fr;
  }

  body.home.premium-system-v76 #kantarci-site_accordion-3 .contact-page-content img {
    min-height: 440px;
  }

  body.home.premium-system-v76 #kantarci-site_team-3 .team-author {
    grid-template-columns: 1fr;
    min-height: 0;
  }

  body.home.premium-system-v76 #kantarci-site_team-3 .team-img-box img {
    min-height: 440px;
  }

  body.home.premium-system-v76 #kantarci-site_team-3 .team-author-details {
    padding: 42px 27px 46px;
  }

  body.home.premium-system-v76 #kantarci-site_team-3 .team-name a {
    font-size: 43px;
  }

  body.premium-system-v76 .k-office-access-v72__inner,
  body.premium-system-v76 #kantarci-criminal-navigation .kn-shell {
    width: calc(100% - var(--v76-gutter));
    padding-inline: 0;
  }

  body.premium-system-v76 .k-office-access-v72__inner,
  body.premium-system-v76 #kantarci-criminal-navigation .kn-intro {
    grid-template-columns: 1fr;
  }

  body.premium-system-v76 #kantarci-criminal-navigation .kn-card {
    min-height: 154px;
    padding: 23px;
  }

  body.premium-system-v76 .wrapper.inner-main-title .entry-title,
  body.premium-system-v76 .wrapper.inner-main-title .page-title {
    font-size: 40px;
  }

  body.premium-system-v76 .k-footer-main {
    grid-template-columns: 1fr;
  }
}

/* Arabic keeps the same composition with the reading axis reversed. */
html[dir="rtl"] body.home.premium-system-v76 .k-v75-home-hero__copy {
  grid-column: 2;
  text-align: right;
}

html[dir="rtl"] body.home.premium-system-v76 .k-v75-home-hero__mark {
  grid-column: 1;
}

html[dir="rtl"] body.home.premium-system-v76 .k-v75-home-hero__eyebrow,
html[dir="rtl"] body.home.premium-system-v76 #kantarci-site_team-3 .team-details p {
  letter-spacing: 0;
}

@media (max-width: 767px) {
  html[dir="rtl"] body.home.premium-system-v76 .k-v75-home-hero__copy,
  html[dir="rtl"] body.home.premium-system-v76 .k-v75-home-hero__mark {
    grid-column: 1;
  }
}

@media (prefers-reduced-motion: reduce) {
  body.premium-system-v76 *,
  body.premium-system-v76 *::before,
  body.premium-system-v76 *::after {
    scroll-behavior: auto !important;
    transition-duration: .01ms !important;
  }
}
