/*
 * EHK Stage 2 — Editorial Luxury Layer
 * Scope: staging only; enqueued by ehk-stage2-platform-guards.php.
 * Rollback: remove this file and the matching enqueue call.
 */

body.ehk-v2 {
  --ehk-luxury-ink: #24272d;
  --ehk-luxury-muted: #646a73;
  --ehk-luxury-wine: #5b101c;
  --ehk-luxury-wine-dark: #31050c;
  --ehk-luxury-gold: #b68c43;
  --ehk-luxury-gold-soft: #dbbd78;
  --ehk-luxury-canvas: #f8f4ed;
  --ehk-luxury-paper: #fffdf9;
  --ehk-luxury-line: #d9d3c9;
  --ehk-luxury-serif: Baskerville, "Iowan Old Style", "Palatino Linotype", Palatino, Georgia, serif;
  --ehk-luxury-sans: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --ehk-luxury-container: min(78rem, calc(100% - 4rem));
  background: var(--ehk-luxury-canvas) !important;
  color: var(--ehk-luxury-ink);
  font-family: var(--ehk-luxury-sans) !important;
  overflow-x: clip;
}

body.ehk-v2 *,
body.ehk-v2 *::before,
body.ehk-v2 *::after {
  box-sizing: border-box;
}

body.ehk-v2 :where(a, button, input, textarea, select):focus-visible {
  outline: 3px solid var(--ehk-luxury-gold) !important;
  outline-offset: 4px !important;
}

body.ehk-v2 :where(a, button) {
  -webkit-tap-highlight-color: transparent;
}

body.ehk-v2 .ehk-stage-ribbon {
  position: relative;
  z-index: 10011;
  display: flex;
  align-items: center;
  min-height: 2.75rem;
  padding-inline: max(1rem, calc((100% - 78rem) / 2));
  color: #f7ead0;
  background: var(--ehk-luxury-wine-dark);
  font-size: .73rem;
  font-weight: 800;
  letter-spacing: .13em;
  text-transform: uppercase;
}

body.ehk-v2 .ehk-stage-ribbon::before {
  width: .58rem;
  height: .58rem;
  margin-inline-end: .75rem;
  border-radius: 50%;
  background: var(--ehk-luxury-gold-soft);
  box-shadow: 0 0 0 .38rem rgb(220 192 127 / 10%);
  content: "";
}

/* Header — real existing PageLayer navigation, redesigned rather than duplicated. */
body.ehk-v2 .pagelayer-header {
  position: sticky !important;
  z-index: 10010 !important;
  top: 0 !important;
  margin: 0 !important;
  border: 0 !important;
  border-bottom: 1px solid var(--ehk-luxury-line) !important;
  color: var(--ehk-luxury-wine) !important;
  background: rgb(248 244 237 / 96%) !important;
  box-shadow: none !important;
  -webkit-backdrop-filter: blur(18px);
  backdrop-filter: blur(18px);
}

body.admin-bar.ehk-v2 .pagelayer-header {
  top: 32px !important;
}

body.ehk-v2 .pagelayer-header > .pagelayer-row,
body.ehk-v2 .pagelayer-header > .pagelayer-row > .pagelayer-background-overlay {
  background: transparent !important;
}

body.ehk-v2 .pagelayer-header > .pagelayer-row > .pagelayer-background-overlay {
  opacity: 0 !important;
}

body.ehk-v2 .pagelayer-header .eks-global-language-host {
  width: var(--ehk-luxury-container) !important;
  max-width: none !important;
  min-height: 5.35rem !important;
  margin-inline: auto !important;
  padding: 0 !important;
}

@supports selector(:has(*)) {
  body.ehk-v2 .pagelayer-header .eks-global-language-host {
    display: grid !important;
    grid-template-columns: minmax(18rem, 21rem) minmax(0, 1fr) auto !important;
    gap: clamp(.8rem, 1.6vw, 1.5rem) !important;
    align-items: center;
  }

  body.ehk-v2 .pagelayer-header .p-e5b4281 {
    grid-column: 1;
    grid-row: 1;
  }

  body.ehk-v2 .pagelayer-header .eks-global-language-host > .pagelayer-col:has(.pagelayer-wp_title) {
    grid-column: 1;
    grid-row: 1;
  }

  body.ehk-v2 .pagelayer-header .p-w9k9791 {
    grid-column: 2;
    grid-row: 1;
  }

  body.ehk-v2 .pagelayer-header .eks-global-language-host > .pagelayer-col:has(.pagelayer-wp_menu) {
    grid-column: 2;
    grid-row: 1;
  }

  body.ehk-v2 .pagelayer-header .eks-global-language-v2 {
    position: static !important;
    grid-column: 3 !important;
    grid-row: 1 !important;
    inset: auto !important;
    order: initial !important;
    transform: none !important;
  }
}

body.ehk-v2 .pagelayer-header .eks-global-language-host > .pagelayer-hide-tablet.pagelayer-hide-mobile:empty,
body.ehk-v2 .pagelayer-header .p-bsy4625 {
  display: none !important;
}

body.ehk-v2 .pagelayer-header .p-e5b4281,
body.ehk-v2 .pagelayer-header .p-w9k9791,
body.ehk-v2 .pagelayer-header .eks-global-language-host > .pagelayer-col:has(.pagelayer-wp_title),
body.ehk-v2 .pagelayer-header .eks-global-language-host > .pagelayer-col:has(.pagelayer-wp_menu) {
  width: auto !important;
}

body.ehk-v2 .pagelayer-header .p-w9k9791 .pagelayer-col-holder,
body.ehk-v2 .pagelayer-header .eks-global-language-host > .pagelayer-col:has(.pagelayer-wp_menu) > .pagelayer-col-holder {
  display: flex;
  justify-content: center;
  align-items: center;
}

body.ehk-v2 .pagelayer-header .eks-global-language-v2 {
  justify-self: end;
}

body.ehk-v2 .pagelayer-header .eks-global-language-v2__button {
  width: 4.1rem !important;
  padding: 0 !important;
  gap: .22rem !important;
  font-size: 0 !important;
}

body.ehk-v2 .pagelayer-header .eks-global-language-v2__flag,
body.ehk-v2 .pagelayer-header .eks-global-language-v2__current,
body.ehk-v2 .pagelayer-header .eks-global-language-v2__chevron {
  display: none !important;
}

body.ehk-v2 .pagelayer-header .eks-global-language-v2__button::before,
body.ehk-v2 .pagelayer-header .eks-global-language-v2__button::after {
  color: var(--ehk-luxury-wine-dark);
  font-family: var(--ehk-luxury-sans);
  font-size: .68rem;
  font-weight: 850;
  line-height: 1;
}

html[lang^="tr"] body.ehk-v2 .pagelayer-header .eks-global-language-v2__button::before { content: "TR"; }
html[lang^="en"] body.ehk-v2 .pagelayer-header .eks-global-language-v2__button::before { content: "EN"; }
html[lang^="de"] body.ehk-v2 .pagelayer-header .eks-global-language-v2__button::before { content: "DE"; }
html[lang^="fr"] body.ehk-v2 .pagelayer-header .eks-global-language-v2__button::before { content: "FR"; }
html[lang^="ru"] body.ehk-v2 .pagelayer-header .eks-global-language-v2__button::before { content: "RU"; }
html[lang^="ar"] body.ehk-v2 .pagelayer-header .eks-global-language-v2__button::before { content: "AR"; }
html[lang^="zh"] body.ehk-v2 .pagelayer-header .eks-global-language-v2__button::before { content: "ZH"; }
body.ehk-v2 .pagelayer-header .eks-global-language-v2__button::after { content: "+6"; }

body.ehk-v2 .pagelayer-header .pagelayer-wp-title-link {
  position: relative;
  display: grid !important;
  grid-template-columns: 3.2rem minmax(0, 1fr) !important;
  grid-template-rows: auto auto;
  column-gap: .95rem !important;
  align-items: center;
  min-height: 3.25rem;
  color: var(--ehk-luxury-wine) !important;
  text-decoration: none !important;
}

body.ehk-v2 .pagelayer-header .pagelayer-wp-title-link::before {
  grid-column: 1;
  grid-row: 1 / span 2;
  width: 3.2rem !important;
  height: 3.2rem !important;
  border: 0;
  background: url("../design/assets/svg/ehk-monogram-selected-01.svg") center / contain no-repeat !important;
  content: "";
}

body.ehk-v2 .pagelayer-header .pagelayer-wp-title-link::after {
  grid-column: 2;
  grid-row: 2;
  align-self: start;
  color: var(--ehk-luxury-muted);
  content: "ATTORNEY · MERSIN";
  font-family: var(--ehk-luxury-sans);
  font-size: .62rem;
  font-weight: 800;
  letter-spacing: .24em;
  line-height: 1.2;
}

body.ehk-v2 .pagelayer-header .pagelayer-wp-title-heading {
  grid-column: 2;
  grid-row: 1;
  align-self: end;
  margin: 0 !important;
  color: var(--ehk-luxury-wine) !important;
  font-family: var(--ehk-luxury-serif) !important;
  font-size: clamp(1rem, 1.35vw, 1.2rem) !important;
  font-weight: 700 !important;
  line-height: 1.1 !important;
  letter-spacing: .045em !important;
  text-transform: uppercase;
  white-space: nowrap;
}

html[lang^="tr"] body.ehk-v2 .pagelayer-header .pagelayer-wp-title-link::after { content: "AVUKAT · MERSİN"; }
html[lang^="en"] body.ehk-v2 .pagelayer-header .pagelayer-wp-title-link::after { content: "ATTORNEY · MERSIN"; }
html[lang^="de"] body.ehk-v2 .pagelayer-header .pagelayer-wp-title-link::after { content: "RECHTSANWALT · MERSIN"; }
html[lang^="fr"] body.ehk-v2 .pagelayer-header .pagelayer-wp-title-link::after { content: "AVOCAT · MERSIN"; }
html[lang^="ru"] body.ehk-v2 .pagelayer-header .pagelayer-wp-title-link::after { content: "АДВОКАТ · МЕРСИН"; }
html[lang^="ar"] body.ehk-v2 .pagelayer-header .pagelayer-wp-title-link::after { content: "محامٍ · مرسين"; }
html[lang^="zh"] body.ehk-v2 .pagelayer-header .pagelayer-wp-title-link::after { content: "律师 · 梅尔辛"; }

body.ehk-v2 .pagelayer-header .pagelayer-wp_menu-ul > li > a {
  color: #3f4147 !important;
  font-family: var(--ehk-luxury-sans) !important;
  font-size: .72rem !important;
  font-weight: 800 !important;
  letter-spacing: .065em !important;
  padding-inline: clamp(.55rem, 1vw, .9rem) !important;
}

body.ehk-v2 .pagelayer-header .menu-item-home,
body.ehk-v2 .pagelayer-header .pll-parent-menu-item {
  display: none !important;
}

body.ehk-v2 .pagelayer-header .pagelayer-wp_menu-ul > li > a:hover,
body.ehk-v2 .pagelayer-header .pagelayer-wp_menu-ul > li.current-menu-item > a {
  color: var(--ehk-luxury-wine) !important;
}

body.ehk-v2 .pagelayer-header .eks-global-language-v2__button,
body.ehk-v2 .pagelayer-header .pagelayer-primary-menu-bar i,
body.ehk-v2 .pagelayer-header .pagelayer-wp_menu-close i {
  min-width: 2.9rem !important;
  min-height: 2.9rem !important;
  border: 1px solid var(--ehk-luxury-line) !important;
  border-radius: 50% !important;
  color: var(--ehk-luxury-wine) !important;
  background: transparent !important;
  box-shadow: none !important;
}

body.ehk-v2 .pagelayer-header .eks-global-language-v2__menu {
  border: 1px solid var(--ehk-luxury-line) !important;
  border-radius: .9rem !important;
  background: var(--ehk-luxury-paper) !important;
  box-shadow: 0 1.5rem 3.75rem rgb(37 3 7 / 14%) !important;
}

body.ehk-v2 .ehk-header-request {
  position: absolute;
  z-index: 2;
  inset-block-start: 50%;
  inset-inline-end: max(2rem, calc((100% - 78rem) / 2));
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: .75rem;
  min-height: 3.15rem;
  padding: .8rem 1.35rem;
  border: 1px solid var(--ehk-luxury-wine);
  border-radius: .16rem;
  color: #fff !important;
  background: var(--ehk-luxury-wine);
  font-size: .78rem;
  font-weight: 800;
  letter-spacing: .035em;
  text-decoration: none !important;
  transform: translateY(-50%);
}

body.ehk-v2 .ehk-header-request:hover {
  color: var(--ehk-luxury-wine-dark) !important;
  background: var(--ehk-luxury-gold-soft);
}

@media (min-width: 1181px) {
  body.ehk-v2 .pagelayer-header .eks-global-language-host {
    padding-inline-start: max(2rem, calc((100% - 78rem) / 2)) !important;
    padding-inline-end: max(13.75rem, calc((100% - 78rem) / 2 + 11.25rem)) !important;
  }
}

/* The consultation action is intentionally removed before the navigation
 * becomes crowded. Long German, Russian and French labels then keep their own
 * grid track instead of flowing underneath the brand. */
@media (min-width: 1241px) and (max-width: 1500px) {
  body.ehk-v2 .ehk-header-request {
    display: none !important;
  }

  body.ehk-v2 .pagelayer-header .eks-global-language-host {
    padding-inline: 0 !important;
  }
}

/* PageLayer waits until tablet width before exposing its menu button. The
 * multilingual labels need an earlier, deliberate breakpoint. */
@media (min-width: 769px) and (max-width: 1240px) {
  body.ehk-v2 .ehk-header-request {
    display: none !important;
  }

  body.ehk-v2 .pagelayer-header .eks-global-language-host {
    width: min(100% - 3rem, 78rem) !important;
    padding-inline: 0 !important;
  }

  @supports selector(:has(*)) {
    body.ehk-v2 .pagelayer-header .eks-global-language-host,
    body.ehk-v2.rtl .pagelayer-header .eks-global-language-host {
      grid-template-columns: minmax(0, 1fr) 3rem 3rem !important;
      gap: .7rem !important;
    }

    body.ehk-v2 .pagelayer-header .eks-global-language-host > .pagelayer-col:has(.pagelayer-wp_title) {
      grid-column: 1 !important;
    }

    body.ehk-v2 .pagelayer-header .eks-global-language-v2 {
      grid-column: 2 !important;
    }

    body.ehk-v2 .pagelayer-header .eks-global-language-host > .pagelayer-col:has(.pagelayer-wp_menu) {
      grid-column: 3 !important;
    }
  }

  body.ehk-v2 .pagelayer-header .pagelayer-wp_menu,
  body.ehk-v2 .pagelayer-header .pagelayer-wp-menu-holder {
    position: relative !important;
    width: 3rem !important;
  }

  body.ehk-v2 .pagelayer-header .pagelayer-primary-menu-bar {
    display: block !important;
    width: 3rem !important;
    height: 3rem !important;
    text-align: end !important;
  }

  body.ehk-v2 .pagelayer-header .pagelayer-primary-menu-bar i {
    display: grid !important;
    place-items: center;
    width: 3rem !important;
    height: 3rem !important;
    padding: 0 !important;
    font-size: 1.15rem !important;
    cursor: pointer;
  }

  body.ehk-v2 .pagelayer-header .pagelayer-wp-menu-container {
    position: absolute !important;
    z-index: 10030 !important;
    inset-block-start: calc(100% + .85rem) !important;
    inset-inline-end: 0 !important;
    display: block !important;
    width: min(34rem, calc(100vw - 3rem)) !important;
    max-height: calc(100vh - 8rem);
    margin: 0 !important;
    padding: 1rem 1.45rem 1.45rem !important;
    overflow: auto;
    border: 1px solid var(--ehk-luxury-line) !important;
    border-radius: 1rem !important;
    color: var(--ehk-luxury-wine-dark) !important;
    background: var(--ehk-luxury-paper) !important;
    box-shadow: 0 1.5rem 4rem rgb(37 3 7 / 15%) !important;
    opacity: 0 !important;
    visibility: hidden !important;
    pointer-events: none !important;
    transform: translateY(-.75rem) !important;
    transition: opacity 180ms ease, transform 180ms ease, visibility 180ms ease !important;
  }

  body.ehk-v2 .pagelayer-header .pagelayer-wp-menu-container.pagelayer-togglt-on {
    opacity: 1 !important;
    visibility: visible !important;
    pointer-events: auto !important;
    transform: translateY(0) !important;
  }

  body.ehk-v2 .pagelayer-header .pagelayer-wp_menu-close {
    display: flex !important;
    justify-content: flex-end;
    margin-bottom: .35rem;
  }

  body.ehk-v2 .pagelayer-header .pagelayer-wp_menu-close i {
    display: grid !important;
    place-items: center;
    width: 2.75rem !important;
    height: 2.75rem !important;
    padding: 0 !important;
    cursor: pointer;
  }

  body.ehk-v2 .pagelayer-header .pagelayer-wp_menu-ul {
    position: static !important;
    display: grid !important;
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    transform: none !important;
  }

  body.ehk-v2 .pagelayer-header .pagelayer-wp_menu-ul > li {
    display: block !important;
    width: 100% !important;
    margin: 0 !important;
  }

  body.ehk-v2 .pagelayer-header .pagelayer-wp_menu-ul > li > a {
    justify-content: flex-start !important;
    min-height: 3.45rem !important;
    padding: .75rem .15rem !important;
    border-bottom: 1px solid #e5ded4 !important;
    color: var(--ehk-luxury-wine-dark) !important;
    font-family: var(--ehk-luxury-serif) !important;
    font-size: clamp(1.08rem, 2.4vw, 1.35rem) !important;
    font-weight: 560 !important;
    letter-spacing: 0 !important;
    line-height: 1.25 !important;
    text-align: start !important;
    text-transform: none !important;
    white-space: normal !important;
  }
}

/* New semantic route shell. */
body.ehk-v2 .ehk-luxury-main {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
  color: var(--ehk-luxury-ink);
  background: var(--ehk-luxury-canvas);
}

body.ehk-v2 .ehk-luxury-shell {
  width: var(--ehk-luxury-container);
  margin-inline: auto;
}

body.ehk-v2 .ehk-luxury-section {
  padding-block: clamp(4.7rem, 8vw, 8rem);
}

body.ehk-v2 .ehk-luxury-section + .ehk-luxury-section {
  border-top: 1px solid var(--ehk-luxury-line);
}

body.ehk-v2 .ehk-luxury-eyebrow {
  display: flex;
  gap: 1rem;
  align-items: center;
  margin: 0 0 clamp(2rem, 4vw, 3.4rem);
  color: #6a6f78;
  font-size: clamp(.72rem, 1.1vw, .9rem);
  font-weight: 850;
  letter-spacing: .22em;
  line-height: 1.4;
  text-transform: uppercase;
}

body.ehk-v2 .ehk-luxury-eyebrow::before {
  width: 3.5rem;
  height: 1px;
  flex: none;
  background: currentColor;
  content: "";
}

body.ehk-v2 .ehk-luxury-title,
body.ehk-v2 .ehk-luxury-heading,
body.ehk-v2 .ehk-luxury-card h2,
body.ehk-v2 .ehk-luxury-card h3,
body.ehk-v2 .ehk-luxury-stat strong {
  color: var(--ehk-luxury-wine-dark);
  font-family: var(--ehk-luxury-serif) !important;
  font-weight: 500;
  letter-spacing: -.025em;
  text-wrap: balance;
}

body.ehk-v2 .ehk-luxury-title {
  max-width: 13ch;
  margin: 0;
  font-size: clamp(3.1rem, 7.7vw, 7.1rem);
  line-height: .96;
}

body.ehk-v2 .ehk-luxury-title em {
  color: #7f263a;
  font-weight: 400;
}

body.ehk-v2 .ehk-luxury-lead {
  max-width: 62ch;
  margin: clamp(2.2rem, 4vw, 3.8rem) 0 0;
  color: var(--ehk-luxury-muted);
  font-size: clamp(1.12rem, 1.65vw, 1.48rem);
  line-height: 1.72;
}

body.ehk-v2 .ehk-luxury-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin-top: clamp(2rem, 4vw, 3.4rem);
}

body.ehk-v2 .ehk-luxury-button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: .85rem;
  min-width: 13rem;
  min-height: 3.65rem;
  padding: .95rem 1.5rem;
  border: 1px solid var(--ehk-luxury-wine);
  border-radius: .2rem;
  color: #fff !important;
  background: var(--ehk-luxury-wine);
  font-size: .92rem;
  font-weight: 800;
  line-height: 1.2;
  text-decoration: none !important;
  transition: transform 160ms ease, background 160ms ease, color 160ms ease;
}

body.ehk-v2 .ehk-luxury-button::after {
  content: "→";
  font-size: 1.35em;
  font-weight: 400;
}

body.ehk-v2.rtl .ehk-luxury-button::after {
  content: "←";
}

body.ehk-v2 .ehk-luxury-button:hover {
  color: var(--ehk-luxury-wine-dark) !important;
  background: var(--ehk-luxury-gold-soft);
  transform: translateY(-2px);
}

body.ehk-v2 .ehk-luxury-button--ghost {
  color: var(--ehk-luxury-wine) !important;
  background: transparent;
}

body.ehk-v2 .ehk-luxury-hero {
  position: relative;
  min-height: min(51rem, calc(100vh - 8rem));
  padding-block: clamp(5rem, 10vw, 10rem) clamp(5.5rem, 11vw, 10rem);
  overflow: hidden;
}

/* Selected concept 01 — Editorial Authority home composition. */
body.ehk-v2 .ehk-editorial-home .ehk-luxury-hero {
  min-height: 0;
  padding-block: clamp(4.5rem, 7vw, 6.8rem) clamp(3.5rem, 6vw, 5.5rem);
}

body.ehk-v2 .ehk-editorial-home .ehk-luxury-title {
  max-width: 19ch;
  font-size: clamp(3.25rem, 5.15vw, 5.35rem);
  line-height: .98;
}

body.ehk-v2 .ehk-editorial-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.38fr) minmax(22rem, .72fr);
  gap: clamp(3rem, 7vw, 6.5rem);
  align-items: center;
}

body.ehk-v2 .ehk-editorial-hero-copy {
  min-width: 0;
}

body.ehk-v2 .ehk-editorial-hero-copy .ehk-luxury-eyebrow {
  margin-bottom: clamp(2rem, 3vw, 2.8rem);
}

body.ehk-v2 .ehk-editorial-hero-copy .ehk-luxury-lead {
  max-width: 57ch;
  margin-top: clamp(2rem, 3.5vw, 3rem);
  font-size: clamp(1.02rem, 1.35vw, 1.22rem);
  line-height: 1.75;
}

body.ehk-v2 .ehk-editorial-hero-copy .ehk-luxury-actions {
  margin-top: clamp(1.8rem, 3vw, 2.7rem);
}

body.ehk-v2 .ehk-editorial-hero-process {
  position: relative;
  z-index: 1;
  min-width: 0;
  padding: clamp(1.7rem, 3vw, 2.6rem) 0 clamp(1.5rem, 2.5vw, 2rem) clamp(1.7rem, 3vw, 2.5rem);
  border-inline-start: 1px solid var(--ehk-luxury-gold);
}

body.ehk-v2 .ehk-editorial-process-title {
  display: grid;
  grid-template-columns: 2rem minmax(0, 1fr);
  gap: 1rem;
  align-items: start;
  padding-bottom: 2rem;
  border-bottom: 1px solid var(--ehk-luxury-line);
}

body.ehk-v2 .ehk-editorial-process-title span,
body.ehk-v2 .ehk-editorial-hero-process .ehk-luxury-step__no {
  color: #8a682e;
  font-size: .7rem;
  font-weight: 850;
  letter-spacing: .08em;
}

body.ehk-v2 .ehk-editorial-process-title h2 {
  max-width: 16ch;
  margin: -.25rem 0 0;
  color: var(--ehk-luxury-wine-dark);
  font-family: var(--ehk-luxury-serif) !important;
  font-size: clamp(1.65rem, 2.3vw, 2.25rem);
  font-weight: 520;
  line-height: 1.15;
}

body.ehk-v2 .ehk-editorial-hero-process .ehk-luxury-steps {
  border: 0;
}

body.ehk-v2 .ehk-editorial-hero-process .ehk-luxury-step {
  grid-template-columns: 2rem minmax(0, 1fr);
  gap: 1rem;
  padding: 1.25rem 0;
}

body.ehk-v2 .ehk-editorial-hero-process .ehk-luxury-step + .ehk-luxury-step {
  padding-top: 1.25rem;
}

body.ehk-v2 .ehk-editorial-hero-process .ehk-luxury-step h3 {
  margin: -.2rem 0 .35rem;
  font-size: clamp(1.02rem, 1.35vw, 1.22rem);
  font-weight: 650;
}

body.ehk-v2 .ehk-editorial-hero-process .ehk-luxury-step p {
  font-size: .82rem;
  line-height: 1.58;
}

body.ehk-v2 .ehk-editorial-privacy {
  margin: 1rem 0 0;
  color: var(--ehk-luxury-wine);
  font-size: .72rem;
  font-weight: 850;
  letter-spacing: .055em;
  line-height: 1.55;
  text-transform: uppercase;
}

body.ehk-v2 .ehk-editorial-privacy span {
  margin-inline-end: .45rem;
  color: var(--ehk-luxury-gold);
  font-size: 1rem;
}

body.ehk-v2 .ehk-editorial-disclaimer {
  margin: .75rem 0 0;
  color: var(--ehk-luxury-muted);
  font-size: .72rem;
  line-height: 1.5;
}

body.ehk-v2 .ehk-editorial-trust {
  border-block: 1px solid var(--ehk-luxury-line);
  background: rgb(255 253 249 / 32%);
}

body.ehk-v2 .ehk-editorial-trust .ehk-luxury-stats {
  width: var(--ehk-luxury-container);
  margin-inline: auto;
  border-top: 0;
}

body.ehk-v2 .ehk-editorial-services {
  background: #fffaf3;
}

body.ehk-v2 .ehk-editorial-home .ehk-editorial-services .ehk-luxury-card {
  min-height: 18.5rem;
}

body.ehk-v2 .ehk-editorial-publications {
  color: var(--ehk-luxury-ink);
  background: var(--ehk-luxury-canvas);
}

body.ehk-v2 .ehk-editorial-publications__layout {
  display: grid;
  grid-template-columns: minmax(0, .82fr) minmax(0, 1.18fr);
  gap: clamp(3rem, 8vw, 7rem);
  align-items: start;
}

body.ehk-v2 .ehk-editorial-article-list {
  border-top: 1px solid var(--ehk-luxury-line);
}

body.ehk-v2 .ehk-editorial-article-row {
  position: relative;
  display: block;
  padding: 1.55rem 3.5rem 1.55rem 0;
  border-bottom: 1px solid var(--ehk-luxury-line);
  color: inherit !important;
  text-decoration: none !important;
}

body.ehk-v2 .ehk-editorial-article-row::after {
  position: absolute;
  inset-block-start: 50%;
  inset-inline-end: .4rem;
  color: var(--ehk-luxury-wine);
  content: "↗";
  font-size: 1.4rem;
  transform: translateY(-50%);
}

body.ehk-v2 .ehk-editorial-article-row__meta {
  color: #8a682e;
  font-size: .7rem;
  font-weight: 850;
  letter-spacing: .09em;
  text-transform: uppercase;
}

body.ehk-v2 .ehk-editorial-article-row h3 {
  margin: .65rem 0 .55rem;
  color: var(--ehk-luxury-wine-dark);
  font-family: var(--ehk-luxury-serif) !important;
  font-size: clamp(1.35rem, 2.25vw, 1.9rem);
  font-weight: 520;
  line-height: 1.22;
}

body.ehk-v2 .ehk-editorial-article-row__link {
  color: var(--ehk-luxury-muted);
  font-size: .82rem;
  font-weight: 750;
}

body.ehk-v2 .ehk-editorial-article-row:hover h3 {
  color: #8b3040;
}

body.ehk-v2 .ehk-luxury-hero::after {
  position: absolute;
  inset-block: 7%;
  inset-inline-end: -8%;
  width: min(38vw, 34rem);
  border: 1px solid rgb(177 138 72 / 32%);
  border-radius: 50% 50% 0 0;
  content: "";
  pointer-events: none;
}

body.ehk-v2 .ehk-luxury-hero .ehk-luxury-shell {
  position: relative;
  z-index: 1;
}

body.ehk-v2 .ehk-luxury-process {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr);
  gap: clamp(3rem, 8vw, 7rem);
  align-items: start;
}

body.ehk-v2 .ehk-luxury-heading {
  max-width: 13ch;
  margin: 0;
  font-size: clamp(2.5rem, 5vw, 4.7rem);
  line-height: 1.02;
}

body.ehk-v2 .ehk-luxury-steps {
  border-inline-start: 2px solid var(--ehk-luxury-gold);
}

body.ehk-v2 .ehk-luxury-step {
  display: grid;
  grid-template-columns: 3rem minmax(0, 1fr);
  gap: 1.4rem;
  padding: 0 0 2.6rem 2.4rem;
}

body.ehk-v2 .ehk-luxury-step + .ehk-luxury-step {
  padding-top: 2.6rem;
  border-top: 1px solid var(--ehk-luxury-line);
}

body.ehk-v2 .ehk-luxury-step__no {
  color: #8a682e;
  font-size: .78rem;
  font-weight: 850;
  letter-spacing: .1em;
}

body.ehk-v2 .ehk-luxury-step h3 {
  margin: -.15rem 0 .55rem;
  font-family: var(--ehk-luxury-serif) !important;
  font-size: clamp(1.5rem, 2.3vw, 2.15rem);
  font-weight: 650;
  line-height: 1.18;
}

body.ehk-v2 .ehk-luxury-step p {
  margin: 0;
  color: var(--ehk-luxury-muted);
  line-height: 1.7;
}

body.ehk-v2 .ehk-luxury-stats {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-top: 1px solid var(--ehk-luxury-line);
  border-inline-start: 1px solid var(--ehk-luxury-line);
}

body.ehk-v2 .ehk-luxury-stat {
  min-height: 10rem;
  padding: 2rem;
  border-inline-end: 1px solid var(--ehk-luxury-line);
  border-bottom: 1px solid var(--ehk-luxury-line);
}

body.ehk-v2 .ehk-luxury-stat strong {
  display: block;
  margin-bottom: .8rem;
  font-size: clamp(2rem, 3vw, 3rem);
  line-height: 1;
}

body.ehk-v2 .ehk-luxury-stat span {
  color: var(--ehk-luxury-muted);
  font-size: .72rem;
  font-weight: 850;
  letter-spacing: .12em;
  text-transform: uppercase;
}

body.ehk-v2 .ehk-luxury-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid var(--ehk-luxury-line);
  border-inline-start: 1px solid var(--ehk-luxury-line);
}

body.ehk-v2 .ehk-luxury-card {
  position: relative;
  display: flex;
  min-height: 22rem;
  flex-direction: column;
  padding: clamp(2rem, 3vw, 3.2rem);
  border-inline-end: 1px solid var(--ehk-luxury-line);
  border-bottom: 1px solid var(--ehk-luxury-line);
  color: inherit !important;
  background: transparent;
  text-decoration: none !important;
  transition: background 170ms ease, transform 170ms ease;
}

body.ehk-v2 .ehk-luxury-card:hover {
  background: var(--ehk-luxury-paper);
}

body.ehk-v2 .ehk-luxury-card__no {
  color: #8a682e;
  font-size: .76rem;
  font-weight: 850;
  letter-spacing: .1em;
}

body.ehk-v2 .ehk-luxury-card h2,
body.ehk-v2 .ehk-luxury-card h3 {
  margin: auto 0 1rem;
  font-size: clamp(1.85rem, 3vw, 2.85rem);
  line-height: 1.08;
}

body.ehk-v2 .ehk-luxury-card p {
  margin: 0;
  color: var(--ehk-luxury-muted);
  line-height: 1.7;
}

body.ehk-v2 .ehk-luxury-card__arrow {
  position: absolute;
  inset-block-start: 2rem;
  inset-inline-end: 2rem;
  display: grid;
  width: 3rem;
  height: 3rem;
  place-items: center;
  border: 1px solid var(--ehk-luxury-line);
  border-radius: 50%;
  color: var(--ehk-luxury-wine);
  font-size: 1.35rem;
}

body.ehk-v2 .ehk-luxury-publications {
  color: var(--ehk-luxury-ink);
  background: #f3ede3;
}

body.ehk-v2 .ehk-luxury-publications .ehk-luxury-eyebrow,
body.ehk-v2 .ehk-luxury-publications .ehk-luxury-heading,
body.ehk-v2 .ehk-luxury-publications .ehk-luxury-card h2,
body.ehk-v2 .ehk-luxury-publications .ehk-luxury-card h3 {
  color: var(--ehk-luxury-wine-dark);
}

body.ehk-v2 .ehk-luxury-publications .ehk-luxury-grid {
  border-color: var(--ehk-luxury-line);
}

body.ehk-v2 .ehk-luxury-publications .ehk-luxury-card {
  min-height: 24rem;
  border-color: var(--ehk-luxury-line);
  color: var(--ehk-luxury-ink) !important;
}

body.ehk-v2 .ehk-luxury-publications .ehk-luxury-card:hover {
  background: var(--ehk-luxury-paper);
}

body.ehk-v2 .ehk-luxury-publications .ehk-luxury-card p,
body.ehk-v2 .ehk-luxury-publications .ehk-luxury-meta {
  color: var(--ehk-luxury-muted);
}

body.ehk-v2 .ehk-luxury-meta {
  display: flex;
  flex-wrap: wrap;
  gap: .65rem 1.1rem;
  margin: 0 0 1.5rem;
  color: var(--ehk-luxury-muted);
  font-size: .72rem;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}

body.ehk-v2 .ehk-luxury-intro {
  display: grid;
  grid-template-columns: minmax(0, .78fr) minmax(0, 1.22fr);
  gap: clamp(2.5rem, 8vw, 7rem);
  align-items: start;
}

body.ehk-v2 .ehk-luxury-copy {
  max-width: 68ch;
  color: var(--ehk-luxury-muted);
  font-size: clamp(1rem, 1.25vw, 1.16rem);
  line-height: 1.82;
}

body.ehk-v2 .ehk-luxury-copy :where(p, ul, ol) {
  margin-top: 0;
  margin-bottom: 1.35rem;
}

body.ehk-v2 .ehk-luxury-copy a {
  color: var(--ehk-luxury-wine) !important;
  text-underline-offset: .2em;
}

body.ehk-v2 .ehk-luxury-note {
  margin-top: 2rem;
  padding: 1.35rem 1.5rem;
  border-inline-start: 3px solid var(--ehk-luxury-gold);
  color: #4e535b;
  background: rgb(255 253 249 / 70%);
  font-size: .92rem;
  line-height: 1.65;
}

/* Contact template and preserved PageLayer submission mechanics. */
body.ehk-v2 .ehk-luxury-contact-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(27rem, .88fr);
  gap: clamp(3rem, 7vw, 6.5rem);
  align-items: start;
}

body.ehk-v2 .ehk-luxury-contact-grid .ehk-luxury-title {
  max-width: 10ch;
  font-size: clamp(3.5rem, 6vw, 5.7rem);
  line-height: .99;
}

body.ehk-v2 .ehk-luxury-contact-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 2.5rem;
  border-top: 1px solid var(--ehk-luxury-line);
  border-inline-start: 1px solid var(--ehk-luxury-line);
}

body.ehk-v2 .ehk-luxury-contact-item {
  display: block;
  min-height: 8.8rem;
  padding: 1.5rem;
  border-inline-end: 1px solid var(--ehk-luxury-line);
  border-bottom: 1px solid var(--ehk-luxury-line);
}

body.ehk-v2 .ehk-luxury-contact-item dt {
  color: var(--ehk-luxury-muted);
  font-size: .68rem;
  font-weight: 850;
  letter-spacing: .12em;
  text-transform: uppercase;
}

body.ehk-v2 .ehk-luxury-contact-item dd {
  min-width: 0;
  margin: .65rem 0 0;
  color: var(--ehk-luxury-wine-dark);
  font-family: var(--ehk-luxury-serif);
  font-size: clamp(1.08rem, 1.6vw, 1.34rem);
  overflow-wrap: anywhere;
}

body.ehk-v2 .ehk-luxury-contact-item a {
  color: inherit !important;
  text-decoration: none;
}

body.ehk-v2 .ehk-luxury-form-card {
  position: relative;
  padding: clamp(1.6rem, 4vw, 3.1rem);
  border: 1px solid var(--ehk-luxury-line);
  border-top: 4px solid var(--ehk-luxury-gold);
  background: var(--ehk-luxury-paper);
  box-shadow: 0 1.5rem 4rem rgb(37 3 7 / 5%);
}

body.ehk-v2 .ehk-luxury-form-eyebrow {
  margin: 0 0 1rem;
  color: var(--ehk-luxury-wine);
  font-size: .68rem;
  font-weight: 850;
  letter-spacing: .14em;
  text-transform: uppercase;
}

body.ehk-v2 .ehk-luxury-form-card h2 {
  margin: 0 0 2rem;
  color: var(--ehk-luxury-wine-dark);
  font-family: var(--ehk-luxury-serif) !important;
  font-size: clamp(1.75rem, 3vw, 2.6rem);
  font-weight: 550;
}

body.ehk-v2 .ehk-luxury-form-card .pagelayer-contact-holder {
  display: grid !important;
  grid-template-columns: 1fr;
  gap: 1rem;
}

body.ehk-v2 .ehk-luxury-form-card .pagelayer-contact_item {
  width: 100% !important;
  padding: 0 !important;
}

body.ehk-v2 .ehk-luxury-form-card label.screen-reader-text {
  position: static !important;
  display: block;
  width: auto !important;
  height: auto !important;
  margin: 0 0 .55rem !important;
  clip: auto !important;
  overflow: visible !important;
  color: #383c43;
  font-size: .76rem;
  font-weight: 800;
  letter-spacing: .035em;
}

body.ehk-v2 .ehk-luxury-form-card :where(input:not([type="hidden"]), textarea, select) {
  width: 100% !important;
  min-height: 3.2rem !important;
  padding: .8rem .9rem !important;
  border: 1px solid #bdb6ac !important;
  border-radius: .2rem !important;
  color: var(--ehk-luxury-ink) !important;
  background: #fff !important;
  font: inherit !important;
}

body.ehk-v2 .ehk-luxury-form-card textarea {
  min-height: 11rem !important;
  resize: vertical;
}

body.ehk-v2 .ehk-luxury-form-card .pagelayer-contact-submit-btn {
  width: 100%;
  min-height: 3.7rem !important;
  margin-top: 1rem;
  border: 1px solid var(--ehk-luxury-wine) !important;
  border-radius: .2rem !important;
  color: #fff !important;
  background: var(--ehk-luxury-wine) !important;
  font: inherit !important;
  font-weight: 850 !important;
}

body.ehk-v2 .ehk-map-preview {
  margin-top: 1.5rem;
  border: 1px solid var(--ehk-luxury-line) !important;
  border-top: 3px solid var(--ehk-luxury-gold) !important;
  border-radius: 0 !important;
  color: var(--ehk-luxury-ink) !important;
  background: var(--ehk-luxury-paper) !important;
  box-shadow: none !important;
}

body.ehk-v2 .ehk-map-preview__mark {
  border-color: var(--ehk-luxury-gold) !important;
  color: var(--ehk-luxury-wine) !important;
}

body.ehk-v2 .ehk-map-preview__eyebrow {
  color: #8a682e !important;
}

body.ehk-v2 .ehk-map-preview__link {
  border-color: var(--ehk-luxury-wine) !important;
  color: var(--ehk-luxury-wine) !important;
}

/* Existing international, publication archive and article surfaces. */
body.ehk-v2 .international-home,
body.ehk-v2 .eks-a2-home-portal,
body.ehk-v2 :where(.keskin-category-landing, .keskin-law-hub) {
  width: var(--ehk-luxury-container) !important;
  max-width: none !important;
  margin-inline: auto !important;
}

body.ehk-v2 .international-home .international-hero,
body.ehk-v2 .eks-a2-hero {
  border: 0 !important;
  border-inline-start: 2px solid var(--ehk-luxury-gold) !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

body.ehk-v2 :where(.keskin-article-shell, .eks-international-article, .international-legal-page) {
  width: min(70rem, calc(100% - 3rem)) !important;
  max-width: 70rem !important;
  margin: clamp(3rem, 7vw, 7rem) auto !important;
  padding: clamp(1.5rem, 4vw, 4rem) !important;
  border: 1px solid var(--ehk-luxury-line);
  background: var(--ehk-luxury-paper);
  box-shadow: 0 1.5rem 4rem rgb(37 3 7 / 7%);
}

body.ehk-v2 :where(.keskin-article-shell, .eks-international-article, .international-legal-page) h1 {
  max-width: 18ch;
  color: var(--ehk-luxury-wine-dark) !important;
  font-family: var(--ehk-luxury-serif) !important;
  font-size: clamp(2.5rem, 5vw, 4.8rem) !important;
  font-weight: 520 !important;
  line-height: 1.04 !important;
}

body.ehk-v2 :where(.keskin-article-body, .eks-legal-article, .eks-international-article, .international-legal-page) {
  max-width: 72ch;
  margin-inline: auto;
}

body.ehk-v2 :where(.keskin-article-body, .eks-legal-article, .eks-international-article, .international-legal-page) :where(p, li) {
  color: #41464e !important;
  font-family: var(--ehk-luxury-sans) !important;
  font-size: clamp(1rem, 1.15vw, 1.1rem) !important;
  line-height: 1.86 !important;
}

body.ehk-v2 :where(.keskin-article-body, .eks-legal-article, .eks-international-article, .international-legal-page) h2 {
  margin-top: 2.7em;
  color: var(--ehk-luxury-wine-dark) !important;
  font-family: var(--ehk-luxury-serif) !important;
  font-size: clamp(1.8rem, 3vw, 2.7rem) !important;
  font-weight: 580 !important;
}

/* Existing WordPress post template — arranged like the supplied editorial reference. */
body.ehk-v2.single-post .pagelayer-content {
  color: var(--ehk-luxury-ink);
  background: var(--ehk-luxury-canvas) !important;
}

body.ehk-v2.single-post .p-bdr9414 {
  margin: 0 !important;
  padding: clamp(1.8rem, 3vw, 2.8rem) 0 clamp(4rem, 7vw, 7rem) !important;
  background: transparent !important;
}

body.ehk-v2.single-post .p-bdr9414 > .pagelayer-row-holder {
  width: var(--ehk-luxury-container) !important;
  max-width: 78rem !important;
  flex: none !important;
  margin-inline: auto !important;
}

body.ehk-v2.single-post .p-yfr4566 {
  width: 100% !important;
  padding: 0 !important;
}

body.ehk-v2.single-post .p-yfr4566 > .pagelayer-col-holder > * {
  margin-bottom: 0 !important;
}

body.ehk-v2.single-post .p-yfr4566 > .pagelayer-col-holder,
body.ehk-v2.single-post .pagelayer-col-holder:has(> .pagelayer-post_title) {
  display: flex !important;
  flex-flow: column nowrap !important;
  align-items: stretch !important;
}

body.ehk-v2.single-post .p-yfr4566 > .pagelayer-col-holder > .keskin-breadcrumb {
  display: flex;
  flex-wrap: wrap;
  gap: .55rem;
  align-items: center;
  margin: 0 0 clamp(3rem, 5vw, 4.25rem) !important;
  color: #777c84;
  font-family: var(--ehk-luxury-sans) !important;
  font-size: .76rem;
  line-height: 1.5;
}

body.ehk-v2.single-post .p-yfr4566 > .pagelayer-col-holder > .keskin-breadcrumb a {
  color: inherit !important;
  text-decoration: none !important;
}

body.ehk-v2.single-post .ehk-article-kicker {
  display: flex;
  gap: .8rem;
  align-items: center;
  margin: 0 0 1.6rem !important;
  color: var(--ehk-luxury-wine);
  font-family: var(--ehk-luxury-sans) !important;
  font-size: .68rem;
  font-weight: 850;
  letter-spacing: .16em;
  text-transform: uppercase;
}

body.ehk-v2.single-post .ehk-article-kicker::before {
  width: 2rem;
  height: 1px;
  background: currentColor;
  content: "";
}

body.ehk-v2.single-post .pagelayer-post_title {
  width: 100% !important;
  max-width: none;
  margin: 0 !important;
  text-align: start !important;
}

body.ehk-v2.single-post .pagelayer-post_title .pagelayer-post-title {
  max-width: 22ch;
  margin: 0 !important;
  color: var(--ehk-luxury-wine-dark) !important;
  font-family: var(--ehk-luxury-serif) !important;
  font-size: clamp(3.15rem, 5.2vw, 5.1rem) !important;
  font-style: normal !important;
  font-weight: 500 !important;
  letter-spacing: -.035em !important;
  line-height: .99 !important;
  text-shadow: none !important;
  text-wrap: balance;
}

body.ehk-v2.single-post .pagelayer-post_excerpt {
  max-width: 66rem;
  margin: clamp(2rem, 3.4vw, 3rem) 0 0 !important;
  text-align: start !important;
}

body.ehk-v2.single-post .pagelayer-post_excerpt .pagelayer-post-excerpt {
  margin: 0 !important;
  color: var(--ehk-luxury-muted) !important;
  font-family: var(--ehk-luxury-serif) !important;
  font-size: clamp(1.15rem, 1.65vw, 1.42rem) !important;
  font-style: normal !important;
  font-weight: 400 !important;
  line-height: 1.55 !important;
}

body.ehk-v2.single-post .p-4wb1030,
body.ehk-v2.single-post .pagelayer-featured_img {
  display: none !important;
}

body.ehk-v2.single-post .p-yfr4566 > .pagelayer-col-holder > .keskin-article-meta {
  display: flex !important;
  flex-wrap: wrap;
  gap: .7rem 1.9rem;
  margin: clamp(2rem, 3vw, 2.8rem) 0 0 !important;
  color: #666c75 !important;
  font-family: var(--ehk-luxury-sans) !important;
  font-size: .72rem !important;
  font-weight: 700;
}

body.ehk-v2.single-post .p-yfr4566 > .pagelayer-col-holder > .keskin-article-meta span {
  display: inline-flex;
  gap: .35rem;
  align-items: center;
}

body.ehk-v2.single-post .p-yfr4566 > .pagelayer-col-holder > .keskin-article-meta span::before {
  color: var(--ehk-luxury-gold);
  content: "•";
}

body.ehk-v2.single-post .p-trw3096 {
  width: 100% !important;
  margin: clamp(3.8rem, 6vw, 5.5rem) 0 0 !important;
  padding: clamp(3.5rem, 6vw, 5.5rem) 0 0 !important;
  border-top: 1px solid var(--ehk-luxury-line);
}

body.ehk-v2.single-post .p-trw3096 :where(.pagelayer-row-holder, .pagelayer-col, .pagelayer-col-holder, .pagelayer-post-excerpt, .entry-content) {
  width: 100% !important;
  max-width: none !important;
  margin-inline: 0 !important;
  padding-inline: 0 !important;
}

body.ehk-v2.single-post .keskin-article-shell {
  display: grid !important;
  grid-template-columns: minmax(10rem, .58fr) minmax(0, 2.1fr) minmax(13rem, .78fr);
  gap: clamp(2.2rem, 5vw, 4.4rem);
  align-items: start;
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

body.ehk-v2.single-post .keskin-article-shell > .keskin-article-meta {
  display: none !important;
}

body.ehk-v2.single-post .keskin-toc {
  position: sticky;
  top: 7rem;
  grid-column: 1;
  grid-row: 1;
  margin: 0 !important;
  padding: 1.35rem 0 0 !important;
  border: 0 !important;
  border-top: 1px solid var(--ehk-luxury-line) !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

body.ehk-v2.single-post .keskin-toc summary {
  padding: 0 0 1.15rem !important;
  color: var(--ehk-luxury-wine) !important;
  background: transparent !important;
  font-family: var(--ehk-luxury-sans) !important;
  font-size: .68rem !important;
  font-weight: 850 !important;
  letter-spacing: .12em;
  text-transform: uppercase;
}

body.ehk-v2.single-post .keskin-toc ol {
  display: grid;
  gap: .72rem;
  max-height: calc(100vh - 11rem);
  margin: 0 !important;
  padding: 0 .55rem 0 0 !important;
  overflow: auto;
  list-style: none !important;
}

body.ehk-v2.single-post .keskin-toc li {
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
}

body.ehk-v2.single-post .keskin-toc a {
  display: block;
  color: #777c84 !important;
  font-family: var(--ehk-luxury-sans) !important;
  font-size: .73rem !important;
  font-weight: 500 !important;
  line-height: 1.45 !important;
  text-decoration: none !important;
}

body.ehk-v2.single-post .keskin-article-body {
  grid-column: 2;
  grid-row: 1 / span 3;
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

body.ehk-v2.single-post .keskin-article-body :where(.pagelayer-row, .pagelayer-row-holder, .pagelayer-col, .pagelayer-col-holder, .pagelayer-text-holder) {
  width: 100% !important;
  max-width: none !important;
  margin-inline: 0 !important;
  padding-inline: 0 !important;
}

body.ehk-v2.single-post .keskin-article-body .pagelayer-text {
  margin-bottom: 1.05rem !important;
}

body.ehk-v2.single-post .keskin-article-body :where(p, li) {
  color: #3f444c !important;
  font-family: var(--ehk-luxury-sans) !important;
  font-size: clamp(1rem, 1.15vw, 1.08rem) !important;
  line-height: 1.82 !important;
}

body.ehk-v2.single-post .keskin-article-body .pagelayer-col-holder > .pagelayer-text:first-child p {
  color: var(--ehk-luxury-wine-dark) !important;
  font-family: var(--ehk-luxury-serif) !important;
  font-size: clamp(1.25rem, 1.8vw, 1.5rem) !important;
  line-height: 1.55 !important;
}

body.ehk-v2.single-post .keskin-article-body :where(h2, h3, h4) {
  color: var(--ehk-luxury-wine-dark) !important;
  font-family: var(--ehk-luxury-serif) !important;
  font-weight: 560 !important;
  letter-spacing: -.018em;
}

body.ehk-v2.single-post .keskin-article-body h2 {
  margin: 2.15em 0 .7em !important;
  font-size: clamp(2rem, 3.4vw, 2.9rem) !important;
  line-height: 1.09 !important;
}

body.ehk-v2.single-post .keskin-article-body h3 {
  margin: 1.8em 0 .6em !important;
  font-size: clamp(1.4rem, 2.3vw, 1.95rem) !important;
  line-height: 1.2 !important;
}

body.ehk-v2.single-post .keskin-article-body a {
  color: var(--ehk-luxury-wine) !important;
  text-underline-offset: .18em;
}

body.ehk-v2 :where(.keskin-article-body, .eks-legal-article, .eks-international-article, .international-legal-page) {
  min-width: 0;
}

body.ehk-v2 :where(.keskin-article-body, .eks-legal-article, .eks-international-article, .international-legal-page) :where(h1, h2, h3, h4) {
  max-width: 22ch;
  overflow-wrap: break-word;
  text-wrap: balance;
}

body.ehk-v2 :where(.keskin-article-body, .eks-legal-article, .eks-international-article, .international-legal-page) :where(p, li) {
  max-width: 72ch;
  overflow-wrap: break-word;
  hyphens: auto;
}

body.ehk-v2 :where(.keskin-article-body, .eks-legal-article, .eks-international-article, .international-legal-page) :where(img, video, iframe) {
  display: block;
  max-width: 100% !important;
  height: auto;
  margin-block: clamp(1.5rem, 4vw, 3rem);
  border-radius: .75rem;
}

body.ehk-v2 :where(.keskin-article-body, .eks-legal-article, .eks-international-article, .international-legal-page) :where(blockquote) {
  margin: clamp(2rem, 5vw, 3.5rem) 0;
  padding: clamp(1.35rem, 3vw, 2rem);
  border: 0 !important;
  border-inline-start: 3px solid var(--ehk-luxury-gold) !important;
  color: var(--ehk-luxury-wine-dark) !important;
  background: #f4eee4;
  font-family: var(--ehk-luxury-serif) !important;
  font-size: clamp(1.15rem, 1.8vw, 1.42rem) !important;
  line-height: 1.6 !important;
}

body.ehk-v2 :where(.keskin-article-body, .eks-legal-article, .eks-international-article, .international-legal-page) :where(table) {
  display: block;
  width: 100% !important;
  max-width: 100%;
  margin-block: 2rem;
  overflow-x: auto;
  border-collapse: collapse;
  -webkit-overflow-scrolling: touch;
}

body.ehk-v2 :where(.keskin-article-body, .eks-legal-article, .eks-international-article, .international-legal-page) :where(th, td) {
  min-width: 8rem;
  padding: .85rem 1rem;
  border: 1px solid var(--ehk-luxury-line);
  text-align: start;
}

body.ehk-v2 :where(.keskin-article-body, .eks-legal-article, .eks-international-article, .international-legal-page) :where(th) {
  color: var(--ehk-luxury-wine-dark);
  background: #f1e9dd;
  font-weight: 800;
}

body.ehk-v2 :where(.keskin-article-body, .eks-legal-article, .eks-international-article, .international-legal-page) a {
  overflow-wrap: anywhere;
}

html[lang^="zh"] body.ehk-v2 :where(.keskin-article-body, .eks-legal-article, .eks-international-article, .international-legal-page) :where(h1, h2, h3, h4, p, li),
html[lang^="ar"] body.ehk-v2 :where(.keskin-article-body, .eks-legal-article, .eks-international-article, .international-legal-page) :where(h1, h2, h3, h4, p, li) {
  hyphens: none;
  word-break: normal;
}

body.ehk-v2.single-post .keskin-legal-note {
  position: sticky;
  top: 7rem;
  grid-column: 3;
  grid-row: 1;
  margin: 0 !important;
  padding: 1.55rem !important;
  border: 1px solid var(--ehk-luxury-line) !important;
  border-radius: 0 !important;
  color: var(--ehk-luxury-muted) !important;
  background: var(--ehk-luxury-paper) !important;
  font-family: var(--ehk-luxury-sans) !important;
  font-size: .77rem !important;
  line-height: 1.65 !important;
  box-shadow: none !important;
}

body.ehk-v2.single-post .keskin-legal-note::before {
  display: block;
  margin-bottom: 1rem;
  color: var(--ehk-luxury-wine);
  content: "Yayın ilkelerimiz";
  font-size: .68rem;
  font-weight: 850;
  letter-spacing: .12em;
  text-transform: uppercase;
}

body.ehk-v2.single-post .keskin-related {
  grid-column: 2 / 4;
  margin: clamp(3rem, 6vw, 5rem) 0 0 !important;
  padding: clamp(2rem, 4vw, 3rem) !important;
  border: 1px solid var(--ehk-luxury-line) !important;
  border-radius: 0 !important;
  background: var(--ehk-luxury-paper) !important;
  box-shadow: none !important;
}

body.ehk-v2.single-post .ek-legal-panels {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0 !important;
  width: 100% !important;
  max-width: none !important;
  margin: clamp(4rem, 7vw, 6rem) 0 0 !important;
  border: 1px solid var(--ehk-luxury-line) !important;
  background: var(--ehk-luxury-paper) !important;
}

body.ehk-v2.single-post .ek-legal-card {
  margin: 0 !important;
  padding: clamp(1.6rem, 3vw, 2.5rem) !important;
  border: 0 !important;
  border-radius: 0 !important;
  color: var(--ehk-luxury-muted) !important;
  background: transparent !important;
  box-shadow: none !important;
}

body.ehk-v2.single-post .ek-legal-card + .ek-legal-card {
  border-inline-start: 1px solid var(--ehk-luxury-line) !important;
}

body.ehk-v2.single-post .ek-legal-card :where(h2, h3, strong, a) {
  color: var(--ehk-luxury-wine-dark) !important;
}

/* Single publication — the approved editorial three-column reading layout. */
body.ehk-v2 .ehk-article.keskin-article-shell {
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

body.ehk-v2 .ehk-article-hero {
  padding-block: clamp(2rem, 4vw, 3.4rem) clamp(3.8rem, 6vw, 5.5rem);
  border-bottom: 1px solid var(--ehk-luxury-line);
}

body.ehk-v2 .ehk-article-breadcrumb {
  display: flex;
  flex-wrap: wrap;
  gap: .55rem;
  align-items: center;
  margin-bottom: clamp(3.5rem, 7vw, 6.2rem);
  color: #777c84;
  font-size: .78rem;
}

body.ehk-v2 .ehk-article-breadcrumb a {
  color: inherit !important;
  text-decoration: none;
}

body.ehk-v2 .ehk-article-breadcrumb a:hover {
  color: var(--ehk-luxury-wine) !important;
}

body.ehk-v2 .ehk-article-hero .ehk-luxury-eyebrow {
  margin-bottom: 1.6rem;
  color: var(--ehk-luxury-wine);
  font-size: .7rem;
}

body.ehk-v2 .ehk-article-title {
  max-width: 19ch;
  margin: 0;
  color: var(--ehk-luxury-wine-dark);
  font-family: var(--ehk-luxury-serif) !important;
  font-size: clamp(3.1rem, 6.1vw, 6rem);
  font-weight: 500;
  letter-spacing: -.035em;
  line-height: .98;
  text-wrap: balance;
}

body.ehk-v2 .ehk-article-lead {
  max-width: 72ch;
  margin: clamp(2rem, 3.5vw, 3.2rem) 0 0;
  color: var(--ehk-luxury-muted);
  font-family: var(--ehk-luxury-serif);
  font-size: clamp(1.15rem, 1.7vw, 1.45rem);
  line-height: 1.55;
}

body.ehk-v2 .ehk-article-meta {
  display: flex;
  flex-wrap: wrap;
  gap: .75rem 2rem;
  margin-top: clamp(2rem, 3vw, 3rem);
  color: #666c75;
  font-size: .74rem;
  font-weight: 750;
}

body.ehk-v2 .ehk-article-meta span::before {
  margin-inline-end: .45rem;
  color: var(--ehk-luxury-gold);
  content: "•";
}

body.ehk-v2 .ehk-article-layout {
  display: grid;
  grid-template-columns: minmax(10rem, .58fr) minmax(0, 2.1fr) minmax(13rem, .78fr);
  gap: clamp(2.2rem, 5vw, 4.4rem);
  align-items: start;
  padding-block: clamp(3.8rem, 7vw, 6.5rem);
}

body.ehk-v2 .ehk-article-toc,
body.ehk-v2 .ehk-article-policy {
  position: sticky;
  top: 7rem;
}

body.ehk-v2 .ehk-article-toc {
  padding-top: 1.35rem;
  border-top: 1px solid var(--ehk-luxury-line);
}

body.ehk-v2 .ehk-article-toc > p,
body.ehk-v2 .ehk-article-policy > p {
  margin: 0 0 1.2rem;
  color: var(--ehk-luxury-wine);
  font-size: .68rem;
  font-weight: 850;
  letter-spacing: .12em;
  text-transform: uppercase;
}

body.ehk-v2 .ehk-article-toc ol {
  display: grid;
  gap: .75rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

body.ehk-v2 .ehk-article-toc a {
  display: block;
  color: #777c84 !important;
  font-size: .74rem;
  line-height: 1.5;
  text-decoration: none;
}

body.ehk-v2 .ehk-article-toc a:hover {
  color: var(--ehk-luxury-wine) !important;
}

body.ehk-v2 .ehk-article-content,
body.ehk-v2 .ehk-article-content .keskin-article-body {
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

body.ehk-v2 .ehk-article-content :where(.pagelayer-row, .pagelayer-row-holder, .pagelayer-col, .pagelayer-col-holder, .pagelayer-text-holder) {
  width: 100% !important;
  max-width: none !important;
  margin-inline: 0 !important;
}

body.ehk-v2 .ehk-article-content :where(.pagelayer-row, .pagelayer-row-holder, .pagelayer-col, .pagelayer-col-holder) {
  padding-inline: 0 !important;
}

body.ehk-v2 .ehk-article-content .pagelayer-text {
  margin-bottom: 1.15rem !important;
}

body.ehk-v2 .ehk-article-content :where(p, li) {
  color: #3f444c !important;
  font-family: var(--ehk-luxury-sans) !important;
  font-size: clamp(1rem, 1.2vw, 1.09rem) !important;
  line-height: 1.82 !important;
}

body.ehk-v2 .ehk-article-content > :first-child p:first-of-type,
body.ehk-v2 .ehk-article-content .pagelayer-col-holder > .pagelayer-text:first-child + .pagelayer-text p {
  color: var(--ehk-luxury-wine-dark) !important;
  font-family: var(--ehk-luxury-serif) !important;
  font-size: clamp(1.25rem, 1.8vw, 1.52rem) !important;
  line-height: 1.55 !important;
}

body.ehk-v2 .ehk-article-content :where(h2, h3, h4) {
  color: var(--ehk-luxury-wine-dark) !important;
  font-family: var(--ehk-luxury-serif) !important;
  font-weight: 560 !important;
  letter-spacing: -.018em;
}

body.ehk-v2 .ehk-article-content h2 {
  margin: 2.2em 0 .7em !important;
  font-size: clamp(2rem, 3.5vw, 3rem) !important;
  line-height: 1.08 !important;
}

body.ehk-v2 .ehk-article-content h3 {
  margin: 1.8em 0 .6em !important;
  font-size: clamp(1.45rem, 2.4vw, 2rem) !important;
  line-height: 1.2 !important;
}

body.ehk-v2 .ehk-article-content a {
  color: var(--ehk-luxury-wine) !important;
  text-underline-offset: .18em;
}

body.ehk-v2 .ehk-article-policy {
  padding: 1.7rem;
  border: 1px solid var(--ehk-luxury-line);
  background: var(--ehk-luxury-paper);
}

body.ehk-v2 .ehk-article-policy span {
  display: block;
  color: var(--ehk-luxury-muted);
  font-size: .78rem;
  line-height: 1.65;
}

body.ehk-v2 .ehk-article-policy a {
  display: inline-block;
  margin-top: 1.25rem;
  color: var(--ehk-luxury-wine) !important;
  font-size: .74rem;
  font-weight: 800;
  text-underline-offset: .2em;
}

body.ehk-v2 .ehk-article-author {
  display: grid;
  grid-template-columns: minmax(0, 1.65fr) minmax(15rem, .75fr);
  gap: clamp(2rem, 6vw, 6rem);
  width: var(--ehk-luxury-container);
  margin-inline: auto;
  padding-block: clamp(3.5rem, 7vw, 6.5rem);
  border-top: 1px solid var(--ehk-luxury-line);
}

body.ehk-v2 .ehk-article-author .ehk-luxury-eyebrow {
  margin-bottom: 1.2rem;
  color: var(--ehk-luxury-wine);
}

body.ehk-v2 .ehk-article-author h2 {
  margin: 0 0 1rem;
  color: var(--ehk-luxury-wine-dark);
  font-family: var(--ehk-luxury-serif) !important;
  font-size: clamp(2rem, 3.8vw, 3.3rem);
  font-weight: 520;
}

body.ehk-v2 .ehk-article-author p:not(.ehk-luxury-eyebrow) {
  max-width: 62ch;
  margin: 0;
  color: var(--ehk-luxury-muted);
  line-height: 1.75;
}

body.ehk-v2 .ehk-article-author > div:last-child {
  display: grid;
  align-content: start;
  gap: .65rem;
  padding: 1.5rem;
  border: 1px solid var(--ehk-luxury-line);
  background: var(--ehk-luxury-paper);
}

body.ehk-v2 .ehk-article-author__label {
  color: var(--ehk-luxury-wine) !important;
  font-size: .68rem;
  font-weight: 850;
  letter-spacing: .12em;
  text-transform: uppercase;
}

body.ehk-v2 .ehk-article-author a {
  color: var(--ehk-luxury-wine) !important;
  font-size: .82rem;
  font-weight: 750;
  text-underline-offset: .2em;
}

body.ehk-v2 .ehk-mobile-actionbar {
  display: none;
}

/* Footer uses the same light editorial surfaces; burgundy remains an accent. */
body.ehk-v2 .pagelayer-footer,
body.ehk-v2 .eks-local-footer {
  margin-top: 0 !important;
  border-top: 1px solid var(--ehk-luxury-gold) !important;
  color: var(--ehk-luxury-muted) !important;
  background: var(--ehk-luxury-paper) !important;
}

body.ehk-v2 .pagelayer-footer > .pagelayer-row,
body.ehk-v2 .eks-local-footer > .pagelayer-row {
  color: var(--ehk-luxury-muted) !important;
  background: var(--ehk-luxury-paper) !important;
}

body.ehk-v2 .pagelayer-footer > [pagelayer-id="9ai9703"] {
  background: #fffaf3 !important;
}

body.ehk-v2 .pagelayer-footer > [pagelayer-id="gw35545"] {
  border-top: 1px solid var(--ehk-luxury-line) !important;
  background: #efe8dd !important;
}

body.ehk-v2 .pagelayer-footer .pagelayer-background-overlay,
body.ehk-v2 .eks-local-footer .pagelayer-background-overlay {
  opacity: 0 !important;
  background: transparent !important;
}

body.ehk-v2 .pagelayer-footer :where(h2, h3, h4, h5, strong),
body.ehk-v2 .eks-local-footer :where(h2, h3, h4, h5, strong) {
  color: var(--ehk-luxury-wine-dark) !important;
  font-family: var(--ehk-luxury-serif) !important;
}

body.ehk-v2 .pagelayer-footer :where(p, li, a, span, address),
body.ehk-v2 .eks-local-footer :where(p, li, a, span, address) {
  color: var(--ehk-luxury-muted) !important;
}

body.ehk-v2 .pagelayer-footer a:hover,
body.ehk-v2 .eks-local-footer a:hover {
  color: var(--ehk-luxury-wine) !important;
}

/* Selected logo #1: one semantic lockup across the native and multilingual
 * footers. The name remains selectable/indexable text; only the mark is SVG. */
body.ehk-v2 .pagelayer-footer .pagelayer-wp-title-link {
  display: grid !important;
  grid-template-columns: 4rem minmax(0, 1fr) !important;
  grid-template-rows: auto auto;
  column-gap: 1rem !important;
  align-items: center;
  max-width: 22rem;
  color: var(--ehk-luxury-wine-dark) !important;
  text-decoration: none !important;
}

body.ehk-v2 .pagelayer-footer .pagelayer-wp-title-link::before,
body.ehk-v2 .ehk-brand-mark {
  grid-column: 1;
  grid-row: 1 / span 2;
  display: block;
  width: 4rem;
  height: 5rem;
  background: url("../design/assets/svg/ehk-monogram-selected-01.svg") center / contain no-repeat !important;
  content: "";
}

body.ehk-v2 .pagelayer-footer .pagelayer-wp-title-holder {
  display: contents !important;
}

body.ehk-v2 .pagelayer-footer .pagelayer-wp-title-heading {
  grid-column: 2;
  grid-row: 1;
  align-self: end;
  margin: 0 !important;
  color: var(--ehk-luxury-wine-dark) !important;
  font-family: var(--ehk-luxury-serif) !important;
  font-size: clamp(1.05rem, 1.7vw, 1.4rem) !important;
  font-weight: 650 !important;
  letter-spacing: .055em !important;
  line-height: 1.1 !important;
  text-transform: uppercase;
}

body.ehk-v2 .pagelayer-footer .pagelayer-wp-title-link::after {
  grid-column: 2;
  grid-row: 2;
  align-self: start;
  color: var(--ehk-luxury-muted);
  content: "ATTORNEY · MERSIN";
  font-family: var(--ehk-luxury-sans);
  font-size: .62rem;
  font-weight: 800;
  letter-spacing: .22em;
  line-height: 1.3;
}

/* The native four-column footer gives its brand cell less room than the
 * multilingual footer. Keep the lockup compact so it never collides with the
 * neighbouring heading at desktop widths. */
body.ehk-v2 .pagelayer-footer .pagelayer-wp-title-link {
  grid-template-columns: 3.35rem minmax(0, 1fr) !important;
  column-gap: .75rem !important;
  max-width: 15.25rem !important;
  padding-inline-end: .5rem;
}

body.ehk-v2 .pagelayer-footer .pagelayer-wp-title-link::before {
  width: 3.35rem;
  height: 4.2rem;
}

body.ehk-v2 .pagelayer-footer .pagelayer-wp-title-heading {
  font-size: clamp(.94rem, 1.25vw, 1.08rem) !important;
  letter-spacing: .035em !important;
}

body.ehk-v2 .pagelayer-footer .pagelayer-wp-title-link::after {
  font-size: .56rem;
  letter-spacing: .18em;
}

/* Legacy footer widgets force pale text intended for the old burgundy bar.
 * Restore accessible contrast on the new light bottom surface. */
body.ehk-v2 .pagelayer-footer > [pagelayer-id="gw35545"] :where(p, span, strong) {
  color: var(--ehk-luxury-muted) !important;
}

body.ehk-v2 .pagelayer-footer > [pagelayer-id="gw35545"] a {
  color: var(--ehk-luxury-wine) !important;
}

body.ehk-v2 .pagelayer-footer > [pagelayer-id="gw35545"] .pagelayer-copyright a::before {
  color: var(--ehk-luxury-muted) !important;
  font-family: var(--ehk-luxury-sans) !important;
  font-size: .75rem !important;
  font-weight: 650 !important;
  letter-spacing: .01em;
}

body.ehk-v2 .ehk-brand-lockup {
  display: grid !important;
  grid-template-columns: 4rem minmax(0, 1fr);
  gap: 1rem;
  align-items: center;
  max-width: 24rem;
  margin-bottom: 1.45rem;
}

body.ehk-v2 .ehk-brand-copy {
  display: grid;
  gap: .4rem;
  min-width: 0;
}

body.ehk-v2 .ehk-brand-copy strong {
  color: var(--ehk-luxury-wine-dark) !important;
  font-family: var(--ehk-luxury-serif) !important;
  font-size: clamp(1.05rem, 1.7vw, 1.4rem) !important;
  font-weight: 650 !important;
  letter-spacing: .055em;
  line-height: 1.1;
}

body.ehk-v2 .ehk-brand-subtitle::after {
  color: var(--ehk-luxury-muted);
  content: "ATTORNEY · MERSIN";
  font-family: var(--ehk-luxury-sans);
  font-size: .62rem;
  font-weight: 800;
  letter-spacing: .22em;
  line-height: 1.3;
}

html[lang^="tr"] body.ehk-v2 :where(.pagelayer-footer .pagelayer-wp-title-link, .ehk-brand-subtitle)::after { content: "AVUKAT · MERSİN" !important; }
html[lang^="en"] body.ehk-v2 :where(.pagelayer-footer .pagelayer-wp-title-link, .ehk-brand-subtitle)::after { content: "ATTORNEY · MERSIN" !important; }
html[lang^="de"] body.ehk-v2 :where(.pagelayer-footer .pagelayer-wp-title-link, .ehk-brand-subtitle)::after { content: "RECHTSANWALT · MERSIN" !important; }
html[lang^="fr"] body.ehk-v2 :where(.pagelayer-footer .pagelayer-wp-title-link, .ehk-brand-subtitle)::after { content: "AVOCAT · MERSIN" !important; }
html[lang^="ru"] body.ehk-v2 :where(.pagelayer-footer .pagelayer-wp-title-link, .ehk-brand-subtitle)::after { content: "АДВОКАТ · МЕРСИН" !important; }
html[lang^="ar"] body.ehk-v2 :where(.pagelayer-footer .pagelayer-wp-title-link, .ehk-brand-subtitle)::after { content: "محامٍ · مرسين" !important; }
html[lang^="zh"] body.ehk-v2 :where(.pagelayer-footer .pagelayer-wp-title-link, .ehk-brand-subtitle)::after { content: "律师 · 梅尔辛" !important; }

body.ehk-v2 .eks-local-footer-inner {
  display: grid !important;
  grid-template-columns: minmax(16rem, 1.45fr) repeat(3, minmax(0, 1fr)) !important;
  gap: clamp(2rem, 4vw, 4.5rem) !important;
  width: var(--ehk-luxury-container) !important;
  max-width: 78rem !important;
  margin-inline: auto !important;
  padding-block: clamp(3rem, 6vw, 5rem) !important;
}

body.ehk-v2 .eks-local-footer-inner :where(section, nav) {
  min-width: 0;
}

body.ehk-v2 .eks-local-footer-inner :where(h2, h3) {
  margin: 0 0 1rem !important;
  font-size: .72rem !important;
  font-weight: 850 !important;
  letter-spacing: .14em !important;
  text-transform: uppercase;
}

body.ehk-v2 .eks-local-footer-inner :where(p, li, address, a) {
  overflow-wrap: anywhere;
  font-family: var(--ehk-luxury-sans) !important;
  font-size: .84rem !important;
  line-height: 1.75 !important;
}

body.ehk-v2 .eks-local-footer-bottom {
  padding-block: 1.25rem !important;
  border-top: 1px solid var(--ehk-luxury-line) !important;
  color: var(--ehk-luxury-muted) !important;
  background: #efe8dd !important;
  font-family: var(--ehk-luxury-sans) !important;
  font-size: .75rem !important;
}

@media (max-width: 900px) {
  body.ehk-v2 .eks-local-footer-inner {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 2.5rem !important;
  }
}

@media (max-width: 560px) {
  body.ehk-v2 .eks-local-footer-inner {
    grid-template-columns: 1fr !important;
  }

  body.ehk-v2 .pagelayer-footer .pagelayer-wp-title-link,
  body.ehk-v2 .ehk-brand-lockup {
    grid-template-columns: 3.35rem minmax(0, 1fr) !important;
  }

  body.ehk-v2 .pagelayer-footer .pagelayer-wp-title-link::before,
  body.ehk-v2 .ehk-brand-mark {
    width: 3.35rem;
    height: 4.2rem;
  }
}

@media (max-width: 1050px) {
  body.ehk-v2 {
    --ehk-luxury-container: min(78rem, calc(100% - 3rem));
  }

  body.ehk-v2 .ehk-luxury-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  body.ehk-v2 .ehk-luxury-stats {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  body.ehk-v2 .ehk-article-layout {
    grid-template-columns: minmax(10rem, .55fr) minmax(0, 2fr);
  }

  body.ehk-v2 .ehk-article-policy {
    position: static;
    grid-column: 2;
  }

  body.ehk-v2.single-post .keskin-article-shell {
    grid-template-columns: minmax(10rem, .52fr) minmax(0, 2fr);
  }

  body.ehk-v2.single-post .keskin-legal-note {
    position: static;
    grid-column: 2;
    grid-row: auto;
  }

  body.ehk-v2.single-post .keskin-related {
    grid-column: 2;
  }

  body.ehk-v2.single-post .ek-legal-panels {
    grid-template-columns: 1fr 1fr;
  }

  body.ehk-v2.single-post .ek-legal-card:last-child {
    grid-column: 1 / -1;
    border-block-start: 1px solid var(--ehk-luxury-line) !important;
    border-inline-start: 0 !important;
  }

  body.ehk-v2 .ehk-article-author {
    grid-template-columns: 1fr;
  }
}

@media (min-width: 1241px) and (max-width: 1500px) {
  @supports selector(:has(*)) {
    body.ehk-v2 .pagelayer-header .eks-global-language-host {
      grid-template-columns: minmax(16rem, 18rem) minmax(0, 1fr) auto !important;
      gap: .7rem !important;
    }
  }

  body.ehk-v2 .ehk-header-request {
    display: none !important;
  }

  body.ehk-v2 .pagelayer-header .pagelayer-wp-title-heading {
    font-size: .96rem !important;
  }

  body.ehk-v2 .pagelayer-header .pagelayer-wp-title-link::after {
    font-size: .54rem;
    letter-spacing: .18em;
  }
}

@media (max-width: 782px) {
  body.admin-bar.ehk-v2 .pagelayer-header {
    top: 46px !important;
  }
}

@media (max-width: 768px) {
  body.ehk-v2 {
    --ehk-luxury-container: min(100% - 2rem, 78rem);
    padding-bottom: 4.8rem;
  }

  body.ehk-v2 .ehk-header-request {
    display: none !important;
  }

  body.ehk-v2 .ehk-stage-ribbon {
    min-height: 2.55rem;
    padding-inline: 1rem;
    font-size: .66rem;
    letter-spacing: .09em;
  }

  body.ehk-v2 .pagelayer-header .eks-global-language-host {
    width: calc(100% - 2rem) !important;
    min-height: 5.2rem !important;
  }

  @supports selector(:has(*)) {
    body.ehk-v2 .pagelayer-header .eks-global-language-host,
    body.ehk-v2.rtl .pagelayer-header .eks-global-language-host {
      grid-template-columns: minmax(0, 1fr) 2.9rem 2.9rem !important;
      gap: .5rem !important;
    }

    body.ehk-v2 .pagelayer-header .eks-global-language-host > .pagelayer-col:has(.pagelayer-wp_title) {
      grid-column: 1 !important;
    }

    body.ehk-v2 .pagelayer-header .eks-global-language-v2 {
      grid-column: 2 !important;
    }

    body.ehk-v2 .pagelayer-header .eks-global-language-host > .pagelayer-col:has(.pagelayer-wp_menu) {
      grid-column: 3 !important;
    }
  }

  body.ehk-v2 .pagelayer-header .pagelayer-wp-title-link {
    grid-template-columns: 2.75rem minmax(0, 1fr) !important;
    column-gap: .7rem !important;
  }

  body.ehk-v2 .pagelayer-header .pagelayer-wp-title-link::before {
    width: 2.75rem !important;
    height: 2.75rem !important;
    background-size: 2.1rem !important;
  }

  body.ehk-v2 .pagelayer-header .pagelayer-wp-title-heading {
    font-size: clamp(.84rem, 3.5vw, 1.05rem) !important;
  }

  body.ehk-v2 .pagelayer-header .pagelayer-wp-title-link::after {
    font-size: .54rem;
    letter-spacing: .18em;
  }

  body.ehk-v2 .pagelayer-header .pagelayer-menu-type-dropdown {
    inset-inline-end: 0 !important;
    width: min(35rem, calc(100vw - 1.5rem)) !important;
    margin-top: .8rem !important;
    padding: 1.5rem !important;
    border: 1px solid var(--ehk-luxury-line) !important;
    border-radius: 1rem !important;
    color: var(--ehk-luxury-wine-dark) !important;
    background: var(--ehk-luxury-paper) !important;
    box-shadow: 0 1.5rem 4rem rgb(37 3 7 / 15%) !important;
  }

  body.ehk-v2 .pagelayer-header .pagelayer-menu-type-dropdown a {
    min-height: 3.3rem !important;
    border-bottom: 1px solid #e5ded4 !important;
    color: var(--ehk-luxury-wine-dark) !important;
    font-family: var(--ehk-luxury-serif) !important;
    font-size: 1.35rem !important;
    font-weight: 560 !important;
    text-transform: none !important;
  }

  body.ehk-v2 .ehk-luxury-hero {
    min-height: 0;
    padding-block: 4.5rem 5.5rem;
  }

  body.ehk-v2 .ehk-editorial-home .ehk-luxury-hero {
    min-height: 0;
    padding-block: 3.8rem 4.5rem;
  }

  body.ehk-v2 .ehk-editorial-hero-grid {
    grid-template-columns: 1fr;
    gap: 3.5rem;
  }

  body.ehk-v2 .ehk-editorial-hero-process {
    padding: 1.7rem 0 0 1.4rem;
  }

  body.ehk-v2 .ehk-luxury-hero::after {
    inset-block: auto 1.5rem;
    inset-inline-end: -28%;
    width: 70vw;
    height: 48vw;
    opacity: .55;
  }

  body.ehk-v2 .ehk-luxury-title {
    max-width: 11ch;
    font-size: clamp(3rem, 14vw, 5rem);
    line-height: .98;
  }

  body.ehk-v2 .ehk-editorial-home .ehk-luxury-title {
    max-width: 11ch;
    font-size: clamp(3rem, 14vw, 5rem);
  }

  body.ehk-v2 .ehk-luxury-lead {
    font-size: 1.1rem;
    line-height: 1.72;
  }

  body.ehk-v2 .ehk-luxury-actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  body.ehk-v2 .ehk-luxury-button {
    width: 100%;
  }

  body.ehk-v2 .ehk-luxury-process,
  body.ehk-v2 .ehk-luxury-intro,
  body.ehk-v2 .ehk-luxury-contact-grid,
  body.ehk-v2 .ehk-editorial-publications__layout {
    grid-template-columns: 1fr;
  }

  body.ehk-v2 .ehk-editorial-publications__layout {
    gap: 2.5rem;
  }

  body.ehk-v2 .ehk-luxury-heading {
    max-width: 14ch;
    font-size: clamp(2.45rem, 10vw, 3.7rem);
  }

  body.ehk-v2 .ehk-luxury-step {
    grid-template-columns: 2.2rem minmax(0, 1fr);
    padding-inline-start: 1.4rem;
  }

  body.ehk-v2 .ehk-luxury-grid {
    grid-template-columns: 1fr;
  }

  body.ehk-v2 .ehk-luxury-card {
    min-height: 19rem;
    padding: 2rem;
  }

  body.ehk-v2 .ehk-luxury-card__arrow {
    inset-block-start: 1.5rem;
    inset-inline-end: 1.5rem;
  }

  body.ehk-v2 .ehk-luxury-contact-item {
    min-height: 0;
  }

  body.ehk-v2 .ehk-luxury-contact-list {
    grid-template-columns: 1fr;
  }

  body.ehk-v2 .ehk-luxury-form-card .pagelayer-contact-holder {
    grid-template-columns: 1fr;
  }

  body.ehk-v2 .ehk-luxury-form-card .pagelayer-contact_item {
    grid-column: 1 !important;
  }

  body.ehk-v2 :where(.keskin-article-shell, .eks-international-article, .international-legal-page) {
    width: calc(100% - 1.5rem) !important;
    margin-block: 2rem !important;
    padding: 1.25rem !important;
  }

  body.ehk-v2 .ehk-article.keskin-article-shell {
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  body.ehk-v2 .ehk-article-title {
    font-size: clamp(2.75rem, 12.5vw, 4.5rem);
  }

  body.ehk-v2 .ehk-article-breadcrumb {
    margin-bottom: 3.2rem;
  }

  body.ehk-v2 .ehk-article-layout {
    grid-template-columns: 1fr;
    gap: 2.5rem;
  }

  body.ehk-v2 .ehk-article-toc,
  body.ehk-v2 .ehk-article-policy {
    position: static;
    grid-column: 1;
  }

  body.ehk-v2 .ehk-article-toc ol {
    grid-template-columns: 1fr;
  }

  body.ehk-v2.single-post .p-bdr9414 {
    padding-top: 1.2rem !important;
  }

  body.ehk-v2.single-post .p-yfr4566 > .pagelayer-col-holder > .keskin-breadcrumb {
    margin-bottom: 3.2rem !important;
    font-size: .7rem;
  }

  body.ehk-v2.single-post .pagelayer-post_title {
    max-width: 12ch;
  }

  body.ehk-v2.single-post .pagelayer-post_title .pagelayer-post-title {
    font-size: clamp(2.75rem, 12.5vw, 4.5rem) !important;
  }

  body.ehk-v2.single-post .p-trw3096 {
    margin-top: 3.3rem !important;
    padding-top: 2.6rem !important;
  }

  body.ehk-v2.single-post .keskin-article-shell {
    grid-template-columns: 1fr;
    gap: 2.5rem;
  }

  body.ehk-v2.single-post .keskin-toc,
  body.ehk-v2.single-post .keskin-article-body,
  body.ehk-v2.single-post .keskin-legal-note,
  body.ehk-v2.single-post .keskin-related {
    position: static;
    grid-column: 1;
    grid-row: auto;
  }

  body.ehk-v2.single-post .keskin-toc ol {
    max-height: 22rem;
  }

  body.ehk-v2.single-post .ek-legal-panels {
    grid-template-columns: 1fr;
  }

  body.ehk-v2.single-post .ek-legal-card + .ek-legal-card,
  body.ehk-v2.single-post .ek-legal-card:last-child {
    grid-column: auto;
    border-block-start: 1px solid var(--ehk-luxury-line) !important;
    border-inline-start: 0 !important;
  }

  body.ehk-v2 .ehk-article-author {
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  body.ehk-v2 .ehk-mobile-actionbar {
    position: fixed;
    z-index: 10020;
    inset-inline: 0;
    bottom: 0;
    display: grid;
    grid-template-columns: 1fr;
    min-height: 4.3rem;
    border-top: 1px solid var(--ehk-luxury-gold);
    background: #fffaf3;
    box-shadow: 0 -1rem 2.5rem rgb(37 3 7 / 18%);
  }

  body.ehk-v2 .ehk-mobile-actionbar a {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: .55rem;
    color: var(--ehk-luxury-wine-dark) !important;
    font-size: .82rem;
    font-weight: 850;
    text-decoration: none !important;
  }

  body.ehk-v2 .ehk-mobile-actionbar svg {
    width: 1.2rem;
    height: 1.2rem;
    fill: none;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1.8;
  }
}

@media (max-width: 480px) {
  body.ehk-v2 {
    --ehk-luxury-container: min(100% - 1.5rem, 78rem);
  }

  body.ehk-v2 .ehk-luxury-stats {
    grid-template-columns: 1fr 1fr;
  }

  body.ehk-v2 .ehk-luxury-stat {
    min-height: 8.6rem;
    padding: 1.35rem;
  }

  body.ehk-v2 .ehk-luxury-stat strong {
    font-size: 2rem;
  }
}

/* Some legacy articles append post-specific typography after the global
 * stylesheet. This higher-specificity editorial rule keeps the reading system
 * consistent without altering the legal copy. */
body.ehk-v2.single-post article.keskin-article-shell .keskin-article-body .pagelayer-text-holder :where(p, li) {
  color: #3f444c !important;
  font-family: var(--ehk-luxury-sans) !important;
  font-size: clamp(1rem, 1.15vw, 1.08rem) !important;
  line-height: 1.82 !important;
}

body.ehk-v2.single-post article.keskin-article-shell .keskin-article-body .pagelayer-text-holder :where(h1, h2, h3, h4) {
  color: var(--ehk-luxury-wine-dark) !important;
  font-family: var(--ehk-luxury-serif) !important;
  font-weight: 560 !important;
  letter-spacing: -.018em !important;
  text-shadow: none !important;
}

body.ehk-v2.single-post article.keskin-article-shell .keskin-article-body .pagelayer-text-holder h2 {
  margin: 2.15em 0 .7em !important;
  font-size: clamp(2rem, 3.4vw, 2.9rem) !important;
  line-height: 1.09 !important;
}

body.ehk-v2.single-post article.keskin-article-shell .keskin-article-body .pagelayer-text-holder h3 {
  margin: 1.8em 0 .6em !important;
  font-size: clamp(1.4rem, 2.3vw, 1.95rem) !important;
  line-height: 1.2 !important;
}

@media (prefers-reduced-motion: reduce) {
  body.ehk-v2 *,
  body.ehk-v2 *::before,
  body.ehk-v2 *::after {
    scroll-behavior: auto !important;
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: .01ms !important;
  }
}

/* September 2026 complete multilingual tool parity. */
body.ehk-v2 .ehk-tool-catalog-heading {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 1.25rem;
  align-items: end;
  margin: 2rem 0 1.35rem;
}

body.ehk-v2 .ehk-tool-catalog-heading h3,
body.ehk-v2 .ehk-tool-item > h3,
body.ehk-v2 .ehk-courthouse-city > h3 {
  margin: 0 !important;
  color: var(--ehk-luxury-wine-dark) !important;
  font-family: var(--ehk-luxury-serif) !important;
  font-size: clamp(1.65rem, 3vw, 2.5rem) !important;
  font-weight: 560 !important;
  line-height: 1.12 !important;
  overflow-wrap: anywhere;
}

body.ehk-v2 .ehk-tool-catalog-heading p,
body.ehk-v2 .ehk-courthouse-city > p {
  max-width: 70ch;
  margin: .7rem 0 0 !important;
  color: #555c65 !important;
  font-family: var(--ehk-luxury-sans) !important;
  line-height: 1.7 !important;
}

body.ehk-v2 .ehk-tool-catalog-heading > strong {
  display: inline-flex;
  align-items: center;
  min-height: 2.5rem;
  padding: .55rem .85rem;
  border: 1px solid #d7bf8e;
  border-radius: 999px;
  color: #5a0d18 !important;
  background: #fff8e9;
  font-family: var(--ehk-luxury-sans) !important;
  font-size: .72rem !important;
  font-weight: 820 !important;
  white-space: nowrap;
}

body.ehk-v2 .ehk-tool-catalog-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
  margin-top: 1.4rem;
  min-width: 0;
}

body.ehk-v2 .ehk-tool-catalog-card {
  display: grid !important;
  grid-template-rows: auto auto minmax(5.25rem, 1fr) auto;
  gap: .82rem;
  min-width: 0;
  min-height: 19rem;
  padding: clamp(1.1rem, 2vw, 1.45rem);
  overflow: hidden;
  border: 1px solid #e0d5c2 !important;
  border-radius: .95rem !important;
  color: #30343a !important;
  background: #fffaf2 !important;
  box-shadow: none;
  text-decoration: none !important;
  transition: transform .18s ease, border-color .18s ease, box-shadow .18s ease;
}

body.ehk-v2 .ehk-tool-catalog-card:hover,
body.ehk-v2 .ehk-tool-catalog-card:focus-visible,
body.ehk-v2 .ehk-tool-catalog-card[aria-current="page"] {
  border-color: #bf9444 !important;
  box-shadow: 0 .9rem 2.2rem rgb(56 14 19 / 10%);
  transform: translateY(-2px);
}

body.ehk-v2 .ehk-tool-catalog-card__meta {
  display: flex;
  gap: .65rem;
  align-items: center;
  color: #7a622f !important;
  font-family: var(--ehk-luxury-sans) !important;
  font-size: .68rem !important;
  font-weight: 780 !important;
  letter-spacing: .035em;
}

body.ehk-v2 .ehk-tool-catalog-card__meta b {
  color: #5a0d18 !important;
  font-size: .63rem;
  letter-spacing: .08em;
}

body.ehk-v2 .ehk-tool-catalog-card > strong {
  color: #30050c !important;
  font-family: var(--ehk-luxury-serif) !important;
  font-size: clamp(1.2rem, 1.8vw, 1.55rem) !important;
  font-weight: 580 !important;
  line-height: 1.2 !important;
  overflow-wrap: anywhere;
}

body.ehk-v2 .ehk-tool-catalog-card__copy {
  color: #555c65 !important;
  font-family: var(--ehk-luxury-sans) !important;
  font-size: .76rem !important;
  line-height: 1.62 !important;
}

body.ehk-v2 .ehk-tool-catalog-card > small {
  color: #671321 !important;
  font-family: var(--ehk-luxury-sans) !important;
  font-size: .72rem !important;
  font-weight: 800 !important;
}

body.ehk-v2 .ehk-tool-item,
body.ehk-v2 .ehk-courthouse-city {
  margin-top: clamp(2rem, 5vw, 4rem);
  padding-top: clamp(1.8rem, 4vw, 3rem);
  border-top: 1px solid #dccfb7;
  min-width: 0;
}

body.ehk-v2 .ehk-tool-back {
  display: inline-flex;
  margin-bottom: 1.2rem;
  color: #671321 !important;
  font-family: var(--ehk-luxury-sans) !important;
  font-size: .76rem !important;
  font-weight: 780 !important;
  text-decoration: none !important;
}

body.ehk-v2 .ehk-tool-item__category {
  margin: 0 0 .55rem !important;
  color: #8a682e !important;
  font-family: var(--ehk-luxury-sans) !important;
  font-size: .68rem !important;
  font-weight: 850 !important;
  letter-spacing: .11em;
  text-transform: uppercase;
}

body.ehk-v2 .ehk-tool-item__notice {
  max-width: 76ch;
  margin: 1rem 0 1.5rem !important;
  padding: 1rem 1.1rem;
  border-inline-start: 3px solid #c79d43;
  border-radius: 0 .65rem .65rem 0;
  color: #4d494a !important;
  background: #fbf4e8;
  font-family: var(--ehk-luxury-sans) !important;
  font-size: .82rem !important;
  line-height: 1.68 !important;
}

body.ehk-v2.rtl .ehk-tool-item__notice {
  border-inline-start: 0;
  border-inline-end: 3px solid #c79d43;
  border-radius: .65rem 0 0 .65rem;
}

body.ehk-v2 .ehk-tool-source {
  min-width: 0;
  max-width: 100%;
  overflow: clip;
  border: 1px solid #e0d5c2;
  border-radius: 1rem;
  background: #fffdf9;
}

body.ehk-v2 .ehk-tool-source > :where(div, section, article) {
  max-width: 100%;
}

body.ehk-v2 .ehk-courthouse-city__links {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
  margin-top: 1.35rem;
}

body.ehk-v2 .ehk-courthouse-city__links > a {
  display: grid;
  gap: .55rem;
  min-width: 0;
  min-height: 8.5rem;
  padding: 1.2rem;
  border: 1px solid #dfd3be;
  border-radius: .85rem;
  color: #4e0a15 !important;
  background: #fffaf2;
  text-decoration: none !important;
}

body.ehk-v2 .ehk-courthouse-city__links strong {
  color: inherit !important;
  font-family: var(--ehk-luxury-serif) !important;
  font-size: 1.12rem !important;
  line-height: 1.25 !important;
}

body.ehk-v2 .ehk-courthouse-city__links span {
  align-self: end;
  color: #555c65 !important;
  font-family: var(--ehk-luxury-sans) !important;
  font-size: .74rem !important;
  overflow-wrap: anywhere;
}

@media (max-width: 980px) {
  body.ehk-v2 .ehk-tool-catalog-grid,
  body.ehk-v2 .ehk-courthouse-city__links {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

/* Mobile header and content recovery: PageLayer marks several header columns
 * as mobile-hidden. These rules keep the selected logo, language selector,
 * navigation trigger and every tool option visible and touchable. */
@media (max-width: 768px) {
  html,
  body.ehk-v2 {
    max-width: 100%;
    overflow-x: clip;
  }

  body.ehk-v2 .pagelayer-header {
    min-height: 4.8rem !important;
  }

  body.ehk-v2 .pagelayer-header .eks-global-language-host {
    display: grid !important;
    grid-template-columns: minmax(9.25rem, 1fr) 2.75rem 2.75rem !important;
    gap: .45rem !important;
    align-items: center !important;
    width: calc(100% - 1.25rem) !important;
    min-height: 4.8rem !important;
    margin-inline: auto !important;
    padding: .45rem 0 !important;
    visibility: visible !important;
    opacity: 1 !important;
  }

  body.ehk-v2 .pagelayer-header :where(.p-e5b4281, .p-w9k9791),
  body.ehk-v2 .pagelayer-header .eks-global-language-host > .pagelayer-col,
  body.ehk-v2 .pagelayer-header .pagelayer-wp_title,
  body.ehk-v2 .pagelayer-header .pagelayer-wp_menu,
  body.ehk-v2 .pagelayer-header .pagelayer-wp-menu-holder,
  body.ehk-v2 .pagelayer-header .eks-global-language-v2,
  body.ehk-v2 .pagelayer-header .pagelayer-primary-menu-bar {
    display: block !important;
    min-width: 0 !important;
    visibility: visible !important;
    opacity: 1 !important;
  }

  body.ehk-v2 .pagelayer-header .p-e5b4281 {
    grid-column: 1 !important;
    grid-row: 1 !important;
  }

  body.ehk-v2 .pagelayer-header .eks-global-language-v2 {
    grid-column: 2 !important;
    grid-row: 1 !important;
    width: 2.75rem !important;
  }

  body.ehk-v2 .pagelayer-header .p-w9k9791 {
    grid-column: 3 !important;
    grid-row: 1 !important;
    width: 2.75rem !important;
  }

  body.ehk-v2 .pagelayer-header .pagelayer-wp-title-link {
    display: grid !important;
    grid-template-columns: 2.55rem minmax(0, 1fr) !important;
    width: 100% !important;
    max-width: 13.5rem !important;
    min-height: 2.65rem !important;
    column-gap: .5rem !important;
    visibility: visible !important;
    opacity: 1 !important;
    overflow: visible !important;
  }

  body.ehk-v2 .pagelayer-header .pagelayer-wp-title-link::before {
    display: block !important;
    width: 2.55rem !important;
    height: 2.55rem !important;
    background-size: contain !important;
    content: "" !important;
    visibility: visible !important;
    opacity: 1 !important;
  }

  body.ehk-v2 .pagelayer-header .pagelayer-wp-title-heading {
    display: block !important;
    max-width: 100% !important;
    font-size: clamp(.7rem, 3.35vw, .92rem) !important;
    letter-spacing: .025em !important;
    white-space: nowrap !important;
    visibility: visible !important;
    opacity: 1 !important;
  }

  body.ehk-v2 .pagelayer-header .pagelayer-wp-title-link::after {
    display: block !important;
    max-width: 100%;
    font-size: .45rem !important;
    letter-spacing: .1em !important;
    white-space: nowrap;
  }

  body.ehk-v2 .pagelayer-header .eks-global-language-v2__button,
  body.ehk-v2 .pagelayer-header .pagelayer-primary-menu-bar,
  body.ehk-v2 .pagelayer-header .pagelayer-primary-menu-bar i {
    display: grid !important;
    place-items: center;
    width: 2.75rem !important;
    min-width: 2.75rem !important;
    height: 2.75rem !important;
    min-height: 2.75rem !important;
    margin: 0 !important;
    padding: 0 !important;
    visibility: visible !important;
    opacity: 1 !important;
  }

  body.ehk-v2 .pagelayer-header .pagelayer-wp-menu-container,
  body.ehk-v2 .pagelayer-header .pagelayer-menu-type-dropdown {
    inset-inline: auto 0 !important;
    width: min(32rem, calc(100vw - 1.25rem)) !important;
    max-width: calc(100vw - 1.25rem) !important;
    max-height: calc(100dvh - 6rem) !important;
    overflow: auto !important;
  }

  body.ehk-v2 .pagelayer-header .pagelayer-wp_menu-ul,
  body.ehk-v2 .pagelayer-header .pagelayer-wp_menu-ul > li,
  body.ehk-v2 .pagelayer-header .pagelayer-wp_menu-ul > li > a {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
  }

  body.ehk-v2 .pagelayer-header .pagelayer-wp_menu-ul > li > a {
    min-height: 3rem !important;
    padding: .72rem .2rem !important;
    font-size: clamp(1rem, 4.7vw, 1.25rem) !important;
    white-space: normal !important;
    overflow-wrap: anywhere !important;
  }

  body.ehk-v2 .pagelayer-header :where(#menu-item-2181, .ehk-tools-menu) > .sub-menu {
    position: static !important;
    inset: auto !important;
    display: grid !important;
    width: 100% !important;
    max-width: 100% !important;
    margin: .35rem 0 .65rem !important;
    padding: .35rem !important;
    visibility: visible !important;
    opacity: 1 !important;
    transform: none !important;
  }

  body.ehk-v2 .ehk-localized-tools-directory,
  body.ehk-v2 .ehk-localized-tool-view,
  body.ehk-v2 .ehk-tool-catalog-grid,
  body.ehk-v2 .ehk-tool-records,
  body.ehk-v2 .ehk-courthouse-city__links,
  body.ehk-v2 .eks-a2-tool-grid {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) !important;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    overflow: visible !important;
  }

  body.ehk-v2 .ehk-localized-tools-grid {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) !important;
  }

  body.ehk-v2 .ehk-localized-tools-grid > a,
  body.ehk-v2 .ehk-tool-catalog-card,
  body.ehk-v2 .ehk-tool-record,
  body.ehk-v2 .ehk-courthouse-city__links > a {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    min-height: 0 !important;
    overflow-wrap: anywhere !important;
  }

  body.ehk-v2 .ehk-localized-tools-grid > a,
  body.ehk-v2 .ehk-tool-catalog-card {
    grid-template-rows: auto !important;
    padding: 1.1rem !important;
  }

  body.ehk-v2 .ehk-tool-catalog-heading {
    grid-template-columns: 1fr;
    align-items: start;
  }

  body.ehk-v2 .ehk-tool-catalog-heading > strong {
    justify-self: start;
  }

  body.ehk-v2 .ehk-localized-tool-view {
    padding: 1rem !important;
    border-radius: .8rem;
  }

  body.ehk-v2 .ehk-tool-source {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  body.ehk-v2 .ehk-tool-source :where(.ek-t, .kh-calc, [class*="calculator"], form, table) {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
  }

  body.ehk-v2 .ehk-tool-source :where(input, select, textarea, button) {
    max-width: 100% !important;
  }
}

@media (max-width: 390px) {
  body.ehk-v2 .pagelayer-header .eks-global-language-host {
    grid-template-columns: minmax(8rem, 1fr) 2.6rem 2.6rem !important;
    width: calc(100% - .8rem) !important;
    gap: .3rem !important;
  }

  body.ehk-v2 .pagelayer-header .pagelayer-wp-title-link {
    grid-template-columns: 2.35rem minmax(0, 1fr) !important;
    column-gap: .38rem !important;
  }

  body.ehk-v2 .pagelayer-header .pagelayer-wp-title-link::before {
    width: 2.35rem !important;
    height: 2.35rem !important;
  }

  body.ehk-v2 .pagelayer-header .pagelayer-wp-title-heading {
    font-size: clamp(.63rem, 3.15vw, .76rem) !important;
  }

  body.ehk-v2 .pagelayer-header .pagelayer-wp-title-link::after {
    font-size: .4rem !important;
    letter-spacing: .07em !important;
  }
}

/* Lean translated articles now receive the same server-rendered trust and
 * contents structure as the English flagship template. */
body.ehk-v2 .ehk-article-trust-top--generated .ehk-author-credential {
  margin-top: .7rem !important;
  color: #7a5b27 !important;
  font-weight: 780 !important;
  letter-spacing: .025em;
}

body.ehk-v2 .ehk-article-trust-top--generated .ehk-article-contact-link {
  display: inline-flex !important;
  align-items: center;
  gap: .55rem;
  min-height: 2.55rem;
  margin-top: .75rem;
  padding: .62rem .95rem !important;
  border: 1px solid #5c0d19 !important;
  border-radius: 999px !important;
  color: #fffaf2 !important;
  background: #5c0d19 !important;
  font-family: var(--ehk-luxury-sans) !important;
  font-size: .73rem !important;
  font-weight: 780 !important;
  line-height: 1.2 !important;
  text-decoration: none !important;
  transition: color .2s ease, background-color .2s ease, border-color .2s ease, transform .2s ease;
}

body.ehk-v2 .ehk-article-trust-top--generated .ehk-article-contact-link:hover,
body.ehk-v2 .ehk-article-trust-top--generated .ehk-article-contact-link:focus-visible {
  color: #2f050c !important;
  background: #e4c783 !important;
  border-color: #c79d43 !important;
  transform: translateY(-1px);
}

body.ehk-v2 .international-legal-page > .ehk-generated-toc {
  display: block !important;
  margin: 1.35rem 0 clamp(2.25rem, 4vw, 3.5rem) !important;
  padding: clamp(1.15rem, 2.4vw, 1.7rem) !important;
  overflow: hidden;
  border: 1px solid #ddcfb5 !important;
  border-radius: 1rem !important;
  background: #fbf4e8 !important;
  box-shadow: 0 .8rem 2.25rem rgb(56 14 19 / 5%) !important;
}

body.ehk-v2 .international-legal-page > .ehk-generated-toc > h2 {
  margin: 0 0 1rem !important;
  color: #4e0a15 !important;
  font-family: var(--ehk-luxury-serif) !important;
  font-size: clamp(1.25rem, 2vw, 1.55rem) !important;
  font-weight: 650 !important;
  line-height: 1.25 !important;
}

body.ehk-v2 .international-legal-page > .ehk-generated-toc > ol {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0 1.8rem;
  max-height: 27rem;
  margin: 0 !important;
  padding: 0 .35rem 0 0 !important;
  overflow: auto;
  scrollbar-color: #c5a768 transparent;
}

body.ehk-v2.rtl .international-legal-page > .ehk-generated-toc > ol {
  padding: 0 0 0 .35rem !important;
}

body.ehk-v2 .international-legal-page > .ehk-generated-toc li {
  min-width: 0;
  margin: 0 !important;
  border-bottom: 1px solid rgb(113 77 45 / 15%);
}

body.ehk-v2 .international-legal-page > .ehk-generated-toc li > a {
  padding: .58rem 0 !important;
  color: #423b3c !important;
  font-family: var(--ehk-luxury-sans) !important;
  font-size: .78rem !important;
  font-weight: 610 !important;
  line-height: 1.42 !important;
  text-decoration: none !important;
}

body.ehk-v2 .international-legal-page > .ehk-generated-toc li > a:hover,
body.ehk-v2 .international-legal-page > .ehk-generated-toc li > a:focus-visible {
  color: #681524 !important;
}

body.ehk-v2 .international-legal-page h2[id^="ehk-section-"] {
  scroll-margin-top: 7.5rem;
}

/* Keep official-source lists useful and crawlable without letting a mostly
 * empty source panel dominate the article. */
body.ehk-v2 .international-legal-page h2.ehk-sources-heading {
  margin: clamp(2rem, 4vw, 3rem) 0 .75rem !important;
  font-size: clamp(1.2rem, 2vw, 1.55rem) !important;
}

body.ehk-v2 .international-legal-page h2.ehk-sources-heading + :where(ul, ol) {
  columns: 2 18rem;
  column-gap: 2rem;
  margin: 0 0 1.15rem !important;
  padding: 1rem 1.15rem 1rem 2.25rem !important;
  border: 1px solid #e0d3bd !important;
  border-radius: .85rem !important;
  background: #fffaf2 !important;
}

body.ehk-v2.rtl .international-legal-page h2.ehk-sources-heading + :where(ul, ol) {
  padding: 1rem 2.25rem 1rem 1.15rem !important;
}

@media (max-width: 760px) {
  body.ehk-v2 .international-legal-page > .ehk-generated-toc > ol {
    grid-template-columns: 1fr;
    max-height: 24rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  body.ehk-v2 .ehk-article-trust-top--generated .ehk-article-contact-link {
    transition: none !important;
  }
}

/* Several legacy translated articles append an inline `.page ... h2` rule
 * after the shared stylesheet. This deliberately more-specific rule keeps
 * every burgundy conversion panel readable without altering article headings
 * on the cream canvas. */
body.ehk-v2.page article:is(.international-legal-page, .international-home)
  :is(.eks-answer-box, .eks-a4-mid-cta, .eks-cta, .eks-a2-contact-strip)
  :is(h1, h2, h3, h4, h5, h6, p, li, strong, b, em, span, small, address) {
  color: #fffaf2 !important;
}

body.ehk-v2.page article:is(.international-legal-page, .international-home)
  :is(.eks-answer-box, .eks-a4-mid-cta, .eks-cta) a:not(.eks-a2-primary) {
  color: #f0cf89 !important;
}

body.ehk-v2.page article:is(.international-legal-page, .international-home)
  .eks-a2-contact-strip a.eks-a2-primary {
  color: #260103 !important;
  background: #d2ad63 !important;
}

/* September 2026 brand, navigation and alignment corrections. */
body.ehk-v2 .pagelayer-header .pagelayer-wp-title-link {
  display: block !important;
  width: 17.25rem !important;
  max-width: 100% !important;
  min-height: 0 !important;
  aspect-ratio: 1956 / 612;
  padding: 0 !important;
  background: url("../design/assets/svg/ehk-logo-column-horizontal-v2.png") left center / contain no-repeat !important;
}

body.ehk-v2 .pagelayer-header .pagelayer-wp-title-link::before,
body.ehk-v2 .pagelayer-header .pagelayer-wp-title-link::after {
  display: none !important;
  content: none !important;
}

body.ehk-v2 .pagelayer-header .pagelayer-wp-title-heading,
body.ehk-v2 .pagelayer-footer .pagelayer-wp-title-heading,
body.ehk-v2 .ehk-brand-copy {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0 0 0 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

@media (min-width: 1241px) {
  @supports selector(:has(*)) {
    body.ehk-v2 .pagelayer-header .eks-global-language-host,
    body.ehk-v2.rtl .pagelayer-header .eks-global-language-host {
      grid-template-columns: minmax(16.25rem, 17.5rem) minmax(0, 1fr) 3.2rem !important;
      gap: clamp(.55rem, 1vw, 1rem) !important;
    }

    body.ehk-v2.rtl .pagelayer-header .p-e5b4281,
    body.ehk-v2.rtl .pagelayer-header .eks-global-language-host > .pagelayer-col:has(.pagelayer-wp_title) {
      grid-column: 1 !important;
    }

    body.ehk-v2.rtl .pagelayer-header .p-w9k9791,
    body.ehk-v2.rtl .pagelayer-header .eks-global-language-host > .pagelayer-col:has(.pagelayer-wp_menu) {
      grid-column: 2 !important;
    }

    body.ehk-v2.rtl .pagelayer-header .eks-global-language-v2 {
      grid-column: 3 !important;
    }
  }

  body.ehk-v2 .pagelayer-header .pagelayer-wp_menu-ul > li > a {
    padding-inline: clamp(.42rem, .72vw, .72rem) !important;
    letter-spacing: .045em !important;
  }
}

body.ehk-v2 .pagelayer-header .eks-global-language-v2__button {
  width: 3.2rem !important;
  min-width: 3.2rem !important;
  padding: .62rem !important;
  gap: .32rem !important;
  font-family: var(--ehk-luxury-sans) !important;
  font-size: .6rem !important;
}

body.ehk-v2 .pagelayer-header .eks-global-language-v2__button::before,
body.ehk-v2 .pagelayer-header .eks-global-language-v2__button::after {
  display: none !important;
  content: none !important;
}

body.ehk-v2 .pagelayer-header .eks-global-language-v2__button > .eks-global-language-v2__flag,
body.ehk-v2 .pagelayer-header .eks-global-language-v2__menu .eks-global-language-v2__flag {
  display: inline-flex !important;
  width: 1.45rem;
  height: 1rem;
  flex: 0 0 1.45rem;
  overflow: hidden;
  border-radius: .12rem;
  box-shadow: 0 0 0 1px rgb(49 5 12 / 14%);
}

body.ehk-v2 .pagelayer-header .eks-global-language-v2__flag svg {
  display: block;
  width: 100%;
  height: 100%;
}

body.ehk-v2 .pagelayer-header .eks-global-language-v2__button > .eks-global-language-v2__current {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
  clip: rect(0 0 0 0) !important;
  white-space: nowrap !important;
}

body.ehk-v2 .pagelayer-header .eks-global-language-v2__button > .eks-global-language-v2__chevron {
  display: inline-block !important;
  color: var(--ehk-luxury-wine-dark) !important;
  font-size: .48rem;
  line-height: 1;
}

body.ehk-v2 .pagelayer-header .eks-global-language-v2__menu {
  inset-inline-start: auto !important;
  inset-inline-end: 0 !important;
  right: 0 !important;
  left: auto !important;
  min-width: 14rem !important;
  padding: .5rem !important;
  transform: none !important;
}

body.ehk-v2 .pagelayer-header .eks-global-language-v2 {
  position: relative !important;
}

body.ehk-v2.rtl .pagelayer-header .eks-global-language-v2__menu {
  right: auto !important;
  left: 0 !important;
}

body.ehk-v2 .pagelayer-header .eks-global-language-v2__menu a {
  display: grid !important;
  grid-template-columns: 1.45rem minmax(0, 1fr) auto;
  gap: .75rem;
  align-items: center;
  min-height: 2.85rem;
  padding: .65rem .75rem !important;
  color: var(--ehk-luxury-ink) !important;
  font-family: var(--ehk-luxury-sans) !important;
  font-size: .82rem !important;
  font-weight: 700 !important;
}

body.ehk-v2 .pagelayer-header .eks-global-language-v2__menu .eks-global-language-v2__code {
  color: var(--ehk-luxury-muted) !important;
  font-size: .66rem;
  font-weight: 850;
  letter-spacing: .08em;
}

body.ehk-v2 .ehk-header-request {
  font-family: var(--ehk-luxury-sans) !important;
  font-size: .76rem !important;
  font-weight: 850 !important;
  letter-spacing: .02em !important;
}

body.ehk-v2 .ehk-editorial-services .ehk-luxury-heading {
  max-width: 22ch !important;
  font-size: clamp(2.7rem, 4.35vw, 4.35rem);
}

body.ehk-v2 .ehk-luxury-publications .ehk-luxury-card {
  justify-content: flex-start;
}

body.ehk-v2 .ehk-luxury-publications .ehk-luxury-meta {
  min-height: 3.15rem;
  margin-bottom: 1.2rem;
}

body.ehk-v2 .ehk-luxury-publications .ehk-luxury-card h2,
body.ehk-v2 .ehk-luxury-publications .ehk-luxury-card h3 {
  margin: 0 0 1rem !important;
}

body.ehk-v2 :where(.ehk-stage-ribbon, .ehk-header-request, .ehk-luxury-button:not(.ehk-luxury-button--ghost), .ehk-luxury-form-card .pagelayer-contact-submit-btn) {
  color: #fff !important;
}

body.ehk-v2 :where(.ehk-stage-ribbon, .ehk-header-request, .ehk-luxury-button:not(.ehk-luxury-button--ghost), .ehk-luxury-form-card .pagelayer-contact-submit-btn) :where(span, strong, i) {
  color: inherit !important;
}

body.ehk-v2 .pagelayer-footer .pagelayer-wp-title-link,
body.ehk-v2 .ehk-brand-lockup {
  position: relative;
  display: block !important;
  width: 15.25rem !important;
  max-width: 100% !important;
  min-height: 0 !important;
  aspect-ratio: 1956 / 612;
  padding: 0 !important;
  background: url("../design/assets/svg/ehk-logo-column-horizontal-v2.png") left center / contain no-repeat !important;
}

body.ehk-v2 .pagelayer-footer .pagelayer-wp-title-link::before,
body.ehk-v2 .pagelayer-footer .pagelayer-wp-title-link::after,
body.ehk-v2 .ehk-brand-mark,
body.ehk-v2 .ehk-brand-subtitle::after {
  display: none !important;
  content: none !important;
}

@media (max-width: 768px) {
  body.ehk-v2 .pagelayer-header .pagelayer-wp-title-link {
    width: 100% !important;
    max-width: 13.25rem !important;
  }

  body.ehk-v2 .pagelayer-header .eks-global-language-v2__button {
    width: 2.9rem !important;
    min-width: 2.9rem !important;
    padding: .54rem !important;
  }

  body.ehk-v2 .ehk-editorial-services .ehk-luxury-heading {
    font-size: clamp(2.35rem, 10vw, 3.6rem);
  }

  body.ehk-v2 .ehk-luxury-publications .ehk-luxury-meta {
    min-height: 0;
  }
}

@media (max-width: 1240px) {
  @supports selector(:has(*)) {
    body.ehk-v2.rtl .pagelayer-header .p-e5b4281,
    body.ehk-v2.rtl .pagelayer-header .eks-global-language-host > .pagelayer-col:has(.pagelayer-wp_title) {
      grid-column: 1 !important;
    }

    body.ehk-v2.rtl .pagelayer-header .eks-global-language-v2 {
      grid-column: 2 !important;
    }

    body.ehk-v2.rtl .pagelayer-header .p-w9k9791,
    body.ehk-v2.rtl .pagelayer-header .eks-global-language-host > .pagelayer-col:has(.pagelayer-wp_menu) {
      grid-column: 3 !important;
    }
  }
}

/* Keep the principal Turkish conversion action visible on standard desktop
 * screens. The reserved end space prevents it from colliding with navigation;
 * longer translated menus retain the safer compact header at this width. */
@media (min-width: 1360px) and (max-width: 1500px) {
  html[lang^="tr"] body.ehk-v2 .ehk-header-request {
    display: inline-flex !important;
  }

  html[lang^="tr"] body.ehk-v2 .pagelayer-header .eks-global-language-host {
    padding-inline-start: 2rem !important;
    padding-inline-end: 13.75rem !important;
  }
}

/* September 2026 multilingual contrast, navigation and content corrections. */
body.ehk-v2 a.ehk-luxury-button:not(.ehk-luxury-button--ghost),
body.ehk-v2 .ehk-luxury-copy a.ehk-luxury-button:not(.ehk-luxury-button--ghost) {
  color: #fff !important;
}

/* International long-form pages use burgundy information and conversion
 * panels. General editorial rules must never recolor their copy dark-on-dark. */
body.ehk-v2 .eks-answer-box,
body.ehk-v2 .eks-answer-box :where(p, li, strong, b, em, span),
body.ehk-v2 :where(.eks-a4-mid-cta, .eks-cta) :where(h1, h2, h3, h4, p, li, strong, b, em, small, .eks-appointment-note) {
  color: #fffaf2 !important;
}

body.ehk-v2 article.eks-international-article .eks-a4-mid-cta h2,
body.ehk-v2 article.eks-international-article .eks-a4-mid-cta p,
body.ehk-v2 article.eks-international-article .eks-a4-mid-cta strong,
body.ehk-v2 article.eks-international-article .eks-cta h2,
body.ehk-v2 article.eks-international-article .eks-cta p,
body.ehk-v2 article.eks-international-article .eks-cta strong,
body.ehk-v2 article.eks-international-article .eks-cta .eks-appointment-note {
  color: #fffaf2 !important;
}

/* Some translated long-form pages use `international-legal-page` instead of
 * `eks-international-article`. Keep the component selectors explicit so their
 * own title rules cannot restore wine text over the wine gradient. */
body.ehk-v2 .eks-a4-mid-cta h1,
body.ehk-v2 .eks-a4-mid-cta h2,
body.ehk-v2 .eks-a4-mid-cta h3,
body.ehk-v2 .eks-a4-mid-cta h4,
body.ehk-v2 .eks-a4-mid-cta p,
body.ehk-v2 .eks-a4-mid-cta li,
body.ehk-v2 .eks-a4-mid-cta strong,
body.ehk-v2 .eks-cta h1,
body.ehk-v2 .eks-cta h2,
body.ehk-v2 .eks-cta h3,
body.ehk-v2 .eks-cta h4,
body.ehk-v2 .eks-cta p,
body.ehk-v2 .eks-cta li,
body.ehk-v2 .eks-cta strong,
body.ehk-v2 .eks-cta .eks-appointment-note {
  color: #fffaf2 !important;
}

body.ehk-v2 .eks-answer-box :where(a) {
  color: #f0cf89 !important;
}

body.ehk-v2 .eks-a2-contact-strip,
body.ehk-v2 .eks-a2-contact-strip > strong,
body.ehk-v2 .eks-a2-contact-strip :where(p, span) {
  color: #fffaf2 !important;
}

body.ehk-v2 .eks-a2-contact-strip a:not(.eks-a2-primary) {
  border-color: rgb(255 250 242 / 68%) !important;
  color: #fffaf2 !important;
  background: transparent !important;
}

body.ehk-v2 .eks-a2-contact-strip a.eks-a2-primary {
  border-color: #d2ad63 !important;
  color: #260103 !important;
  background: #d2ad63 !important;
}

/* The multilingual Services page is a genuine practice-area directory. It is
 * intentionally distinct from the Legal Guides archive while every card lands
 * on the corresponding filtered publication set. */
body.ehk-v2 .ehk-localized-service-grid,
body.ehk-v2 .ehk-localized-tools-grid {
  align-items: stretch;
}

body.ehk-v2 :where(.ehk-localized-service-grid, .ehk-localized-tools-grid) > a {
  display: grid !important;
  grid-template-rows: auto auto minmax(5.5rem, 1fr) auto;
  gap: .9rem;
  align-content: start;
  min-height: 20rem;
  overflow: hidden;
}

body.ehk-v2 .ehk-localized-service-grid .ehk-service-index {
  color: #8a682e !important;
  font-family: var(--ehk-luxury-sans) !important;
  font-size: .7rem !important;
  font-weight: 850 !important;
  letter-spacing: .16em;
}

body.ehk-v2 :where(.ehk-localized-service-grid, .ehk-localized-tools-grid) > a > strong {
  align-self: start;
  color: var(--ehk-luxury-wine-dark) !important;
  font-family: var(--ehk-luxury-serif) !important;
  font-size: clamp(1.45rem, 2.15vw, 2rem) !important;
  font-weight: 540 !important;
  line-height: 1.15 !important;
}

body.ehk-v2 :where(.ehk-localized-service-grid, .ehk-localized-tools-grid) > a > span:not(.ehk-service-index) {
  color: #555c65 !important;
  font-family: var(--ehk-luxury-sans) !important;
  line-height: 1.72 !important;
}

body.ehk-v2 :where(.ehk-localized-service-grid, .ehk-localized-tools-grid) > a > small {
  align-self: end;
  color: var(--ehk-luxury-wine) !important;
  font-family: var(--ehk-luxury-sans) !important;
  font-size: .72rem !important;
  font-weight: 850 !important;
  letter-spacing: .02em;
}

body.ehk-v2 .ehk-localized-tools-directory {
  margin-top: clamp(2.5rem, 5vw, 4.5rem);
  padding-top: clamp(2.5rem, 5vw, 4.5rem);
  border-top: 1px solid var(--ehk-luxury-line);
}

body.ehk-v2 .ehk-localized-tools-directory > h2 {
  color: var(--ehk-luxury-wine-dark) !important;
  font-family: var(--ehk-luxury-serif) !important;
  font-size: clamp(2rem, 3.4vw, 3rem) !important;
  font-weight: 540 !important;
}

body.ehk-v2 .ehk-localized-tools-directory > p {
  max-width: 68ch;
  color: #555c65 !important;
}

body.ehk-v2 .ehk-localized-tools-grid > a {
  min-height: 16rem;
}

body.ehk-v2 .ehk-localized-tools-grid > a[aria-current="page"] {
  border-color: #b78b39 !important;
  background: #fff8e9 !important;
  box-shadow: inset 0 0 0 1px rgb(183 139 57 / 18%);
}

body.ehk-v2 .ehk-localized-tool-view {
  max-width: 100%;
  margin-top: clamp(2rem, 4vw, 3.75rem);
  padding: clamp(1.25rem, 3.5vw, 3rem);
  overflow: hidden;
  border: 1px solid #dccfb7;
  border-radius: 1.15rem;
  background: #fffdf8;
  box-shadow: 0 1rem 3rem rgb(37 3 7 / 8%);
}

body.ehk-v2 .ehk-localized-tool-view__eyebrow {
  margin: 0 0 .65rem !important;
  color: #8a682e !important;
  font-family: var(--ehk-luxury-sans) !important;
  font-size: .68rem !important;
  font-weight: 850 !important;
  letter-spacing: .13em;
  text-transform: uppercase;
}

body.ehk-v2 .ehk-localized-tool-view > h2 {
  max-width: 22ch;
  margin: 0 !important;
  color: var(--ehk-luxury-wine-dark) !important;
  font-family: var(--ehk-luxury-serif) !important;
  font-size: clamp(2rem, 4vw, 3.35rem) !important;
  font-weight: 540 !important;
  line-height: 1.05 !important;
  overflow-wrap: anywhere;
}

body.ehk-v2 .ehk-localized-tool-view__intro {
  max-width: 72ch;
  margin: 1rem 0 2rem !important;
  color: #555c65 !important;
  font-family: var(--ehk-luxury-sans) !important;
  line-height: 1.7 !important;
}

body.ehk-v2 .ehk-tool-calculators,
body.ehk-v2 .ehk-tool-records {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
  min-width: 0;
}

body.ehk-v2 .ehk-tool-calculator,
body.ehk-v2 .ehk-tool-record {
  min-width: 0;
  margin: 0 !important;
  padding: clamp(1rem, 2.2vw, 1.45rem);
  border: 1px solid #e0d5c2 !important;
  border-radius: .9rem !important;
  color: #32363c !important;
  background: #fffaf2 !important;
  box-shadow: none !important;
  overflow-wrap: anywhere;
}

body.ehk-v2 .ehk-tool-calculator {
  display: grid;
  align-content: start;
  gap: .9rem;
}

body.ehk-v2 .ehk-tool-calculator h3,
body.ehk-v2 .ehk-tool-record strong {
  margin: 0 !important;
  color: var(--ehk-luxury-wine-dark) !important;
  font-family: var(--ehk-luxury-serif) !important;
  font-size: clamp(1.22rem, 2vw, 1.6rem) !important;
  font-weight: 560 !important;
  line-height: 1.2 !important;
  overflow-wrap: anywhere;
}

body.ehk-v2 .ehk-tool-calculator label {
  display: grid;
  gap: .35rem;
  min-width: 0;
  color: #40464e !important;
  font-family: var(--ehk-luxury-sans) !important;
  font-size: .76rem !important;
  font-weight: 720 !important;
}

body.ehk-v2 :where(.ehk-tool-calculator, .ehk-tool-search) input {
  width: 100%;
  min-width: 0;
  min-height: 2.9rem;
  padding: .66rem .78rem;
  border: 1px solid #cfc1a8 !important;
  border-radius: .62rem !important;
  color: #2f3339 !important;
  background: #fff !important;
  box-sizing: border-box;
  font-family: var(--ehk-luxury-sans) !important;
}

body.ehk-v2 .ehk-tool-calculator__actions {
  display: flex;
  flex-wrap: wrap;
  gap: .55rem;
}

body.ehk-v2 .ehk-tool-calculator button {
  min-height: 2.7rem;
  padding: .58rem .9rem;
  border: 1px solid #5a0d18 !important;
  border-radius: 999px !important;
  color: #fffaf2 !important;
  background: #5a0d18 !important;
  font-family: var(--ehk-luxury-sans) !important;
  font-size: .72rem !important;
  font-weight: 780 !important;
  cursor: pointer;
}

body.ehk-v2 .ehk-tool-calculator button[type="reset"] {
  color: #5a0d18 !important;
  background: transparent !important;
}

body.ehk-v2 .ehk-tool-calculator output {
  display: block;
  min-height: 3.1rem;
  padding: .75rem;
  border-inline-start: 3px solid #b78b39;
  color: #30353b !important;
  background: #f7efe1;
  font-family: var(--ehk-luxury-sans) !important;
  font-size: .78rem !important;
  line-height: 1.55 !important;
}

body.ehk-v2 .ehk-tool-search {
  display: block;
  max-width: 34rem;
  margin: 0 0 1.25rem;
}

body.ehk-v2 .ehk-tool-records {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

body.ehk-v2 .ehk-tool-record {
  display: grid !important;
  align-content: start;
  gap: .55rem;
  text-decoration: none !important;
}

body.ehk-v2 .ehk-tool-record--featured {
  grid-column: 1 / -1;
  border-color: #cfae68 !important;
  background: #fff6df !important;
}

body.ehk-v2 .ehk-tool-record small,
body.ehk-v2 .ehk-tool-record > span,
body.ehk-v2 .ehk-tool-record bdi {
  color: #565d65 !important;
  font-family: var(--ehk-luxury-sans) !important;
  font-size: .76rem !important;
  line-height: 1.5 !important;
}

body.ehk-v2 .ehk-tool-record__actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: .8rem;
  margin-top: .2rem;
}

body.ehk-v2 .ehk-tool-record__actions a,
body.ehk-v2 a.ehk-tool-record > span:last-child {
  color: var(--ehk-luxury-wine) !important;
  font-family: var(--ehk-luxury-sans) !important;
  font-size: .73rem !important;
  font-weight: 780 !important;
  text-underline-offset: .2em;
}

body.ehk-v2 .ehk-tool-no-results {
  color: #555c65 !important;
}

body.ehk-v2 .ehk-localized-tool-view [hidden] {
  display: none !important;
}

@media (max-width: 980px) {
  body.ehk-v2 .ehk-tool-calculators {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  body.ehk-v2 .ehk-localized-tool-view {
    padding: 1.1rem;
    border-radius: .85rem;
  }

  body.ehk-v2 .ehk-tool-records {
    grid-template-columns: 1fr;
  }

  body.ehk-v2 .ehk-tool-record--featured {
    grid-column: auto;
  }
}

body.ehk-v2 .pagelayer-header .ehk-tools-menu > .sub-menu {
  min-width: 0 !important;
  max-width: calc(100vw - 2rem) !important;
}

body.ehk-v2 .pagelayer-header .ehk-tools-menu .ehk-tools-subitem > a {
  min-height: 3rem;
  white-space: normal !important;
  line-height: 1.35 !important;
}

/* Place the consultation action in the same header grid as the logo, primary
 * navigation and flag selector. Four explicit tracks eliminate overlap for
 * long English, German, French, Russian and Arabic labels. */
@media (min-width: 1501px) {
  @supports selector(:has(*)) {
    body.ehk-v2 .pagelayer-header .eks-global-language-host,
    body.ehk-v2.rtl .pagelayer-header .eks-global-language-host {
      grid-template-columns: minmax(16.25rem, 17.5rem) minmax(0, 1fr) 3.2rem auto !important;
      gap: clamp(.6rem, .9vw, .9rem) !important;
      padding-inline: 0 !important;
    }

    body.ehk-v2 .pagelayer-header .eks-global-language-v2,
    body.ehk-v2.rtl .pagelayer-header .eks-global-language-v2 {
      grid-column: 3 !important;
      grid-row: 1 !important;
    }

    body.ehk-v2 .pagelayer-header .ehk-header-request,
    body.ehk-v2.rtl .pagelayer-header .ehk-header-request {
      position: static !important;
      grid-column: 4 !important;
      grid-row: 1 !important;
      justify-self: end;
      width: max-content;
      max-width: 15.5rem;
      margin: 0 !important;
      white-space: nowrap;
      transform: none !important;
    }
  }
}

@media (max-width: 768px) {
  body.ehk-v2 :where(.ehk-localized-service-grid, .ehk-localized-tools-grid) > a {
    grid-template-rows: auto auto auto auto;
    min-height: 0;
  }
}

/* September 2026 article trust, conversion and navigation refinement. */

/* The former consultation button must never create a second header row. */
body.ehk-v2 .pagelayer-header .ehk-header-request {
  display: none !important;
}

@media (min-width: 1241px) {
  @supports selector(:has(*)) {
    body.ehk-v2 .pagelayer-header .eks-global-language-host,
    body.ehk-v2.rtl .pagelayer-header .eks-global-language-host {
      grid-template-columns: minmax(16.25rem, 17.5rem) minmax(0, 1fr) 3.2rem !important;
      gap: clamp(.7rem, 1vw, 1rem) !important;
      padding-inline: 0 !important;
    }
  }
}

/* A compact contact dock replaces the oversized header CTA and follows the
 * viewport without changing header height. */
body.ehk-v2 .ehk-contact-dock {
  position: fixed;
  z-index: 10015;
  inset-inline-end: clamp(1rem, 2.2vw, 2rem);
  bottom: clamp(1rem, 2.2vw, 2rem);
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  gap: .55rem;
  max-width: min(22rem, calc(100vw - 2rem));
  pointer-events: none;
}

body.ehk-v2 .ehk-contact-dock a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: .65rem;
  min-height: 3rem;
  padding: .68rem 1rem;
  border: 1px solid rgb(70 9 19 / 78%);
  border-radius: 999px;
  font-family: var(--ehk-luxury-sans) !important;
  font-size: .76rem !important;
  font-weight: 780 !important;
  line-height: 1.2 !important;
  letter-spacing: .01em !important;
  text-decoration: none !important;
  box-shadow: 0 .8rem 2.2rem rgb(37 3 7 / 18%);
  transition: color .2s ease, background-color .2s ease, border-color .2s ease, transform .2s ease, box-shadow .2s ease;
  pointer-events: auto;
}

body.ehk-v2 .ehk-contact-dock__contact {
  color: #fffaf2 !important;
  background: #5a0d18 !important;
}

body.ehk-v2 .ehk-contact-dock__contact :where(span, strong, i) {
  color: inherit !important;
}

body.ehk-v2 .ehk-contact-dock__contact svg {
  width: 1.25rem;
  height: 1.25rem;
  flex: 0 0 auto;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

body.ehk-v2 .ehk-contact-dock a:hover {
  transform: translateY(-2px);
  box-shadow: 0 1rem 2.5rem rgb(37 3 7 / 24%);
}

body.ehk-v2 .ehk-contact-dock__contact:hover {
  color: #30050c !important;
  background: #e4c783 !important;
  border-color: #c79d43 !important;
}

body.ehk-v2 .ehk-contact-dock a:focus-visible {
  outline: 3px solid #d3aa55;
  outline-offset: 4px;
}

/* Older post templates already contained a floating WhatsApp control. The
 * unified dock prevents two overlapping actions. */
body.ehk-v2 .ek-whatsapp-float {
  display: none !important;
}

/* Ordered-list semantics remain in the response; counters make the same
 * sequence visible without rewriting article headings or anchor URLs. */
body.ehk-v2 :where(.keskin-toc, .eks-toc, .ehk-article-toc) > ol {
  counter-reset: ehk-article-toc;
  list-style: none !important;
}

body.ehk-v2 :where(.keskin-toc, .eks-toc, .ehk-article-toc) > ol li {
  counter-increment: ehk-article-toc;
}

body.ehk-v2 :where(.keskin-toc, .eks-toc, .ehk-article-toc) > ol li > a {
  display: grid !important;
  grid-template-columns: 2.15rem minmax(0, 1fr);
  gap: .65rem;
  align-items: start;
}

body.ehk-v2 :where(.keskin-toc, .eks-toc, .ehk-article-toc) > ol li > a::before {
  content: counter(ehk-article-toc, decimal-leading-zero);
  color: #95702d !important;
  font-family: var(--ehk-luxury-sans) !important;
  font-size: .64rem !important;
  font-weight: 850 !important;
  line-height: 1.75 !important;
  letter-spacing: .08em;
}

/* Turkish author, legal notice and official sources now form an editorial
 * trust panel directly beneath the article metadata. */
body.ehk-v2.single-post .ek-legal-panels.ehk-article-trust-top {
  display: grid !important;
  grid-template-columns: minmax(0, 1.28fr) minmax(0, 1fr) minmax(13rem, .78fr) !important;
  gap: 0 !important;
  width: 100% !important;
  max-width: none !important;
  margin: 1.35rem 0 clamp(2.2rem, 4vw, 3.4rem) !important;
  overflow: hidden;
  border: 1px solid #ddcfb5 !important;
  border-radius: 1.05rem !important;
  background: #fffaf2 !important;
  box-shadow: 0 1.15rem 3rem rgb(56 14 19 / 7%) !important;
}

body.ehk-v2.single-post .ehk-article-trust-top > .ek-legal-card {
  min-width: 0;
  padding: clamp(1.15rem, 2vw, 1.65rem) !important;
  border: 0 !important;
  border-radius: 0 !important;
  color: #403a3b !important;
  background: transparent !important;
  box-shadow: none !important;
}

body.ehk-v2.single-post .ehk-article-trust-top > .ek-legal-card + .ek-legal-card {
  border-inline-start: 1px solid #e3d8c3 !important;
}

body.ehk-v2.single-post .ehk-article-trust-top .ek-legal-card > h2 {
  margin: 0 0 .85rem !important;
  color: #681524 !important;
  font-family: var(--ehk-luxury-sans) !important;
  font-size: .75rem !important;
  font-weight: 850 !important;
  line-height: 1.35 !important;
  letter-spacing: .085em !important;
  text-transform: uppercase !important;
}

body.ehk-v2.single-post .ehk-article-trust-top .ek-author-wrap {
  display: grid !important;
  grid-template-columns: 5rem minmax(0, 1fr) !important;
  gap: 1rem !important;
  align-items: center;
  padding: 0 0 0 .95rem !important;
  border: 0 !important;
  border-inline-start: 3px solid #c79d43 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

body.ehk-v2.single-post .ehk-article-trust-top .ek-author-photo {
  width: 5rem !important;
  height: 5rem !important;
  border-radius: .75rem !important;
}

body.ehk-v2.single-post .ehk-article-trust-top .ek-author-copy h3 {
  margin: 0 0 .25rem !important;
  color: #31050d !important;
  font-family: var(--ehk-luxury-serif) !important;
  font-size: 1.08rem !important;
  font-weight: 650 !important;
  line-height: 1.25 !important;
}

body.ehk-v2.single-post .ehk-article-trust-top :where(p, li, address) {
  color: #514a4b !important;
  font-family: var(--ehk-luxury-sans) !important;
  font-size: .75rem !important;
  line-height: 1.62 !important;
}

body.ehk-v2.single-post .ehk-article-trust-top .ek-author-note {
  margin-bottom: .45rem !important;
}

body.ehk-v2.single-post .ehk-article-trust-top .ek-official-list {
  gap: .38rem !important;
  margin: 0 !important;
  padding-inline-start: 1.05rem !important;
}

body.ehk-v2.single-post .ehk-article-trust-top :where(.ek-author-link, .ek-official-list a) {
  color: #671321 !important;
  font-weight: 720 !important;
  text-underline-offset: .16em;
}

body.ehk-v2.single-post .ehk-article-trust-top .ek-contact-button {
  display: inline-flex !important;
  min-height: 2.65rem;
  padding: .65rem .9rem !important;
  border: 1px solid #5a0d18 !important;
  border-radius: 999px !important;
  color: #fffaf2 !important;
  background: #5a0d18 !important;
  font-family: var(--ehk-luxury-sans) !important;
  font-size: .73rem !important;
  font-weight: 780 !important;
  text-decoration: none !important;
}

body.ehk-v2.single-post .ehk-article-trust-top .ek-contact-button:hover {
  color: #30050c !important;
  background: #e4c783 !important;
  border-color: #c79d43 !important;
}

/* International pages keep their localized author and legal copy, moved as
 * one compact server-rendered block ahead of the long-form body. */
body.ehk-v2 .ehk-article-trust-top--international {
  display: grid !important;
  grid-template-columns: minmax(0, 1.22fr) minmax(15rem, .78fr);
  gap: 0;
  margin: 1.2rem 0 clamp(2rem, 4vw, 3rem) !important;
  overflow: hidden;
  border: 1px solid #ddcfb5 !important;
  border-radius: 1rem !important;
  background: #fffaf2 !important;
  box-shadow: 0 1rem 2.7rem rgb(56 14 19 / 7%) !important;
}

body.ehk-v2 .ehk-article-trust-top--international > :where(.eks-author-box, .eks-legal-note) {
  min-width: 0;
  margin: 0 !important;
  padding: clamp(1.15rem, 2.2vw, 1.65rem) !important;
  border: 0 !important;
  border-radius: 0 !important;
  color: #494244 !important;
  background: transparent !important;
  box-shadow: none !important;
}

body.ehk-v2 .ehk-article-trust-top--international > .eks-legal-note {
  border-inline-start: 1px solid #e3d8c3 !important;
  background: #fbf4e8 !important;
}

body.ehk-v2 .ehk-article-trust-top--international h2 {
  margin: 0 0 .65rem !important;
  color: #4e0a15 !important;
  font-family: var(--ehk-luxury-serif) !important;
  font-size: clamp(1.05rem, 1.8vw, 1.35rem) !important;
  font-weight: 650 !important;
  line-height: 1.25 !important;
}

body.ehk-v2 .ehk-article-trust-top--international :where(p, address, strong, span) {
  color: #494244 !important;
  font-family: var(--ehk-luxury-sans) !important;
  font-size: .78rem !important;
  line-height: 1.65 !important;
}

body.ehk-v2 .ehk-article-trust-top--international address {
  margin-top: .65rem !important;
  font-style: normal;
}

/* Sources stay crawlable and linked, but no longer dominate the page. */
body.ehk-v2 :where(.eks-international-article, .international-legal-page) .eks-sources {
  margin: clamp(2rem, 4vw, 3.2rem) 0 !important;
  padding: clamp(1.15rem, 2.4vw, 1.75rem) !important;
  border: 1px solid #dfd3be !important;
  border-radius: 1rem !important;
  background: #fffaf2 !important;
  box-shadow: none !important;
}

body.ehk-v2 :where(.eks-international-article, .international-legal-page) .eks-sources h2 {
  margin: 0 0 .8rem !important;
  font-size: clamp(1.2rem, 2vw, 1.55rem) !important;
}

body.ehk-v2 :where(.eks-international-article, .international-legal-page) .eks-sources ul {
  columns: 2 18rem;
  column-gap: 2.2rem;
  margin: 0 0 .7rem !important;
}

body.ehk-v2 :where(.eks-international-article, .international-legal-page) .eks-sources li {
  break-inside: avoid;
  margin: 0 0 .5rem !important;
  font-size: .78rem !important;
  line-height: 1.55 !important;
}

body.ehk-v2 :where(.eks-international-article, .international-legal-page) .eks-sources > p {
  margin: .7rem 0 0 !important;
  color: #5b5657 !important;
  font-size: .74rem !important;
  line-height: 1.55 !important;
}

/* Explicit high-contrast rules for every burgundy editorial surface. */
body.ehk-v2 :where(.eks-answer-box, .eks-a4-mid-cta, .eks-cta, .eks-a2-contact-strip) {
  color: #fffaf2 !important;
}

body.ehk-v2 :where(.eks-answer-box, .eks-a4-mid-cta, .eks-cta, .eks-a2-contact-strip)
  :where(h1, h2, h3, h4, h5, h6, p, li, strong, b, em, span, small, address) {
  color: #fffaf2 !important;
}

body.ehk-v2 :where(.eks-answer-box, .eks-a4-mid-cta, .eks-cta) a:not(.eks-a2-primary) {
  color: #f0cf89 !important;
  text-decoration-color: currentColor !important;
}

/* Primary actions use a gold fill, so their label must stay burgundy rather
 * than inheriting the gold link color used by secondary text links. */
body.ehk-v2 .eks-a4-mid-cta a:first-of-type,
body.ehk-v2 .eks-cta a.eks-button:not(.eks-button-secondary),
body.ehk-v2.page article:is(.international-legal-page, .international-home, .eks-international-article)
  .eks-a4-mid-cta a:first-of-type,
body.ehk-v2.page article:is(.international-legal-page, .international-home, .eks-international-article)
  .eks-cta a.eks-button:not(.eks-button-secondary) {
  color: #260103 !important;
  text-decoration-color: currentColor !important;
}

/* Tools dropdown: lighter typography, soft geometry and a restrained reveal. */
body.ehk-v2 .pagelayer-header :where(#menu-item-2181, .ehk-tools-menu) {
  position: relative !important;
  min-width: 0;
}

body.ehk-v2 .pagelayer-header :where(#menu-item-2181, .ehk-tools-menu) > .sub-menu {
  inset-inline-start: auto !important;
  inset-inline-end: 0 !important;
  width: min(22rem, calc(100vw - 2rem)) !important;
  min-width: 0 !important;
  max-width: calc(100vw - 2rem) !important;
  padding: .42rem !important;
  overflow: hidden;
  box-sizing: border-box;
  border: 1px solid #ddcfb5 !important;
  border-radius: .9rem !important;
  color: #3b1017 !important;
  background: #fffaf2 !important;
  box-shadow: 0 1.2rem 3rem rgb(37 3 7 / 16%) !important;
  transform-origin: top center;
}

body.ehk-v2 .pagelayer-header :where(#menu-item-2181, .ehk-tools-menu) > .sub-menu > li {
  margin: 0 !important;
  border: 0 !important;
  border-radius: .65rem !important;
  background: transparent !important;
}

body.ehk-v2 .pagelayer-header :where(#menu-item-2181, .ehk-tools-menu) > .sub-menu > li + li {
  margin-top: .16rem !important;
}

body.ehk-v2 .pagelayer-header :where(#menu-item-2181, .ehk-tools-menu) > .sub-menu > li > a {
  display: flex !important;
  align-items: center;
  min-height: 2.7rem !important;
  padding: .62rem .78rem !important;
  border: 0 !important;
  border-radius: .62rem !important;
  color: #4e0a15 !important;
  background: transparent !important;
  font-family: var(--ehk-luxury-sans) !important;
  font-size: .76rem !important;
  font-weight: 680 !important;
  line-height: 1.35 !important;
  letter-spacing: .01em !important;
  text-transform: none !important;
  white-space: normal !important;
  overflow-wrap: anywhere !important;
  word-break: normal !important;
  hyphens: auto;
  transition: color .18s ease, background-color .18s ease, transform .18s ease !important;
}

body.ehk-v2 .pagelayer-header :where(#menu-item-2181, .ehk-tools-menu) > .sub-menu > li > a :where(span, strong, i) {
  color: inherit !important;
  font: inherit !important;
  letter-spacing: inherit !important;
  text-transform: inherit !important;
}

body.ehk-v2 .pagelayer-header #menu-item-2181 > .sub-menu > li > a > .pagelayer-nav-menu-title,
body.ehk-v2 .pagelayer-header .ehk-tools-menu > .sub-menu > .ehk-tools-subitem > a > .pagelayer-nav-menu-title {
  display: block;
  min-width: 0;
  max-width: 100%;
  color: inherit !important;
  font-family: var(--ehk-luxury-sans) !important;
  font-size: .78rem !important;
  font-weight: 650 !important;
  line-height: 1.35 !important;
  letter-spacing: .01em !important;
  text-transform: none !important;
  white-space: normal !important;
  overflow-wrap: anywhere !important;
  word-break: normal !important;
  hyphens: auto;
}

body.ehk-v2 .pagelayer-header :where(#menu-item-2181, .ehk-tools-menu) > .sub-menu > li > a:hover,
body.ehk-v2 .pagelayer-header :where(#menu-item-2181, .ehk-tools-menu) > .sub-menu > li > a:focus-visible {
  color: #31050d !important;
  background: #f1e5d1 !important;
  transform: translateX(.22rem);
}

body.ehk-v2.rtl .pagelayer-header :where(#menu-item-2181, .ehk-tools-menu) > .sub-menu > li > a:hover,
body.ehk-v2.rtl .pagelayer-header :where(#menu-item-2181, .ehk-tools-menu) > .sub-menu > li > a:focus-visible {
  transform: translateX(-.22rem);
}

body.ehk-v2 .pagelayer-header :where(#menu-item-2181, .ehk-tools-menu):hover > .sub-menu,
body.ehk-v2 .pagelayer-header :where(#menu-item-2181, .ehk-tools-menu):focus-within > .sub-menu {
  animation: ehk-submenu-reveal .2s cubic-bezier(.2, .75, .25, 1) both;
}

@keyframes ehk-submenu-reveal {
  from {
    opacity: 0;
    transform: translateY(.45rem) scale(.985);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

@media (max-width: 1100px) {
  body.ehk-v2 .pagelayer-header :where(#menu-item-2181, .ehk-tools-menu) > .sub-menu {
    position: static !important;
    inset: auto !important;
    width: 100% !important;
    min-width: 0 !important;
    max-width: 100% !important;
    margin: .35rem 0 0 !important;
    transform: none !important;
    box-shadow: 0 .7rem 1.8rem rgb(37 3 7 / 10%) !important;
  }

  body.ehk-v2.single-post .ek-legal-panels.ehk-article-trust-top {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  body.ehk-v2.single-post .ehk-article-trust-top > .ek-legal-card:last-child {
    grid-column: 1 / -1;
    border-block-start: 1px solid #e3d8c3 !important;
    border-inline-start: 0 !important;
  }
}

@media (max-width: 768px) {
  body.ehk-v2 .ehk-contact-dock {
    display: none !important;
  }

  body.ehk-v2.single-post .ek-legal-panels.ehk-article-trust-top,
  body.ehk-v2 .ehk-article-trust-top--international {
    grid-template-columns: 1fr !important;
    margin: 1rem 0 2rem !important;
    border-radius: .85rem !important;
  }

  body.ehk-v2.single-post .ehk-article-trust-top > .ek-legal-card,
  body.ehk-v2 .ehk-article-trust-top--international > :where(.eks-author-box, .eks-legal-note) {
    grid-column: auto !important;
    border-inline-start: 0 !important;
  }

  body.ehk-v2.single-post .ehk-article-trust-top > .ek-legal-card + .ek-legal-card,
  body.ehk-v2 .ehk-article-trust-top--international > .eks-legal-note {
    border-block-start: 1px solid #e3d8c3 !important;
  }

  body.ehk-v2.single-post .ehk-article-trust-top .ek-author-wrap {
    grid-template-columns: 4.25rem minmax(0, 1fr) !important;
    gap: .8rem !important;
    padding-inline-start: .75rem !important;
  }

  body.ehk-v2.single-post .ehk-article-trust-top .ek-author-photo {
    width: 4.25rem !important;
    height: 4.25rem !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  body.ehk-v2 .ehk-contact-dock a,
  body.ehk-v2 .pagelayer-header :where(#menu-item-2181, .ehk-tools-menu) > .sub-menu,
  body.ehk-v2 .pagelayer-header :where(#menu-item-2181, .ehk-tools-menu) > .sub-menu > li > a {
    animation: none !important;
    transition: none !important;
  }
}

/* Final cascade guard for phones and portrait tablets. */
@media (max-width: 768px) {
  html,
  body.ehk-v2 {
    max-width: 100%;
    overflow-x: clip !important;
  }

  body.ehk-v2 .pagelayer-header .eks-global-language-host {
    display: grid !important;
    grid-template-columns: minmax(9.25rem, 1fr) 2.75rem 2.75rem !important;
    gap: .45rem !important;
    align-items: center !important;
    width: calc(100% - 1.25rem) !important;
    min-height: 4.8rem !important;
    margin-inline: auto !important;
    padding: .45rem 0 !important;
    visibility: visible !important;
    opacity: 1 !important;
  }

  body.ehk-v2 .pagelayer-header :where(.p-e5b4281, .p-w9k9791),
  body.ehk-v2 .pagelayer-header .pagelayer-wp_title,
  body.ehk-v2 .pagelayer-header .pagelayer-wp_menu,
  body.ehk-v2 .pagelayer-header .pagelayer-wp-menu-holder,
  body.ehk-v2 .pagelayer-header .eks-global-language-v2,
  body.ehk-v2 .pagelayer-header .pagelayer-primary-menu-bar {
    display: block !important;
    min-width: 0 !important;
    visibility: visible !important;
    opacity: 1 !important;
  }

  body.ehk-v2 .pagelayer-header .p-e5b4281 { grid-column: 1 !important; }
  body.ehk-v2 .pagelayer-header .eks-global-language-v2 { grid-column: 2 !important; width: 2.75rem !important; }
  body.ehk-v2 .pagelayer-header .p-w9k9791 { grid-column: 3 !important; width: 2.75rem !important; }

  body.ehk-v2 .pagelayer-header .pagelayer-wp-title-link {
    display: block !important;
    width: 100% !important;
    max-width: 12.75rem !important;
    min-height: 3.05rem !important;
    aspect-ratio: 1956 / 612 !important;
    padding: 0 !important;
    background: url("../design/assets/svg/ehk-logo-column-horizontal-v2.png") left center / contain no-repeat !important;
    visibility: visible !important;
    opacity: 1 !important;
  }

  body.ehk-v2 .pagelayer-header .pagelayer-wp-title-link::before,
  body.ehk-v2 .pagelayer-header .pagelayer-wp-title-link::after {
    display: none !important;
    content: none !important;
  }

  body.ehk-v2 .pagelayer-header :where(.eks-global-language-v2__button, .pagelayer-primary-menu-bar, .pagelayer-primary-menu-bar i) {
    display: grid !important;
    place-items: center !important;
    width: 2.75rem !important;
    min-width: 2.75rem !important;
    height: 2.75rem !important;
    min-height: 2.75rem !important;
    margin: 0 !important;
    padding: 0 !important;
    visibility: visible !important;
    opacity: 1 !important;
  }

  body.ehk-v2 .pagelayer-header :where(.pagelayer-wp-menu-container, .pagelayer-menu-type-dropdown) {
    inset-inline: auto 0 !important;
    width: min(32rem, calc(100vw - 1.25rem)) !important;
    max-width: calc(100vw - 1.25rem) !important;
    max-height: calc(100dvh - 6rem) !important;
    overflow: auto !important;
  }

  body.ehk-v2 .pagelayer-header :where(.pagelayer-wp_menu-ul, .pagelayer-wp_menu-ul > li, .pagelayer-wp_menu-ul > li > a) {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
  }

  body.ehk-v2 .pagelayer-header :where(#menu-item-2181, .ehk-tools-menu) > .sub-menu {
    position: static !important;
    inset: auto !important;
    display: grid !important;
    width: 100% !important;
    max-width: 100% !important;
    margin: .35rem 0 .65rem !important;
    visibility: visible !important;
    opacity: 1 !important;
    transform: none !important;
  }

  body.ehk-v2 :where(.ehk-localized-tools-grid, .ehk-tool-catalog-grid, .ehk-tool-records, .ehk-courthouse-city__links, .eks-a2-tool-grid) {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) !important;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    overflow: visible !important;
  }

  body.ehk-v2 :where(.ehk-localized-tools-grid > a, .ehk-tool-catalog-card, .ehk-tool-record, .ehk-courthouse-city__links > a) {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    min-height: 0 !important;
    grid-template-rows: auto !important;
    overflow-wrap: anywhere !important;
  }

  body.ehk-v2 .ehk-tool-catalog-heading { grid-template-columns: 1fr !important; }
  body.ehk-v2 .ehk-localized-tool-view { padding: 1rem !important; overflow: visible !important; }
  body.ehk-v2 .ehk-tool-source { max-width: 100% !important; overflow-x: auto !important; }
  body.ehk-v2 .ehk-tool-source :where(.ek-t, .kh-calc, [class*="calculator"], form, table, input, select, textarea, button) {
    max-width: 100% !important;
    min-width: 0 !important;
  }
}
