/*
Theme Name: Kadence Child
Template: kadence
Version: 1.0
Text Domain: kadence-child
*/

/* CLS azaltma: hero/featured görseller için oran ve layout */
.featured-media, .entry-hero, .single-hero, .wp-block-image img, .wp-post-image {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
}

/* Varsayılan hero oranı 16:9; inline style yoksa geçerli olur */
.featured-media img, .entry-hero img, .single-hero img, .wp-post-image {
  aspect-ratio: 16 / 9;
}

/* Genel layout iyileştirmeleri */
img { max-width: 100%; height: auto; }
figure { margin: 0; }

/* Hero disindaki gorsellere premium treatment */
.entry-content img:not(.post-top-featured):not(.custom-logo):not(.avatar),
.single-content img:not(.post-top-featured):not(.custom-logo):not(.avatar),
body.archive .loop-entry .post-thumbnail img:not(.custom-logo):not(.avatar),
body.search-results .loop-entry .post-thumbnail img:not(.custom-logo):not(.avatar),
body.blog .loop-entry .post-thumbnail img:not(.custom-logo):not(.avatar),
.related-posts img:not(.custom-logo):not(.avatar),
.wp-block-image img:not(.post-top-featured):not(.custom-logo):not(.avatar) {
  border-radius: 18px;
  box-shadow: 0 18px 40px -22px rgba(14, 28, 38, 0.34), 0 2px 10px rgba(14, 28, 38, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.72);
  filter: saturate(0.78) contrast(1.14) brightness(0.94) hue-rotate(-12deg);
  transition: transform 0.22s ease, box-shadow 0.22s ease, filter 0.22s ease;
}

a:hover .wp-block-image img:not(.post-top-featured):not(.custom-logo):not(.avatar),
.loop-entry:hover .post-thumbnail img:not(.custom-logo):not(.avatar),
.entry-content img:hover:not(.post-top-featured):not(.custom-logo):not(.avatar),
.single-content img:hover:not(.post-top-featured):not(.custom-logo):not(.avatar) {
  transform: translateY(-2px);
  box-shadow: 0 24px 52px -24px rgba(12, 28, 42, 0.40), 0 8px 18px rgba(12, 28, 42, 0.10);
  filter: saturate(0.80) contrast(1.16) brightness(0.94) hue-rotate(-12deg);
}

.main-navigation .primary-menu-container > ul > li.menu-item > a {
  padding-left: 0.52em;
  padding-right: 0.52em;
}

body.archive #archive-container,
body.search-results #archive-container,
body.blog #archive-container {
  gap: 16px;
}

body.archive .loop-entry.yo2-card,
body.search-results .loop-entry.yo2-card,
body.blog .loop-entry.yo2-card {
  min-width: 0;
  background: transparent;
  box-shadow: none;
  border: 0;
}

body.archive .loop-entry.yo2-card .yo2-card__media,
body.search-results .loop-entry.yo2-card .yo2-card__media,
body.blog .loop-entry.yo2-card .yo2-card__media {
  position: relative;
  display: block;
  aspect-ratio: 4 / 5;
  border-radius: 14px;
  overflow: hidden;
  text-decoration: none;
  background: #1a2f2f;
  box-shadow: 0 10px 26px rgba(17,24,39,.12);
  transform: translateZ(0);
  transition: transform .22s ease, box-shadow .22s ease;
}

body.archive .loop-entry.yo2-card .yo2-card__media::before,
body.search-results .loop-entry.yo2-card .yo2-card__media::before,
body.blog .loop-entry.yo2-card .yo2-card__media::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background:
    linear-gradient(to bottom, rgba(196,98,45,.22) 0%, rgba(196,98,45,0) 46%),
    linear-gradient(to top, rgba(10,38,38,.96) 0%, rgba(10,38,38,.68) 28%, rgba(10,38,38,0) 58%);
}

body.archive .loop-entry.yo2-card .yo2-card__media:hover,
body.search-results .loop-entry.yo2-card .yo2-card__media:hover,
body.blog .loop-entry.yo2-card .yo2-card__media:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 36px rgba(17,24,39,.18);
}

body.archive .loop-entry.yo2-card .post-thumbnail-inner,
body.search-results .loop-entry.yo2-card .post-thumbnail-inner,
body.blog .loop-entry.yo2-card .post-thumbnail-inner {
  height: 100%;
}

body.archive .loop-entry.yo2-card img,
body.search-results .loop-entry.yo2-card img,
body.blog .loop-entry.yo2-card img,
body.archive .loop-entry.yo2-card .yo2-card__fallback,
body.search-results .loop-entry.yo2-card .yo2-card__fallback,
body.blog .loop-entry.yo2-card .yo2-card__fallback {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

body.archive .loop-entry.yo2-card .yo2-card__fallback,
body.search-results .loop-entry.yo2-card .yo2-card__fallback,
body.blog .loop-entry.yo2-card .yo2-card__fallback {
  background: linear-gradient(160deg, #1a5252 0%, #103838 100%);
}

body.archive .loop-entry.yo2-card .yo2-card__overlay,
body.search-results .loop-entry.yo2-card .yo2-card__overlay,
body.blog .loop-entry.yo2-card .yo2-card__overlay {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 18px 15px 15px;
  background: transparent;
}

body.archive .loop-entry.yo2-card .yo2-card__tag,
body.search-results .loop-entry.yo2-card .yo2-card__tag,
body.blog .loop-entry.yo2-card .yo2-card__tag {
  align-self: flex-start;
  margin: 0 0 7px;
  color: rgba(255,255,255,.88);
  font-size: 10px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
}

body.archive .loop-entry.yo2-card .yo2-card__title,
body.search-results .loop-entry.yo2-card .yo2-card__title,
body.blog .loop-entry.yo2-card .yo2-card__title {
  margin: 0 0 7px;
  color: #fff;
  font-size: 16px;
  line-height: 1.28;
  font-weight: 700;
  letter-spacing: 0;
  text-wrap: pretty;
}

body.archive .loop-entry.yo2-card .yo2-card__meta,
body.search-results .loop-entry.yo2-card .yo2-card__meta,
body.blog .loop-entry.yo2-card .yo2-card__meta {
  margin: 0;
  color: rgba(255,255,255,.78);
  font-size: 11.5px;
  line-height: 1.3;
}

@media all and (max-width: 1200px) {
  .gd-home-categories__rail {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .gd-category-block__grid.yo-home-spoke-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media all and (max-width: 767px) {
  .gd-home-categories {
    padding: 18px 18px 56px;
  }

  .gd-home-categories__rail,
  .gd-category-block__grid.yo-home-spoke-grid {
    grid-template-columns: 1fr;
  }

  .gd-category-block {
    padding: 22px 18px;
  }

  .gd-category-block__head {
    align-items: start;
    flex-direction: column;
  }

  .gd-home-categories .yo-home-spoke-grid .yo2-card__media {
    aspect-ratio: 1 / 1.24;
    border-radius: 12px;
  }

  .gd-home-categories .yo-home-spoke-grid .yo2-card__overlay {
    padding: 15px 12px 12px;
  }

  .gd-home-categories .yo-home-spoke-grid .yo2-card__title {
    font-size: 14px;
  }

  .gd-home-categories .yo-home-spoke-grid .yo2-card__meta {
    font-size: 10.5px;
  }
}

/* Premium global system */
:root {
  --gd-brand-deep: #123F46;
  --gd-brand-green: #2F6F5E;
  --gd-brand-copper: #B8793B;
  --gd-ink-strong: #14212a;
  --gd-ink: #223441;
  --gd-muted: #61727d;
  --gd-line: rgba(18, 63, 70, 0.12);
  --gd-glass: rgba(255, 255, 255, 0.62);
  --gd-glass-strong: rgba(255, 255, 255, 0.78);
  --gd-shadow-soft: 0 18px 50px -28px rgba(18, 63, 70, 0.24);
  --gd-shadow-deep: 0 28px 70px -36px rgba(18, 63, 70, 0.38);
  --gd-radius-xl: 30px;
  --gd-radius-lg: 24px;
  --gd-radius-md: 18px;
  --gd-hero-overlay: linear-gradient(
    to bottom,
    rgba(18, 63, 70, 0.88) 0%,
    rgba(18, 63, 70, 0.72) 18%,
    rgba(18, 63, 70, 0.42) 36%,
    rgba(18, 63, 70, 0.12) 56%,
    rgba(18, 63, 70, 0) 70%
  );
  --gd-hero-curve-bg: #f8fafb;
}

body.gd-premium-ui {
  position: relative;
  color: var(--gd-ink);
  background: linear-gradient(180deg, #fbfcfc 0%, #f8fafb 44%, #f3f7f6 100%);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

body.gd-premium-ui::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background:
    radial-gradient(circle at top left, rgba(47, 111, 94, 0.14), transparent 30%),
    radial-gradient(circle at top right, rgba(184, 121, 59, 0.08), transparent 28%),
    linear-gradient(180deg, #fbfcfc 0%, #f8fafb 45%, #f3f6f8 100%);
}

body.gd-premium-ui::after {
  content: none;
  display: none;
}

body.gd-premium-ui #page,
body.gd-premium-ui #inner-wrap,
body.gd-premium-ui .site,
body.gd-premium-ui .site-content,
body.gd-premium-ui .site-main,
body.gd-premium-ui .entry-hero,
body.gd-premium-ui .page-header {
  position: relative;
  z-index: 1;
}

body.gd-premium-ui .content-bg,
body.gd-premium-ui.content-style-unboxed .site {
  background: transparent;
}

body.gd-premium-ui #page,
body.gd-premium-ui #inner-wrap,
body.gd-premium-ui .site,
body.gd-premium-ui .site-content,
body.gd-premium-ui .site-main,
body.gd-premium-ui .entry-hero,
body.gd-premium-ui .page-header,
body.home.gd-premium-ui .gd-home-categories,
body.archive.gd-premium-ui .archive-main-section,
body.search-results.gd-premium-ui .archive-main-section,
body.blog.gd-premium-ui .archive-main-section {
  background: transparent;
}

body.gd-premium-ui p,
body.gd-premium-ui li {
  color: #50616d;
}

body.gd-premium-ui h1,
body.gd-premium-ui h2,
body.gd-premium-ui h3,
body.gd-premium-ui h4,
body.gd-premium-ui h5,
body.gd-premium-ui h6 {
  color: var(--gd-ink-strong);
  letter-spacing: 0;
  text-wrap: pretty;
}

body.gd-premium-ui .site-container {
  position: relative;
}

body.gd-premium-ui .content-area {
  margin-top: 0;
  margin-bottom: clamp(3rem, 6vw, 5rem);
}

body.home.gd-premium-ui .content-area {
  margin-top: 0;
}

body.home.gd-premium-ui .gd-home-categories {
  position: relative;
  max-width: 1340px;
  padding: 42px 24px 64px;
}

body.home.gd-premium-ui .gd-home-categories__intro {
  display: grid;
  justify-items: center;
  gap: 8px;
  margin: 0 auto 36px;
  text-align: center;
}

body.home.gd-premium-ui .gd-home-categories__eyebrow {
  margin: 0;
  color: var(--gd-brand-green);
  font-size: 11px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

body.home.gd-premium-ui .gd-home-categories__title {
  margin: 0;
  font-size: clamp(34px, 4.2vw, 60px);
  line-height: 1.02;
}

body.home.gd-premium-ui .gd-home-categories__lede {
  max-width: 58ch;
  margin: 0;
  font-size: 18px;
  line-height: 1.6;
  color: var(--gd-muted);
}

body.home.gd-premium-ui .gd-home-categories__rail {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
  margin-bottom: 36px;
}

body.home.gd-premium-ui .gd-home-categories__rail-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  position: relative;
  isolation: isolate;
  overflow: hidden;
  min-height: 154px;
  padding: 24px 22px;
  text-align: center;
  border: 1px solid rgba(255, 255, 255, 0.54);
  background:
    linear-gradient(145deg, color-mix(in srgb, var(--gd-rail-base, var(--gd-brand-green)) 74%, white 26%), color-mix(in srgb, var(--gd-rail-accent, var(--gd-brand-deep)) 86%, black 14%));
  box-shadow: 0 22px 46px -34px rgba(18, 63, 70, 0.48), inset 0 1px 0 rgba(255, 255, 255, 0.22);
}

body.home.gd-premium-ui .gd-home-categories__rail-card::before,
body.home.gd-premium-ui .gd-home-categories__rail-card::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
}

body.home.gd-premium-ui .gd-home-categories__rail-card::before {
  inset: -18px;
  background: var(--gd-rail-image, none) center / cover no-repeat;
  filter: blur(1.25px) saturate(0.92) brightness(0.78);
  opacity: 0.42;
  transform: scale(1.12);
}

body.home.gd-premium-ui .gd-home-categories__rail-card::after {
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0) 52%),
    linear-gradient(180deg, rgba(14, 24, 31, 0.18), rgba(14, 24, 31, 0.38));
  opacity: 1;
}

body.home.gd-premium-ui .gd-home-categories__rail-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 34px 64px -34px rgba(10, 24, 33, 0.6);
}

body.home.gd-premium-ui .gd-home-categories__rail-card--1 {
  --gd-rail-base: var(--gd-brand-green);
  --gd-rail-accent: var(--gd-brand-deep);
  --gd-rail-glow: var(--gd-brand-copper);
  --gd-rail-image: url("https://cokgezenadam.com/wp-content/uploads/2026/03/kapadokya.webp");
}

body.home.gd-premium-ui .gd-home-categories__rail-card--2 {
  --gd-rail-base: #386f7a;
  --gd-rail-accent: var(--gd-brand-deep);
  --gd-rail-glow: var(--gd-brand-copper);
  --gd-rail-image: url("https://cokgezenadam.com/wp-content/uploads/2026/04/edinburgh-kalesi.webp");
}

body.home.gd-premium-ui .gd-home-categories__rail-card--3 {
  --gd-rail-base: #2f6a68;
  --gd-rail-accent: var(--gd-brand-deep);
  --gd-rail-glow: var(--gd-brand-copper);
  --gd-rail-image: url("https://cokgezenadam.com/wp-content/uploads/2018/06/Tokyo-Gezisi-Japonya.webp");
}

body.home.gd-premium-ui .gd-home-categories__rail-card--4 {
  --gd-rail-base: var(--gd-brand-copper);
  --gd-rail-accent: #3f3428;
  --gd-rail-glow: var(--gd-brand-green);
  --gd-rail-image: url("https://cokgezenadam.com/wp-content/uploads/2016/07/Gezi-Rehberi-Cape-Town.webp");
}

body.home.gd-premium-ui .gd-home-categories__rail-card--5 {
  --gd-rail-base: var(--gd-brand-green);
  --gd-rail-accent: var(--gd-brand-deep);
  --gd-rail-glow: var(--gd-brand-copper);
  --gd-rail-image: url("https://cokgezenadam.com/wp-content/uploads/2018/10/Yeni-Zelanda-Gorulecek-Yerler-Milford-Sound.webp");
}

body.home.gd-premium-ui .gd-home-categories__rail-card--6 {
  --gd-rail-base: #686052;
  --gd-rail-accent: var(--gd-brand-deep);
  --gd-rail-glow: var(--gd-brand-copper);
  --gd-rail-image: url("https://cokgezenadam.com/wp-content/uploads/2026/04/schengen-vizesi-sure.webp");
}

body.home.gd-premium-ui .gd-home-categories__rail-name,
body.home.gd-premium-ui .gd-home-categories__rail-meta {
  position: relative;
  z-index: 1;
  text-align: center;
}

body.home.gd-premium-ui .gd-home-categories__rail-name {
  display: block;
  width: 100%;
  font-size: 26px;
  line-height: 1.08;
  color: #fff;
  font-weight: 700;
  letter-spacing: 0;
  text-shadow: 0 2px 14px rgba(0, 0, 0, 0.46);
}

body.home.gd-premium-ui .gd-home-categories__rail-meta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 24px;
  padding: 0 11px;
  border-radius: 999px;
  color: rgba(255, 255, 255, 0.9);
  background: rgba(18, 63, 70, 0.26);
  border: 1px solid rgba(255, 255, 255, 0.2);
  font-size: 11px;
  line-height: 1;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.16);
}

body.home.gd-premium-ui .gd-home-categories__sections {
  display: grid;
  gap: 24px;
}

body.home.gd-premium-ui .gd-category-block {
  position: relative;
  overflow: hidden;
  padding: 28px;
  border-radius: var(--gd-radius-lg);
  border: 1px solid rgba(255, 255, 255, 0.6);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.84), rgba(247, 250, 251, 0.76));
  box-shadow: var(--gd-shadow-soft);
}

body.home.gd-premium-ui .gd-category-block::before {
  content: "";
  position: absolute;
  left: 22px;
  right: 22px;
  top: 0;
  height: 1px;
  background: linear-gradient(90deg, rgba(47, 111, 94, 0), rgba(47, 111, 94, 0.38), rgba(47, 111, 94, 0));
}

body.home.gd-premium-ui .gd-category-block::after {
  content: none;
  display: none;
}

body.home.gd-premium-ui .gd-category-block__head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 20px;
}

body.home.gd-premium-ui .gd-category-block__kicker {
  margin: 0 0 4px;
  color: var(--gd-brand-green);
  font-size: 11px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

body.home.gd-premium-ui .gd-category-block__title {
  margin: 0;
  line-height: 1.04;
}

body.home.gd-premium-ui .gd-category-block__link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 16px;
  border-radius: 999px;
  color: var(--gd-brand-deep);
  background: rgba(47, 111, 94, 0.08);
}

body.home.gd-premium-ui .gd-category-block__grid.yo-home-spoke-grid {
  display: grid;
  gap: 18px;
}

body.home.gd-premium-ui .yo-home-spoke-grid .yo2-card__media {
  position: relative;
  display: block;
  aspect-ratio: 4 / 5;
  overflow: hidden;
  text-decoration: none;
  border-radius: 20px;
  box-shadow: 0 18px 40px -28px rgba(14, 28, 38, 0.5);
}

body.home.gd-premium-ui .yo-home-spoke-grid .yo2-card__media::before {
  background:
    linear-gradient(to bottom, rgba(49, 100, 123, 0.24) 0%, rgba(49, 100, 123, 0) 42%),
    linear-gradient(to top, rgba(10, 24, 33, 0.98) 0%, rgba(10, 24, 33, 0.72) 30%, rgba(10, 24, 33, 0.12) 62%, rgba(10, 24, 33, 0) 78%);
}

body.home.gd-premium-ui .yo-home-spoke-grid .yo2-card__overlay {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 22px 18px 18px;
}

body.home.gd-premium-ui .yo-home-spoke-grid .yo2-card__title {
  font-size: 17px;
  line-height: 1.3;
}

body.home.gd-premium-ui .yo-home-spoke-grid .yo2-card__media img,
body.home.gd-premium-ui .yo-home-spoke-grid .yo2-card__fallback {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

body.archive.gd-premium-ui .archive-main-section,
body.search-results.gd-premium-ui .archive-main-section,
body.blog.gd-premium-ui .archive-main-section {
  position: relative;
  padding: 24px;
  border-radius: var(--gd-radius-lg);
  border: 1px solid rgba(255, 255, 255, 0.7);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.84), rgba(247, 250, 251, 0.76));
  box-shadow: var(--gd-shadow-soft);
}

body.archive.gd-premium-ui .page-header,
body.search-results.gd-premium-ui .page-header,
body.blog.gd-premium-ui .page-header {
  margin-bottom: 26px;
}

body.archive.gd-premium-ui .loop-entry.yo2-card .yo2-card__media,
body.search-results.gd-premium-ui .loop-entry.yo2-card .yo2-card__media,
body.blog.gd-premium-ui .loop-entry.yo2-card .yo2-card__media {
  border-radius: 20px;
  box-shadow: 0 18px 40px -28px rgba(14, 28, 38, 0.46);
}

body.archive.gd-premium-ui .loop-entry.yo2-card .yo2-card__media::before,
body.search-results.gd-premium-ui .loop-entry.yo2-card .yo2-card__media::before,
body.blog.gd-premium-ui .loop-entry.yo2-card .yo2-card__media::before {
  background: linear-gradient(to top, rgba(10, 24, 30, 0.88) 0%, rgba(10, 24, 30, 0.62) 30%, rgba(10, 24, 30, 0.18) 62%, rgba(10, 24, 30, 0) 84%);
}

body.archive.gd-premium-ui .loop-entry.yo2-card .yo2-card__overlay,
body.search-results.gd-premium-ui .loop-entry.yo2-card .yo2-card__overlay,
body.blog.gd-premium-ui .loop-entry.yo2-card .yo2-card__overlay {
  background: linear-gradient(to top, rgba(8, 20, 26, 0.28) 0%, rgba(8, 20, 26, 0.08) 34%, rgba(8, 20, 26, 0) 60%);
}

body.archive.gd-premium-ui .loop-entry.yo2-card .yo2-card__title,
body.search-results.gd-premium-ui .loop-entry.yo2-card .yo2-card__title,
body.blog.gd-premium-ui .loop-entry.yo2-card .yo2-card__title,
body.archive.gd-premium-ui .loop-entry.yo2-card .yo2-card__title a,
body.search-results.gd-premium-ui .loop-entry.yo2-card .yo2-card__title a,
body.blog.gd-premium-ui .loop-entry.yo2-card .yo2-card__title a {
  color: #f8fbfd !important;
  text-shadow: 0 6px 18px rgba(0, 0, 0, 0.56);
}

body.archive.gd-premium-ui .loop-entry.yo2-card .yo2-card__meta,
body.search-results.gd-premium-ui .loop-entry.yo2-card .yo2-card__meta,
body.blog.gd-premium-ui .loop-entry.yo2-card .yo2-card__meta {
  color: rgba(248, 251, 253, 0.9) !important;
  text-shadow: 0 4px 14px rgba(0, 0, 0, 0.44);
}

body.archive.gd-premium-ui .loop-entry.yo2-card .yo2-card__tag,
body.search-results.gd-premium-ui .loop-entry.yo2-card .yo2-card__tag,
body.blog.gd-premium-ui .loop-entry.yo2-card .yo2-card__tag {
  color: rgba(255, 255, 255, 0.88) !important;
  text-shadow: 0 4px 12px rgba(0, 0, 0, 0.38);
}

body.gd-premium-ui .entry-related .splide__arrow {
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid rgba(20, 38, 49, 0.1);
  box-shadow: 0 10px 24px -14px rgba(14, 28, 38, 0.34);
}

body.gd-premium-ui .entry-related .splide__arrow svg {
  fill: var(--gd-brand-deep);
}

body.gd-premium-ui .entry-related .entry-related-inner-content {
  padding-bottom: 0;
  max-width: var(--global-content-width);
  margin-left: auto;
  margin-right: auto;
  padding-left: 12px;
  padding-right: 12px;
}

body.single-post.gd-premium-ui .entry-related.alignfull {
  width: auto;
  max-width: 100%;
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 30px;
}

body.gd-premium-ui .entry-related .entry-related-title {
  color: #1b2b34 !important;
  font-size: clamp(24px, 2.4vw, 32px);
  line-height: 1.15;
  margin-bottom: 12px;
}

body.gd-premium-ui .entry-related .entry-related-carousel .kadence-posts-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin: 0;
}

body.gd-premium-ui .entry-related .yo2-related-card {
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 12px 28px -22px rgba(14, 28, 38, 0.34);
  background: #0e202a;
}

body.gd-premium-ui .entry-related .yo2-related-card__media-link {
  display: block;
  color: inherit;
  text-decoration: none;
}

body.gd-premium-ui .entry-related .yo2-related-card__media {
  position: relative;
  aspect-ratio: 4 / 2.5;
  overflow: hidden;
}

body.gd-premium-ui .entry-related .yo2-related-card__media > img,
body.gd-premium-ui .entry-related .yo2-related-card__fallback {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  filter: brightness(0.76) contrast(1.05) saturate(0.98);
}

body.gd-premium-ui .entry-related .yo2-related-card__fallback {
  background: #274452;
}

body.gd-premium-ui .entry-related .yo2-related-card__overlay {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 12px 10px 10px;
  background:
    linear-gradient(to bottom, rgba(18, 63, 70, 0.12) 0%, rgba(18, 63, 70, 0) 42%),
    linear-gradient(to top, rgba(8, 26, 34, 0.49) 0%, rgba(8, 26, 34, 0.39) 36%, rgba(8, 26, 34, 0.21) 64%, rgba(8, 26, 34, 0) 86%);
}

body.gd-premium-ui .entry-related .yo2-related-card__title {
  position: relative;
  z-index: 3;
  color: #fff !important;
  font-size: 17px;
  line-height: 1.24;
  margin: 0 0 6px;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.58);
}

body.gd-premium-ui .entry-related .yo2-related-card__meta {
  position: relative;
  z-index: 3;
  display: flex;
  align-items: center;
  gap: 7px;
  color: rgba(255, 255, 255, 0.86);
  font-size: 10px;
  line-height: 1.35;
  margin: 0;
}

body.gd-premium-ui .entry-related .yo2-related-card__dot {
  opacity: 0.84;
}

body.gd-premium-ui .entry-related .entry-content-wrap {
  display: none;
}

body.gd-premium-ui .entry-related .splide__pagination {
  position: static;
  margin-top: 10px;
  padding-top: 0;
  bottom: auto;
}

body.gd-premium-ui .entry-related .splide__pagination li {
  margin: 0 4px;
}


@media all and (max-width: 1200px) {
  body.home.gd-premium-ui .gd-home-categories__rail {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media all and (max-width: 1024px) {
  body.gd-premium-ui .site-top-header-wrap .site-header-row-container-inner {
    max-width: 100%;
    min-height: 64px;
    margin-top: 0;
  }

  body.home.gd-premium-ui .gd-category-block__grid.yo-home-spoke-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  body.gd-premium-ui .entry-related .entry-related-inner-content {
    padding-left: 10px;
    padding-right: 10px;
  }

  body.gd-premium-ui .entry-related .entry-related-carousel .kadence-posts-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
  }

}

@media all and (max-width: 767px) {
  body.gd-premium-ui .content-area {
    margin-top: 0;
    margin-bottom: 3rem;
  }

  body.gd-premium-ui .site-top-header-wrap .site-header-row-container-inner {
    border-radius: 0;
  }

  body.home.gd-premium-ui .gd-home-categories {
    padding: 32px 18px 60px;
  }

  body.home.gd-premium-ui .gd-home-categories__rail,
  body.home.gd-premium-ui .gd-category-block__grid.yo-home-spoke-grid {
    grid-template-columns: 1fr;
  }

  body.gd-premium-ui .entry-related .entry-related-inner-content {
    padding-left: 8px;
    padding-right: 8px;
  }

  body.gd-premium-ui .entry-related .entry-related-carousel .kadence-posts-list {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  body.home.gd-premium-ui .gd-category-block {
    padding: 24px 18px;
    box-shadow: 0 14px 28px -22px rgba(17, 30, 40, 0.18);
  }

  body.home.gd-premium-ui .gd-home-categories__rail-card {
    box-shadow: 0 18px 32px -26px rgba(12, 27, 36, 0.28);
  }

  body.home.gd-premium-ui .gd-home-categories__rail-card::before {
    filter: blur(1.25px) saturate(0.92) brightness(0.78);
  }

}

.single-post .post-thumbnail,
.single-post .post-thumbnail-inner {
  position: relative;
  overflow: hidden;
}

/* Corporate footer */
body.home.gd-premium-ui .content-area {
  margin-bottom: clamp(2rem, 3vw, 2.8rem);
}

body.gd-premium-ui #colophon {
  margin-top: clamp(1rem, 2vw, 1.5rem);
  padding: 0 18px 20px;
}

body.gd-premium-ui #colophon::before {
  display: none;
}

body.gd-premium-ui .gd-footer-shell {
  max-width: 1280px;
  margin: 0 auto;
}

body.gd-premium-ui .gd-footer-panel {
  border-radius: 24px;
  border: 1px solid rgba(23, 46, 58, 0.08);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.92), rgba(247, 250, 251, 0.86));
  box-shadow: 0 14px 34px -24px rgba(18, 63, 70, 0.16);
  overflow: hidden;
}

body.gd-premium-ui .gd-footer-main {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(260px, 0.8fr);
  gap: 28px;
  padding: 22px 24px 18px;
}

body.gd-premium-ui .gd-footer-brand {
  max-width: 680px;
}

body.gd-premium-ui .gd-footer-brand__eyebrow {
  margin: 0 0 8px;
  color: var(--gd-muted);
  font-size: 11px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

body.gd-premium-ui .gd-footer-brand__title {
  margin: 0 0 8px;
  color: var(--gd-ink-strong);
  font-size: clamp(24px, 2.8vw, 34px);
  line-height: 1.14;
}

body.gd-premium-ui .gd-footer-brand__text {
  margin: 0;
  color: var(--gd-muted);
  font-size: 14px;
  line-height: 1.65;
  max-width: 52ch;
}

body.gd-premium-ui .gd-footer-brand__chips {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 14px;
}

body.gd-premium-ui .gd-footer-brand__chip {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 0 11px;
  border-radius: 999px;
  color: var(--gd-ink);
  background: rgba(255, 255, 255, 0.62);
  border: 1px solid rgba(23, 46, 58, 0.08);
  text-decoration: none;
  font-size: 12px;
  transition: transform 0.18s ease, background-color 0.18s ease;
}

body.gd-premium-ui .gd-footer-brand__chip:hover {
  transform: translateY(-1px);
  background: rgba(255, 255, 255, 0.82);
}

body.gd-premium-ui .gd-footer-nav {
  align-self: center;
}

body.gd-premium-ui .gd-footer-nav__title {
  margin: 0 0 10px;
  color: var(--gd-ink-strong);
  font-size: 14px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

body.gd-premium-ui .gd-footer-nav__menu {
  margin: 0;
}

body.gd-premium-ui .gd-footer-menu {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

body.gd-premium-ui .gd-footer-menu a {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 0 10px;
  border-radius: 999px;
  color: var(--gd-ink);
  background: rgba(255, 255, 255, 0.56);
  border: 1px solid rgba(23, 46, 58, 0.06);
  text-decoration: none;
  font-size: 12px;
}

body.gd-premium-ui .gd-footer-menu a:hover,
body.gd-premium-ui .gd-footer-menu .current-menu-item > a,
body.gd-premium-ui .gd-footer-menu .current_page_item > a {
  background: rgba(255, 255, 255, 0.82);
}

body.gd-premium-ui .gd-footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 12px 24px 16px;
  border-top: 1px solid rgba(23, 46, 58, 0.08);
}

body.gd-premium-ui .gd-footer-bottom__copy,
body.gd-premium-ui .gd-footer-bottom__note {
  margin: 0;
  color: var(--gd-muted);
  font-size: 12px;
  line-height: 1.5;
}

@media all and (max-width: 900px) {
  body.gd-premium-ui .gd-footer-main {
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 20px 18px 16px;
  }

  body.gd-premium-ui .gd-footer-menu {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  body.gd-premium-ui .gd-footer-bottom {
    flex-direction: column;
    align-items: flex-start;
    padding: 12px 18px 16px;
  }
}

@media all and (max-width: 767px) {
  body.home.gd-premium-ui .content-area {
    margin-bottom: 2rem;
  }

  body.gd-premium-ui #colophon {
    padding: 0 18px 18px;
  }

  body.gd-premium-ui .gd-footer-panel {
    border-radius: 20px;
  }

  body.gd-premium-ui .gd-footer-brand__title {
    font-size: 22px;
  }

  body.gd-premium-ui .gd-footer-menu {
    grid-template-columns: 1fr;
  }
}


body.gd-premium-ui .gd-footer-panel {
  border-radius: 20px;
  border: 1px solid rgba(23, 46, 58, 0.06);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.92), rgba(248, 251, 252, 0.86));
  box-shadow: 0 16px 34px -30px rgba(18, 63, 70, 0.14);
}

body.gd-premium-ui .gd-footer-main {
  gap: 22px;
  padding: 18px 20px 14px;
}

body.gd-premium-ui .gd-footer-brand__title {
  margin-bottom: 6px;
  font-size: clamp(20px, 2.2vw, 28px);
}

body.gd-premium-ui .gd-footer-brand__text {
  font-size: 13px;
  line-height: 1.56;
  max-width: 48ch;
}

body.gd-premium-ui .gd-footer-bottom {
  padding: 10px 20px 14px;
}

@media all and (max-width: 767px) {
  body.gd-premium-ui .gd-footer-main {
    padding: 16px 16px 12px;
  }

  body.gd-premium-ui .gd-footer-bottom {
    padding: 10px 16px 14px;
  }
}

/* Header and hero cleanup */
html {
  scroll-behavior: auto;
}

body.gd-premium-ui #masthead {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  background: transparent;
  transition: none;
}

body.gd-premium-ui #main-header,
body.gd-premium-ui .site-header-wrap,
body.gd-premium-ui .site-header-inner-wrap,
body.gd-premium-ui .site-header-upper-wrap,
body.gd-premium-ui .site-header-upper-inner-wrap,
body.gd-premium-ui .site-top-header-wrap,
body.gd-premium-ui .site-top-header-inner-wrap,
body.gd-premium-ui .site-header-row-container-inner {
  background: transparent;
  box-shadow: none;
}

body.gd-premium-ui .site-top-header-wrap .site-header-row-container-inner {
  max-width: 100%;
  margin: 0;
  padding: 0;
  min-height: auto;
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
}

body.gd-premium-ui .site-header-row-container-inner > .site-container {
  max-width: min(1180px, calc(100% - 40px));
  padding-left: 20px;
  padding-right: 20px;
}

body.gd-premium-ui .site-header-row-container-inner .site-header-row {
  display: grid;
  grid-template-columns: minmax(180px, 1fr) auto minmax(180px, 1fr);
  align-items: center;
  column-gap: 18px;
  min-height: 68px;
}

body.gd-premium-ui .site-header-top-section-left {
  justify-self: start;
}

body.gd-premium-ui .site-header-top-section-center {
  justify-self: center;
}

body.gd-premium-ui .site-header-top-section-right {
  justify-self: end;
}

body.gd-premium-ui .main-navigation .primary-menu-container > ul > li.menu-item > a,
body.gd-premium-ui .main-navigation .primary-menu-container > ul > li.menu-item:hover > a,
body.gd-premium-ui .main-navigation .primary-menu-container > ul > li.current-menu-item > a,
body.gd-premium-ui .main-navigation .primary-menu-container > ul > li.current_page_item > a,
body.gd-premium-ui .site-branding .site-title,
body.gd-premium-ui .site-branding .site-title a,
body.gd-premium-ui .site-branding .site-description,
body.gd-premium-ui .search-toggle-open-container .search-toggle-open,
body.gd-premium-ui .header-social-wrap .header-social-inner-wrap .social-button,
body.gd-premium-ui .mobile-toggle-open-container .menu-toggle-open,
body.gd-premium-ui .site-header-item a,
body.gd-premium-ui .site-header-item button {
  color: #fff;
  text-shadow: 0 1px 2px rgba(18, 63, 70, 0.86), 0 3px 10px rgba(18, 63, 70, 0.42);
  transition: none;
}

body.gd-premium-ui #masthead .custom-logo,
body.gd-premium-ui #masthead .site-branding img {
  filter: brightness(0) invert(1) drop-shadow(0 1px 2px rgba(18, 63, 70, 0.82)) drop-shadow(0 3px 10px rgba(18, 63, 70, 0.36));
}

body.gd-premium-ui .kadence-svg-iconset {
  fill: #fff;
  filter: drop-shadow(0 1px 2px rgba(18, 63, 70, 0.82));
}

body.gd-premium-ui .site-branding,
body.gd-premium-ui .header-social-wrap,
body.gd-premium-ui .header-search-wrap,
body.gd-premium-ui .site-header-item {
  margin-left: 0;
  margin-right: 0;
}

body.gd-premium-ui .site-branding .site-title {
  font-size: clamp(2rem, 3.1vw, 3rem);
  line-height: 0.96;
  letter-spacing: 0;
  max-width: min(11ch, 42vw);
  text-wrap: balance;
}

body.gd-premium-ui .header-social-wrap .social-button,
body.gd-premium-ui .search-toggle-open-container .search-toggle-open,
body.gd-premium-ui .mobile-toggle-open-container .menu-toggle-open {
  background: transparent;
  border: 0;
  box-shadow: none;
}

body.gd-premium-ui .header-social-inner-wrap {
  gap: 6px;
}

body.home.gd-premium-ui .content-area,
body.single.gd-premium-ui .content-area,
body.blog.gd-premium-ui .content-area,
body.archive.gd-premium-ui .content-area,
body.search-results.gd-premium-ui .content-area,
body.page.gd-premium-ui .content-area,
body.gd-premium-ui #inner-wrap,
body.gd-premium-ui .site-main,
body.gd-premium-ui .content-container,
body.home.gd-premium-ui .entry-hero,
body.single.gd-premium-ui .entry-hero,
body.blog.gd-premium-ui .entry-hero,
body.archive.gd-premium-ui .page-header,
body.search-results.gd-premium-ui .page-header,
body.page.gd-premium-ui .entry-hero,
body.page.gd-premium-ui .page-header {
  margin-top: 0;
  padding-top: 0;
}

body.home.gd-premium-ui .kb-row-layout-id105_18328a-72 {
  background-image:
    linear-gradient(to bottom, rgba(18, 63, 70, 0.52) 0%, rgba(18, 63, 70, 0.18) 34%, rgba(18, 63, 70, 0) 62%),
    linear-gradient(to top, rgba(10, 22, 26, 0.90) 0%, rgba(10, 22, 26, 0.62) 16%, rgba(10, 22, 26, 0.16) 30%, rgba(10, 22, 26, 0) 46%),
    url("https://cokgezenadam.com/wp-content/uploads/2026/03/kapadokya.webp");
  background-size: auto, auto, cover;
  background-position: 0 0, 0 0, 33% 43%;
  background-repeat: no-repeat, no-repeat, no-repeat;
  background-color: #b9bec3;
}

body.gd-premium-ui .entry-hero,
body.gd-premium-ui .page-header,
.kb-row-layout-id105_18328a-72 {
  position: relative;
  margin-top: 0;
  padding-top: 0;
  overflow: hidden;
}

body.single.gd-premium-ui .entry-hero,
body.page.gd-premium-ui .entry-hero,
.kb-row-layout-id105_18328a-72 {
  min-height: clamp(366px, 36vh, 426px);
}

body.gd-premium-ui .entry-hero .post-thumbnail,
body.gd-premium-ui .entry-hero .post-thumbnail-inner,
body.gd-premium-ui .entry-hero .wp-post-image {
  margin-top: 0;
  padding-top: 0;
}

body.gd-premium-ui .entry-hero .post-thumbnail,
body.gd-premium-ui .entry-hero .post-thumbnail-inner {
  position: relative;
  overflow: hidden;
}

/* Coherent home visual system */
body.home.gd-premium-ui .gd-home-categories {
  padding-top: 36px;
}

body.home.gd-premium-ui .gd-home-categories__intro {
  gap: 7px;
  margin-bottom: 28px;
}

body.home.gd-premium-ui .kb-row-layout-id105_18328a-72 > .kt-row-column-wrap {
  min-height: clamp(366px, 36vh, 426px);
}

body.home.gd-premium-ui .wp-block-kadence-advancedheading.kt-adv-heading105_b786d5-6e,
body.home.gd-premium-ui .wp-block-kadence-advancedheading.kt-adv-heading105_b786d5-6e[data-kb-block="kb-adv-heading105_b786d5-6e"] {
  max-width: 12ch;
  margin-bottom: 12px;
  color: #fff;
  font-size: 52px;
  font-weight: 700;
  line-height: 1.04;
  letter-spacing: 0;
  text-shadow: 0 2px 12px rgba(18, 63, 70, 0.58), 0 8px 24px rgba(18, 63, 70, 0.32);
}

body.home.gd-premium-ui .wp-block-kadence-advancedheading.kt-adv-heading105_b786d5-6e mark.kt-highlight {
  color: #f7fbff;
}

body.home.gd-premium-ui .gd-home-hero__lede {
  max-width: 34rem;
  margin: 0 0 18px;
  color: rgba(255, 255, 255, 0.92);
  font-size: 17px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0;
  text-shadow: 0 2px 10px rgba(18, 63, 70, 0.54), 0 8px 22px rgba(18, 63, 70, 0.28);
}

body.home.gd-premium-ui .wp-block-kadence-advancedbtn.kb-btns105_30f580-4a {
  justify-content: flex-start;
}

body.home.gd-premium-ui .wp-block-kadence-advancedbtn .kb-btn105_43e8c3-67.kb-button {
  min-height: 44px;
  padding: 0 20px;
  border: 1px solid rgba(255, 255, 255, 0.34);
  border-radius: 8px;
  color: #fff;
  background: linear-gradient(135deg, color-mix(in srgb, var(--gd-brand-green) 88%, white 12%), var(--gd-brand-deep));
  box-shadow: 0 14px 30px -18px rgba(18, 63, 70, 0.68);
  font-size: 16px;
  font-weight: 600;
  line-height: 1.1;
  letter-spacing: 0;
}

body.home.gd-premium-ui .wp-block-kadence-advancedbtn .kb-btn105_43e8c3-67.kb-button:hover,
body.home.gd-premium-ui .wp-block-kadence-advancedbtn .kb-btn105_43e8c3-67.kb-button:focus {
  color: #fff;
  background: linear-gradient(135deg, var(--gd-brand-deep), var(--gd-brand-green));
  box-shadow: 0 18px 34px -20px rgba(18, 63, 70, 0.72);
}

body.home.gd-premium-ui .gd-home-categories__eyebrow,
body.home.gd-premium-ui .gd-category-block__kicker,
body.home.gd-premium-ui .yo-home-spoke-grid .yo2-card__tag {
  color: var(--gd-brand-green);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

body.home.gd-premium-ui .gd-home-categories__title {
  color: var(--gd-ink-strong);
  font-size: 44px;
  line-height: 1.04;
}

body.home.gd-premium-ui .gd-home-categories__lede {
  color: var(--gd-muted);
  font-size: 16px;
  line-height: 1.56;
}

body.home.gd-premium-ui .gd-home-categories__rail {
  gap: 18px;
  margin-bottom: 28px;
}

body.home.gd-premium-ui .gd-home-categories__rail-card {
  min-height: 148px;
  padding: 22px;
  border-radius: 22px;
}

body.home.gd-premium-ui .gd-home-categories__rail-name {
  font-size: 25px;
  line-height: 1.08;
}

body.home.gd-premium-ui .gd-home-categories__rail-meta {
  min-height: 23px;
  padding: 0 10px;
}

body.home.gd-premium-ui .gd-category-block {
  padding: 24px;
  border-radius: var(--gd-radius-lg);
  box-shadow: 0 18px 44px -30px rgba(17, 30, 40, 0.26);
}

body.home.gd-premium-ui .gd-category-block__head {
  align-items: flex-end;
  margin-bottom: 18px;
}

body.home.gd-premium-ui .gd-category-block__kicker {
  margin-bottom: 5px;
}

body.home.gd-premium-ui .gd-category-block__title {
  color: var(--gd-ink-strong);
  font-size: 29px;
  line-height: 1.08;
}

body.home.gd-premium-ui .gd-category-block__link {
  min-height: 36px;
  padding: 0 14px;
  color: var(--gd-brand-deep);
  font-size: 13px;
  font-weight: 700;
}

body.home.gd-premium-ui .gd-category-block__grid.yo-home-spoke-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

body.home.gd-premium-ui .yo-home-spoke-grid .yo2-card__media {
  position: relative;
  isolation: isolate;
  border-radius: 18px;
  box-shadow: 0 16px 34px -26px rgba(14, 28, 38, 0.42);
}

body.home.gd-premium-ui .yo-home-spoke-grid .yo2-card__media::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background:
    linear-gradient(to bottom, rgba(18, 63, 70, 0.18) 0%, rgba(18, 63, 70, 0.08) 22%, rgba(18, 63, 70, 0) 42%),
    linear-gradient(to top, rgba(11, 30, 33, 0.98) 0%, rgba(11, 30, 33, 0.86) 22%, rgba(11, 30, 33, 0.58) 46%, rgba(11, 30, 33, 0.18) 72%, rgba(11, 30, 33, 0) 90%);
}

body.home.gd-premium-ui .yo-home-spoke-grid .yo2-card__overlay {
  position: absolute;
  inset: 0;
  z-index: 2;
  padding: 20px 17px 17px;
}

body.home.gd-premium-ui .yo-home-spoke-grid .yo2-card__media img,
body.home.gd-premium-ui .yo-home-spoke-grid .yo2-card__fallback {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  filter: saturate(0.9) contrast(1.08) brightness(0.92);
  transform: translateZ(0);
}

body.home.gd-premium-ui .yo-home-spoke-grid .yo2-card__tag {
  color: rgba(255, 255, 255, 0.84);
  margin-bottom: 7px;
  font-size: 10px;
}

body.home.gd-premium-ui .yo-home-spoke-grid .yo2-card__title {
  color: #fff;
  font-size: 18px;
  font-weight: 800;
  line-height: 1.22;
  letter-spacing: 0;
  text-shadow: 0 2px 12px rgba(0, 0, 0, 0.62), 0 8px 22px rgba(0, 0, 0, 0.36);
}

body.home.gd-premium-ui .yo-home-spoke-grid .yo2-card__meta {
  color: rgba(255, 255, 255, 0.78);
  font-size: 11px;
}

@media all and (max-width: 767px) {
  body.gd-premium-ui {
    background: linear-gradient(180deg, #fbfcfc 0%, #f7fafb 48%, #f3f6f8 100%);
  }

  body.gd-premium-ui .content-area {
    margin-bottom: 2rem;
  }

  body.gd-premium-ui .site-header-row-container-inner > .site-container {
    max-width: 100%;
    padding-left: 16px;
    padding-right: 16px;
  }

  body.gd-premium-ui .site-header-row-container-inner .site-header-row {
    display: grid;
    grid-template-columns: 1fr auto;
    min-height: 58px;
    column-gap: 12px;
  }

  body.gd-premium-ui .site-header-top-section-left,
  body.gd-premium-ui .site-header-top-section-center {
    justify-self: start;
  }

  body.gd-premium-ui .site-header-top-section-right {
    justify-self: end;
  }

  body.gd-premium-ui .site-branding .site-title {
    font-size: clamp(1.1rem, 5.4vw, 1.55rem);
    line-height: 1.02;
    max-width: 10ch;
  }

  body.gd-premium-ui .mobile-toggle-open-container .menu-toggle-open {
    width: 36px;
    height: 36px;
  }

  body.single.gd-premium-ui .entry-hero,
  body.page.gd-premium-ui .entry-hero,
  .kb-row-layout-id105_18328a-72 {
    min-height: 258px;
  }

  body.home.gd-premium-ui .kb-row-layout-id105_18328a-72 > .kt-row-column-wrap {
    min-height: 492px;
    padding-top: 76px;
    padding-bottom: 70px;
  }

  body.home.gd-premium-ui .wp-block-kadence-advancedheading.kt-adv-heading105_b786d5-6e,
  body.home.gd-premium-ui .wp-block-kadence-advancedheading.kt-adv-heading105_b786d5-6e[data-kb-block="kb-adv-heading105_b786d5-6e"] {
    width: 100%;
    max-width: none;
    margin-bottom: 12px;
    font-size: 35px;
    line-height: 1.06;
  }

  body.home.gd-premium-ui .gd-home-hero__lede {
    max-width: 21rem;
    margin-bottom: 16px;
    font-size: 15px;
    line-height: 1.46;
  }

  body.home.gd-premium-ui .wp-block-kadence-advancedbtn .kb-btn105_43e8c3-67.kb-button {
    min-height: 40px;
    padding: 0 16px;
    font-size: 14px;
  }

  body.home.gd-premium-ui .gd-home-categories {
    padding: 22px 16px 42px;
  }

  body.home.gd-premium-ui .gd-home-categories__intro {
    gap: 6px;
    margin-bottom: 20px;
  }

  body.home.gd-premium-ui .gd-home-categories__eyebrow {
    font-size: 10px;
    letter-spacing: 0.1em;
  }

  body.home.gd-premium-ui .gd-home-categories__title {
    font-size: 31px;
    line-height: 1.04;
  }

  body.home.gd-premium-ui .gd-home-categories__lede {
    max-width: 32ch;
    font-size: 14px;
    line-height: 1.5;
  }

  body.home.gd-premium-ui .gd-home-categories__rail {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    margin-bottom: 20px;
  }

  body.home.gd-premium-ui .gd-home-categories__rail-card {
    align-items: center;
    justify-content: center;
    aspect-ratio: 3 / 4;
    min-height: 0;
    padding: 14px 10px;
    text-align: center;
    border-radius: 18px;
    background-image: var(--gd-rail-image);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    box-shadow: 0 16px 32px -24px rgba(12, 27, 36, 0.34), inset 0 1px 0 rgba(255, 255, 255, 0.18);
  }

  body.home.gd-premium-ui .gd-home-categories__rail-card::before {
    inset: -18px;
    filter: blur(1.25px) saturate(0.92) brightness(0.78);
    opacity: 0.42;
    transform: scale(1.14);
  }

  body.home.gd-premium-ui .gd-home-categories__rail-card::after {
    background:
      linear-gradient(180deg, rgba(14, 24, 31, 0.18), rgba(14, 24, 31, 0.38)),
      linear-gradient(145deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0) 52%);
  }

  body.home.gd-premium-ui .gd-home-categories__rail-name {
    font-size: 24px;
    line-height: 1.08;
    text-align: center;
    text-shadow: 0 2px 12px rgba(0, 0, 0, 0.48);
  }

  body.home.gd-premium-ui .gd-home-categories__rail-meta {
    margin-top: 6px;
    font-size: 11px;
    letter-spacing: 0.04em;
    text-align: center;
  }

  body.home.gd-premium-ui .gd-home-categories__sections {
    gap: 16px;
  }

  body.home.gd-premium-ui .gd-category-block {
    padding: 16px;
    border-radius: 18px;
    box-shadow: 0 16px 32px -28px rgba(17, 30, 40, 0.22);
  }

  body.home.gd-premium-ui .gd-category-block::after {
    display: none;
  }

  body.home.gd-premium-ui .gd-category-block__head {
    align-items: flex-start;
    flex-direction: column;
    gap: 10px;
    margin-bottom: 12px;
  }

  body.home.gd-premium-ui .gd-category-block__kicker {
    margin-bottom: 3px;
    font-size: 10px;
    letter-spacing: 0.12em;
  }

  body.home.gd-premium-ui .gd-category-block__title {
    font-size: 23px;
    line-height: 1.08;
  }

  body.home.gd-premium-ui .gd-category-block__link {
    min-height: 34px;
    padding: 0 12px;
    font-size: 12px;
  }

  body.home.gd-premium-ui .gd-category-block__grid.yo-home-spoke-grid {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  body.home.gd-premium-ui .yo-home-spoke-grid .yo2-card__media {
    aspect-ratio: 16 / 11;
    border-radius: 16px;
    box-shadow: 0 14px 26px -22px rgba(14, 28, 38, 0.38);
  }

  body.home.gd-premium-ui .yo-home-spoke-grid .yo2-card__media::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    pointer-events: none;
    background:
      linear-gradient(to bottom, rgba(18, 63, 70, 0.16) 0%, rgba(18, 63, 70, 0.06) 24%, rgba(18, 63, 70, 0) 42%),
      linear-gradient(to top, rgba(11, 30, 33, 0.96) 0%, rgba(11, 30, 33, 0.82) 26%, rgba(11, 30, 33, 0.5) 50%, rgba(11, 30, 33, 0.14) 74%, rgba(11, 30, 33, 0) 90%);
  }

  body.home.gd-premium-ui .yo-home-spoke-grid .yo2-card__overlay {
    padding: 15px 13px 13px;
  }

  body.home.gd-premium-ui .yo-home-spoke-grid .yo2-card__tag {
    margin-bottom: 6px;
    font-size: 10px;
  }

  body.home.gd-premium-ui .yo-home-spoke-grid .yo2-card__title {
    font-size: 17px;
    font-weight: 800;
    line-height: 1.22;
    text-shadow: 0 2px 12px rgba(0, 0, 0, 0.62), 0 8px 22px rgba(0, 0, 0, 0.34);
  }

  body.home.gd-premium-ui .yo-home-spoke-grid .yo2-card__meta {
    font-size: 11px;
  }

  body.gd-premium-ui #colophon {
    padding: 0 16px 16px;
  }

  body.gd-premium-ui .gd-footer-main {
    gap: 16px;
    padding: 16px 16px 12px;
  }

  body.gd-premium-ui .gd-footer-menu {
    grid-template-columns: 1fr;
  }

  body.gd-premium-ui .gd-footer-bottom {
    align-items: flex-start;
    flex-direction: column;
    gap: 4px;
    padding: 10px 16px 12px;
  }
}

body.single-post.gd-premium-ui .entry-title {
  color: #13252f;
  font-weight: 800;
  text-shadow: none;
}

body.single-post.gd-premium-ui .kadence-breadcrumbs,
body.single-post.gd-premium-ui .kadence-breadcrumbs a,
body.single-post.gd-premium-ui .entry-meta,
body.single-post.gd-premium-ui .entry-meta a {
  color: #33485a;
}

/* Single post: remove oversized gap under related posts, keep ~30px before footer */
body.single-post.gd-premium-ui .content-area {
  margin-bottom: 72px;
}

body.single-post.gd-premium-ui #colophon {
  margin-top: 72px;
}

/* Single post native Kadence entry hero */
body.single-post.gd-premium-ui .entry-hero.post-hero-section::after {
  content: none;
  display: none;
}

body.single-post.gd-premium-ui .entry-hero.post-hero-section {
  --gd-single-hero-min-height: 544px;
  position: relative;
  width: 100vw;
  max-width: 100vw;
  min-height: var(--gd-single-hero-min-height);
  margin-top: 0;
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
  padding-top: 0;
  overflow: hidden;
  isolation: isolate;
}

body.single-post.gd-premium-ui .entry-hero.post-hero-section .entry-hero-container-inner {
  position: relative;
  width: 100%;
  max-width: none;
  min-height: inherit;
  padding-top: 68px;
  overflow: hidden;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 95% 98.6%, 90% 97.3%, 85% 96.1%, 80% 95.0%, 75% 94.0%, 70% 93.2%, 65% 92.6%, 60% 92.1%, 55% 91.8%, 50% 91.6%, 45% 91.8%, 40% 92.1%, 35% 92.6%, 30% 93.2%, 25% 94.0%, 20% 95.0%, 15% 96.1%, 10% 97.3%, 5% 98.6%, 0 100%);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 95% 98.6%, 90% 97.3%, 85% 96.1%, 80% 95.0%, 75% 94.0%, 70% 93.2%, 65% 92.6%, 60% 92.1%, 55% 91.8%, 50% 91.6%, 45% 91.8%, 40% 92.1%, 35% 92.6%, 30% 93.2%, 25% 94.0%, 20% 95.0%, 15% 96.1%, 10% 97.3%, 5% 98.6%, 0 100%);
}

body.single-post.gd-premium-ui .entry-hero.post-hero-section .hero-section-overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  overflow: hidden;
  -webkit-clip-path: inherit;
  clip-path: inherit;
  background:
    linear-gradient(to bottom, rgba(7, 29, 24, 0.76) 0%, rgba(10, 38, 52, 0.38) 30%, rgba(10, 38, 52, 0) 54%),
    linear-gradient(to top, rgba(5, 22, 25, 0.98) 0%, rgba(7, 29, 24, 0.66) 28%, rgba(7, 29, 24, 0) 58%);
}

body.single-post.gd-premium-ui .entry-hero.post-hero-section .hero-container {
  position: relative;
  z-index: 2;
  width: min(var(--global-content-width), calc(100vw - 48px));
  max-width: min(var(--global-content-width), calc(100vw - 48px));
  min-height: var(--gd-single-hero-min-height);
  margin-right: auto;
  margin-left: auto;
}

body.single-post.gd-premium-ui .entry-hero.post-hero-section .entry-header {
  display: flex;
  min-height: var(--gd-single-hero-min-height);
  flex-direction: column;
  justify-content: flex-end;
  padding-top: 110px;
  padding-bottom: 128px;
}

body.single-post.gd-premium-ui .entry-hero.post-hero-section .entry-meta {
  width: 100%;
  justify-content: center;
  text-align: center;
}

body.single-post.gd-premium-ui .entry-hero.post-hero-section .entry-meta .posted-by,
body.single-post.gd-premium-ui .entry-hero.post-hero-section .entry-meta .posted-on {
  justify-content: center;
}

body.single-post.gd-premium-ui .entry-hero.post-hero-section .entry-title,
body.single-post.gd-premium-ui .entry-hero.post-hero-section .kadence-breadcrumbs,
body.single-post.gd-premium-ui .entry-hero.post-hero-section .kadence-breadcrumbs a,
body.single-post.gd-premium-ui .entry-hero.post-hero-section .entry-meta,
body.single-post.gd-premium-ui .entry-hero.post-hero-section .entry-meta a,
body.single-post.gd-premium-ui .entry-hero.post-hero-section .title-entry-excerpt {
  color: #13252f;
}

body.single-post.gd-premium-ui .entry-hero.post-hero-section .meta-label,
body.single-post.gd-premium-ui .entry-hero.post-hero-section .posted-by,
body.single-post.gd-premium-ui .entry-hero.post-hero-section .posted-on,
body.single-post.gd-premium-ui .entry-hero.post-hero-section .posted-by a,
body.single-post.gd-premium-ui .entry-hero.post-hero-section .posted-on a,
body.single-post.gd-premium-ui .entry-hero.post-hero-section .entry-meta .author a,
body.single-post.gd-premium-ui .entry-hero.post-hero-section .entry-meta time {
  color: #13252f;
  text-shadow: none;
}

body.single-post.gd-premium-ui .single-entry > .entry-content-wrap {
  width: 100%;
  margin: 0;
  padding: 16px 10px 20px;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  overflow: visible;
}

body.single-post.gd-premium-ui .single-content {
  display: grid;
  width: 100%;
  margin: 0;
  gap: 18px;
}

body.single-post.gd-premium-ui .single-content > * {
  margin-top: 0;
  margin-bottom: 0;
}

body.single-post.gd-premium-ui .single-content > h2.wp-block-heading,
body.single-post.gd-premium-ui .single-content > h3.wp-block-heading,
body.single-post.gd-premium-ui .single-content > .wp-block-heading {
  margin-top: 14px;
  line-height: 1.18;
}

body.single-post.gd-premium-ui .single-content > p {
  line-height: 1.8;
}

body.single-post.gd-premium-ui .single-content > ul,
body.single-post.gd-premium-ui .single-content > ol {
  padding-left: 1.3rem;
}

body.single-post.gd-premium-ui .single-content > blockquote,
body.single-post.gd-premium-ui .single-content > .wp-block-group,
body.single-post.gd-premium-ui .single-content > .wp-block-columns {
  margin: 6px 0;
}

body.single-post.gd-premium-ui .single-content > .wp-block-image,
body.single-post.gd-premium-ui .single-content > .wp-block-separator {
  margin: 4px 0;
}

body.single-post.gd-premium-ui .single-content > .wp-block-image {
  width: 100dvw;
  max-width: 100dvw;
  margin-left: calc(50% - 50dvw);
  margin-right: calc(50% - 50dvw);
}

body.single-post.gd-premium-ui .single-content > .wp-block-image img {
  width: 100%;
  border-radius: 0;
  border: 0;
  box-shadow: none;
}

body.single-post.gd-premium-ui .single-content > .wp-block-separator {
  margin: 12px auto;
  width: 160px;
  max-width: 160px;
}

@media all and (min-width: 768px) {
  body.single-post.gd-premium-ui .single-entry > .entry-content-wrap {
    width: min(100%, 1120px);
    margin: 0 auto;
    padding: 26px 28px 30px;
    border: 1px solid rgba(20, 35, 45, 0.08);
    border-radius: 22px;
    background: rgba(255, 255, 255, 0.96);
    box-shadow: 0 16px 38px rgba(9, 37, 48, 0.08);
  }

  body.single-post.gd-premium-ui .single-content {
    width: min(100%, 940px);
    margin: 0 auto;
    gap: 22px;
  }

  body.single-post.gd-premium-ui .single-content > .wp-block-image {
    width: auto;
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
}

body.single-post.gd-premium-ui .single-content .wp-block-heading {
  display: block;
  width: 100%;
  max-width: none;
  align-self: stretch;
  text-wrap: wrap;
  overflow-wrap: normal;
}

@media all and (max-width: 767px) {
  body.single-post.gd-premium-ui .entry-hero.post-hero-section {
    --gd-single-hero-min-height: 210px;
  }

  body.single-post.gd-premium-ui .entry-hero.post-hero-section .entry-header {
    padding-top: 82px;
    padding-bottom: 84px;
  }
}

/* Single post mobile refinement */
@media all and (max-width: 767px) {
  body.single-post.gd-premium-ui .entry-hero.post-hero-section {
    --gd-single-hero-min-height: 170px;
  }

  body.single-post.gd-premium-ui .entry-hero.post-hero-section .entry-hero-container-inner {
    padding-top: 58px;
    background-position: center 42%;
  }

  body.single-post.gd-premium-ui .entry-hero.post-hero-section .hero-container.site-container {
    padding-left: 18px;
    padding-right: 18px;
  }

  body.single-post.gd-premium-ui .entry-hero.post-hero-section .entry-header {
    align-items: center;
    justify-content: flex-end;
    min-height: 0;
    padding: 78px 10px 24px;
  }

  body.single-post.gd-premium-ui .entry-hero.post-hero-section .kadence-breadcrumbs {
    width: 100%;
    max-width: 30ch;
    margin: 0 auto 10px;
    text-align: center;
    font-size: 11px;
    line-height: 1.45;
  }

  body.single-post.gd-premium-ui .entry-hero.post-hero-section .entry-title {
    width: 100%;
    max-width: none;
    margin-left: 0;
    margin-right: 0;
    font-size: clamp(1.45rem, 6.4vw, 2rem) !important;
    line-height: 1.06 !important;
    text-align: center;
    text-wrap: balance;
    overflow-wrap: anywhere;
    max-width: 12ch;
  }

  body.single-post.gd-premium-ui .entry-hero.post-hero-section .entry-meta {
    width: 100%;
    max-width: 32ch;
    margin: 8px auto 0;
    justify-content: center;
    row-gap: 4px;
    font-size: 11px;
    line-height: 1.35;
  }

  body.single-post.gd-premium-ui .entry-related.alignfull {
    margin-bottom: 22px;
  }

  body.single-post.gd-premium-ui .entry-related .entry-related-inner-content {
    padding-left: 12px;
    padding-right: 12px;
  }

  body.single-post.gd-premium-ui .entry-related .entry-related-title {
    margin-bottom: 10px;
    font-size: 22px;
    line-height: 1.08;
  }

  body.single-post.gd-premium-ui .entry-related .entry-related-carousel .kadence-posts-list {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  body.single-post.gd-premium-ui .entry-related .yo2-related-card {
    border-radius: 12px;
  }

  body.single-post.gd-premium-ui .entry-related .yo2-related-card__media {
    aspect-ratio: 4 / 1.95;
  }

  body.single-post.gd-premium-ui .entry-related .yo2-related-card__overlay {
    padding: 10px 10px 9px;
  }

  body.single-post.gd-premium-ui .entry-related .yo2-related-card__title {
    font-size: 15px;
    line-height: 1.18;
    margin-bottom: 4px;
  }

  body.single-post.gd-premium-ui .entry-related .yo2-related-card__meta {
    flex-wrap: wrap;
    gap: 5px;
    font-size: 9px;
    line-height: 1.25;
  }
}

/* Single post related cards compact mobile */
@media all and (max-width: 767px) {
  body.single-post.gd-premium-ui .entry-related .entry-related-carousel .kadence-posts-list {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 8px !important;
  }

  body.single-post.gd-premium-ui .entry-related .yo2-related-card__media {
    aspect-ratio: 1 / 0.88 !important;
  }

  body.single-post.gd-premium-ui .entry-related .yo2-related-card__overlay {
    padding: 7px 7px 6px !important;
  }

  body.single-post.gd-premium-ui .entry-related .yo2-related-card__title {
    font-size: 12px !important;
    line-height: 1.12 !important;
    margin-bottom: 2px !important;
  }

  body.single-post.gd-premium-ui .entry-related .yo2-related-card__meta {
    gap: 3px !important;
    font-size: 7px !important;
    line-height: 1.15 !important;
  }
}

@media all and (max-width: 430px) {
  body.single-post.gd-premium-ui .entry-related .entry-related-carousel .kadence-posts-list {
    grid-template-columns: 1fr !important;
  }

  body.single-post.gd-premium-ui .entry-related .yo2-related-card__media {
    aspect-ratio: 4 / 1.45 !important;
  }
}

/* Single post related mobile overflow fix */
@media all and (max-width: 767px) {
  body.single-post.gd-premium-ui .entry-related.alignfull,
  body.single-post.gd-premium-ui .entry-related .entry-related-inner,
  body.single-post.gd-premium-ui .entry-related .entry-related-inner-content,
  body.single-post.gd-premium-ui .entry-related .entry-related-carousel {
    width: 100%;
    max-width: 100%;
    min-width: 0;
    overflow-x: clip;
    box-sizing: border-box;
  }

  body.single-post.gd-premium-ui .entry-related .entry-related-carousel .kadence-posts-list {
    width: 100%;
    max-width: 100%;
    min-width: 0;
    margin: 0;
    padding: 0;
    list-style: none;
    box-sizing: border-box;
  }

  body.single-post.gd-premium-ui .entry-related .entry-list-item,
  body.single-post.gd-premium-ui .entry-related .yo2-related-card,
  body.single-post.gd-premium-ui .entry-related .yo2-related-card__media-link,
  body.single-post.gd-premium-ui .entry-related .yo2-related-card__overlay {
    min-width: 0;
    max-width: 100%;
    box-sizing: border-box;
  }
}

/* Mobile drawer menu typography */
@media all and (max-width: 1024px) {
  body.gd-premium-ui #mobile-drawer .mobile-navigation ul li,
  body.gd-premium-ui #mobile-drawer .mobile-navigation ul li > a,
  body.gd-premium-ui #mobile-drawer .mobile-navigation ul li.menu-item-has-children > .drawer-nav-drop-wrap,
  body.gd-premium-ui #mobile-drawer .mobile-navigation .drawer-sub-menu-toggle {
    color: #14232d;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.28;
    letter-spacing: 0;
    text-shadow: none;
  }

  body.gd-premium-ui #mobile-drawer .mobile-navigation ul li > a,
  body.gd-premium-ui #mobile-drawer .mobile-navigation ul li.menu-item-has-children > .drawer-nav-drop-wrap {
    padding-top: 0.9em;
    padding-bottom: 0.9em;
  }

  body.gd-premium-ui #mobile-drawer .mobile-navigation ul li > a:hover,
  body.gd-premium-ui #mobile-drawer .mobile-navigation ul li.menu-item-has-children > .drawer-nav-drop-wrap:hover,
  body.gd-premium-ui #mobile-drawer .mobile-navigation ul li.current-menu-item > a,
  body.gd-premium-ui #mobile-drawer .mobile-navigation ul li.current-menu-item.menu-item-has-children > .drawer-nav-drop-wrap {
    color: #14232d;
    text-shadow: none;
  }
}

/* Home hero aligned to single post hero system */
body.home.gd-premium-ui .kb-row-layout-id105_18328a-72 {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 95% 98.6%, 90% 97.3%, 85% 96.1%, 80% 95%, 75% 94%, 70% 93.2%, 65% 92.6%, 60% 92.1%, 55% 91.8%, 50% 91.6%, 45% 91.8%, 40% 92.1%, 35% 92.6%, 30% 93.2%, 25% 94%, 20% 95%, 15% 96.1%, 10% 97.3%, 5% 98.6%, 0 100%);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 95% 98.6%, 90% 97.3%, 85% 96.1%, 80% 95%, 75% 94%, 70% 93.2%, 65% 92.6%, 60% 92.1%, 55% 91.8%, 50% 91.6%, 45% 91.8%, 40% 92.1%, 35% 92.6%, 30% 93.2%, 25% 94%, 20% 95%, 15% 96.1%, 10% 97.3%, 5% 98.6%, 0 100%);
}

body.home.gd-premium-ui .kb-row-layout-id105_18328a-72::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background:
    linear-gradient(to bottom, rgba(18, 63, 70, 0.72) 0%, rgba(18, 63, 70, 0.42) 30%, rgba(18, 63, 70, 0.08) 54%, rgba(18, 63, 70, 0) 66%),
    linear-gradient(to top, rgba(11, 30, 33, 0.96) 0%, rgba(11, 30, 33, 0.68) 24%, rgba(11, 30, 33, 0.18) 48%, rgba(11, 30, 33, 0) 68%),
    linear-gradient(135deg, rgba(184, 121, 59, 0.12) 0%, rgba(184, 121, 59, 0) 40%);
}

body.home.gd-premium-ui .kb-row-layout-id105_18328a-72::after {
  content: none;
  display: none;
}

body.home.gd-premium-ui .kb-row-layout-id105_18328a-72 > .kt-row-column-wrap {
  position: relative;
  z-index: 2;
  min-height: clamp(366px, 36vh, 426px);
  align-content: end;
  padding-top: 118px;
  padding-bottom: 126px;
}

body.home.gd-premium-ui .wp-block-kadence-advancedheading.kt-adv-heading105_b786d5-6e,
body.home.gd-premium-ui .wp-block-kadence-advancedheading.kt-adv-heading105_b786d5-6e[data-kb-block=kb-adv-heading105_b786d5-6e] {
  max-width: 11ch;
  margin-bottom: 12px;
  color: #fff;
  font-size: 52px;
  font-weight: 700;
  line-height: 1.04;
  letter-spacing: 0;
  text-shadow: 0 2px 12px rgba(18, 63, 70, 0.5);
}

body.home.gd-premium-ui .gd-home-hero__lede {
  max-width: 32rem;
  margin: 0 0 18px;
  color: rgba(255, 255, 255, 0.92);
  font-size: 17px;
  line-height: 1.5;
  text-shadow: 0 2px 10px rgba(18, 63, 70, 0.42);
}

@media all and (max-width: 1024px) {
  body.home.gd-premium-ui .kb-row-layout-id105_18328a-72 > .kt-row-column-wrap {
    min-height: 610px;
    padding-top: 112px;
    padding-bottom: 114px;
  }
}

@media all and (max-width: 767px) {
  body.home.gd-premium-ui .kb-row-layout-id105_18328a-72 {
    background-position: center 42%;
  }

  body.home.gd-premium-ui .kb-row-layout-id105_18328a-72 > .kt-row-column-wrap {
    min-height: 258px;
    padding-top: 86px;
    padding-bottom: 58px;
  }

  body.home.gd-premium-ui .wp-block-kadence-advancedheading.kt-adv-heading105_b786d5-6e,
  body.home.gd-premium-ui .wp-block-kadence-advancedheading.kt-adv-heading105_b786d5-6e[data-kb-block=kb-adv-heading105_b786d5-6e] {
    max-width: 10.5ch;
    font-size: 35px;
    line-height: 1.06;
  }

  body.home.gd-premium-ui .gd-home-hero__lede {
    max-width: 21rem;
    margin-bottom: 16px;
    font-size: 15px;
    line-height: 1.46;
  }
}

/* Cok Gezen Adam archive system */
body.gd-premium-ui .entry-hero.gd-archive-hero {
  --gd-archive-hero-overlay: linear-gradient(to bottom, rgba(18, 63, 70, 0.78) 0%, rgba(18, 63, 70, 0.44) 30%, rgba(18, 63, 70, 0.08) 54%, rgba(18, 63, 70, 0) 66%), linear-gradient(to top, rgba(11, 30, 33, 0.98) 0%, rgba(11, 30, 33, 0.72) 24%, rgba(11, 30, 33, 0.18) 48%, rgba(11, 30, 33, 0) 68%), linear-gradient(135deg, rgba(184, 121, 59, 0.16) 0%, rgba(184, 121, 59, 0) 42%);
  --gd-archive-hero-header-padding: 34px 36px 30px;
  margin-bottom: 0;
  margin-top: 0;
  padding-top: 0;
  position: relative;
  min-height: var(--gd-archive-hero-min-height);
  overflow: hidden;
  isolation: isolate;
}

body.gd-premium-ui .entry-hero.gd-archive-hero::after,
body.gd-premium-ui .entry-hero.gd-archive-hero .entry-hero-container-inner::after {
  content: none;
  display: none;
}

body.gd-premium-ui .entry-hero.gd-archive-hero .entry-hero-container-inner {
  position: relative;
  min-height: inherit;
  overflow: hidden;
  background-color: var(--gd-archive-hero-bg);
  background-image: var(--gd-archive-hero-overlay), var(--gd-archive-hero-image);
  background-size: auto, cover;
  background-position: center center, center center;
  background-repeat: no-repeat;
  -webkit-clip-path: var(--gd-archive-hero-curve);
  clip-path: var(--gd-archive-hero-curve);
}

body.gd-premium-ui .entry-hero.gd-archive-hero .hero-container.site-container {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  min-height: var(--gd-archive-hero-min-height);
  padding: var(--gd-archive-hero-shell-padding);
}

body.gd-premium-ui .entry-hero.gd-archive-hero .entry-header {
  width: var(--gd-archive-hero-header-width);
  min-height: var(--gd-archive-hero-panel-min-height);
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: var(--gd-archive-hero-header-padding);
  border: 1px solid rgba(255, 255, 255, 0.05);
  border-radius: 26px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.03), rgba(255, 255, 255, 0.005)),
    rgba(7, 22, 32, 0.005);
  color: #f7fafc;
  box-shadow: 0 16px 36px rgba(7, 22, 32, 0.06), inset 0 1px 0 rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  text-align: center;
  text-shadow: 0 1px 5px rgba(0, 0, 0, 0.12);
}

body.gd-premium-ui .entry-hero.gd-archive-hero .kadence-breadcrumbs {
  margin-bottom: 16px;
  color: rgba(247, 250, 252, 0.84);
  justify-content: center;
}

body.gd-premium-ui .entry-hero.gd-archive-hero .kadence-breadcrumbs a {
  color: rgba(255, 255, 255, 0.86);
}

body.gd-premium-ui .entry-hero.gd-archive-hero h1 {
  margin: 0;
  color: #ffffff;
  font-size: clamp(2.15rem, 4vw, 3.45rem);
  line-height: 1.08;
}

body.gd-premium-ui .entry-hero.gd-archive-hero .archive-description {
  margin-top: 18px;
  color: rgba(241, 245, 249, 0.95);
}

body.gd-premium-ui .entry-hero.gd-archive-hero .gd-archive-intro {
  display: grid;
  gap: 18px;
}

body.gd-premium-ui .entry-hero.gd-archive-hero .gd-archive-intro__lede {
  margin: 0;
  font-size: 1.03rem;
  line-height: 1.8;
  color: rgba(241, 245, 249, 0.96);
}

body.gd-premium-ui .entry-hero.gd-archive-hero .gd-archive-intro__chips {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
}

body.gd-premium-ui .entry-hero.gd-archive-hero .gd-archive-intro__chip {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 0 14px;
  border: 1px solid rgba(255, 255, 255, 0.20);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.10);
  color: #f8fafc;
  font-size: 0.86rem;
  font-weight: 600;
}

body.gd-premium-ui .entry-hero.gd-archive-hero .gd-archive-intro__chip--link {
  color: #ffffff;
  text-decoration: none;
}

body.gd-premium-ui .entry-hero.gd-archive-hero .gd-archive-intro--hero {
  display: block;
}

body.gd-premium-ui .entry-hero.gd-archive-hero .gd-archive-intro--hero .gd-archive-intro__chips {
  justify-content: center;
}

body.archive.gd-premium-ui .gd-archive-below-hero {
  margin: var(--gd-archive-hero-below-margin);
}

body.archive.gd-premium-ui .gd-archive-below-hero .content-container.site-container {
  max-width: var(--gd-archive-hero-below-width);
}

body.archive.gd-premium-ui .gd-archive-below-hero__inner {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
}

body.archive.gd-premium-ui .gd-archive-below-hero .gd-archive-intro {
  display: block;
}

body.archive.gd-premium-ui .gd-archive-below-hero .gd-archive-intro__lede {
  margin: 0;
  color: var(--gd-archive-hero-below-color);
  font-size: var(--gd-archive-hero-below-size);
  line-height: var(--gd-archive-hero-below-line);
}

:is(body.archive.gd-premium-ui, body.search-results.gd-premium-ui, body.blog.gd-premium-ui, body.author.gd-premium-ui, body.date.gd-premium-ui) .content-area {
  margin-top: 26px;
  position: relative;
  z-index: 4;
}

@media all and (max-width: 1024px) {
  body.gd-premium-ui .entry-hero.gd-archive-hero {
    --gd-archive-hero-min-height: 520px;
    --gd-archive-hero-shell-padding: 0 22px 102px;
    --gd-archive-hero-panel-min-height: 264px;
    --gd-archive-hero-header-padding: 32px 30px 28px;
  }
}

@media all and (max-width: 767px) {
  body.gd-premium-ui .entry-hero.gd-archive-hero {
    --gd-archive-hero-min-height: 258px;
    --gd-archive-hero-shell-padding: 0 18px 66px;
    --gd-archive-hero-header-padding: 28px 22px 24px;
    --gd-archive-hero-panel-min-height: 228px;
    --gd-archive-hero-curve: polygon(0 0, 100% 0, 100% 100%, 95% 98.6%, 90% 97.3%, 85% 96.1%, 80% 95.0%, 75% 94.0%, 70% 93.2%, 65% 92.6%, 60% 92.1%, 55% 91.8%, 50% 91.6%, 45% 91.8%, 40% 92.1%, 35% 92.6%, 30% 93.2%, 25% 94.0%, 20% 95.0%, 15% 96.1%, 10% 97.3%, 5% 98.6%, 0 100%);
    --gd-archive-hero-below-margin: 14px 0 2px;
    --gd-archive-hero-below-width: calc(100% - 22px);
    --gd-archive-hero-below-size: 0.98rem;
    --gd-archive-hero-below-line: 1.76;
  }

  body.gd-premium-ui .entry-hero.gd-archive-hero .hero-container.site-container {
    padding: 0 18px;
  }

  body.gd-premium-ui .entry-hero.gd-archive-hero .entry-header {
    min-height: 228px;
    border-radius: 22px;
    transform: translateY(-80px);
  }

  body.home.gd-premium-ui .kb-row-layout-id105_18328a-72 .kadence-column105_d66872-10 > .kt-inside-inner-col {
    padding-left: 10px;
    padding-right: 10px;
    box-sizing: border-box;
  }

  body.gd-premium-ui .entry-hero.gd-archive-hero h1 {
    font-size: 2rem;
  }

  body.gd-premium-ui .entry-hero.gd-archive-hero .gd-archive-intro__lede {
    font-size: 0.94rem;
    line-height: 1.72;
  }

  :is(body.archive.gd-premium-ui, body.search-results.gd-premium-ui, body.blog.gd-premium-ui, body.author.gd-premium-ui, body.date.gd-premium-ui) .content-area {
    margin-top: 18px;
  }

  :is(body.archive.gd-premium-ui, body.search-results.gd-premium-ui, body.blog.gd-premium-ui, body.author.gd-premium-ui, body.date.gd-premium-ui) .content-container.site-container {
    max-width: calc(100% - 14px);
  }

  :is(body.archive.gd-premium-ui, body.search-results.gd-premium-ui, body.blog.gd-premium-ui, body.author.gd-premium-ui, body.date.gd-premium-ui) #main {
    padding: 16px;
    border-radius: 24px;
  }
}

body.archive.gd-premium-ui #archive-container.gd-archive-grid,
body.search-results.gd-premium-ui #archive-container.gd-archive-grid,
body.blog.gd-premium-ui #archive-container.gd-archive-grid,
body.author.gd-premium-ui #archive-container.gd-archive-grid,
body.date.gd-premium-ui #archive-container.gd-archive-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 22px;
  padding: 0;
  margin: 0;
  list-style: none;
}

body.archive.gd-premium-ui #archive-container.gd-archive-grid > .entry-list-item,
body.search-results.gd-premium-ui #archive-container.gd-archive-grid > .entry-list-item,
body.blog.gd-premium-ui #archive-container.gd-archive-grid > .entry-list-item,
body.author.gd-premium-ui #archive-container.gd-archive-grid > .entry-list-item,
body.date.gd-premium-ui #archive-container.gd-archive-grid > .entry-list-item {
  min-width: 0;
  margin: 0;
}

body.archive.gd-premium-ui .loop-entry.gd-archive-card,
body.search-results.gd-premium-ui .loop-entry.gd-archive-card,
body.blog.gd-premium-ui .loop-entry.gd-archive-card,
body.author.gd-premium-ui .loop-entry.gd-archive-card,
body.date.gd-premium-ui .loop-entry.gd-archive-card {
  height: 100%;
  overflow: hidden;
  border: 1px solid rgba(148, 163, 184, 0.18);
  border-radius: 24px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.95) 0%, rgba(248, 250, 252, 0.92) 100%);
  box-shadow: 0 20px 60px rgba(15, 23, 42, 0.08);
  transition: transform 160ms ease, box-shadow 160ms ease, border-color 160ms ease;
}

body.archive.gd-premium-ui .loop-entry.gd-archive-card:hover,
body.search-results.gd-premium-ui .loop-entry.gd-archive-card:hover,
body.blog.gd-premium-ui .loop-entry.gd-archive-card:hover,
body.author.gd-premium-ui .loop-entry.gd-archive-card:hover,
body.date.gd-premium-ui .loop-entry.gd-archive-card:hover {
  transform: translateY(-3px);
  border-color: rgba(49, 130, 206, 0.24);
  box-shadow: 0 26px 72px rgba(15, 23, 42, 0.12);
}

body.archive.gd-premium-ui .loop-entry.gd-archive-card .post-thumbnail,
body.search-results.gd-premium-ui .loop-entry.gd-archive-card .post-thumbnail,
body.blog.gd-premium-ui .loop-entry.gd-archive-card .post-thumbnail,
body.author.gd-premium-ui .loop-entry.gd-archive-card .post-thumbnail,
body.date.gd-premium-ui .loop-entry.gd-archive-card .post-thumbnail {
  display: block;
  width: 100%;
  margin: 0;
  aspect-ratio: 1 / 1.02;
  overflow: hidden;
}

body.archive.gd-premium-ui .loop-entry.gd-archive-card .post-thumbnail-inner,
body.search-results.gd-premium-ui .loop-entry.gd-archive-card .post-thumbnail-inner,
body.blog.gd-premium-ui .loop-entry.gd-archive-card .post-thumbnail-inner,
body.author.gd-premium-ui .loop-entry.gd-archive-card .post-thumbnail-inner,
body.date.gd-premium-ui .loop-entry.gd-archive-card .post-thumbnail-inner {
  height: 100%;
}

body.archive.gd-premium-ui .loop-entry.gd-archive-card .post-thumbnail img,
body.search-results.gd-premium-ui .loop-entry.gd-archive-card .post-thumbnail img,
body.blog.gd-premium-ui .loop-entry.gd-archive-card .post-thumbnail img,
body.author.gd-premium-ui .loop-entry.gd-archive-card .post-thumbnail img,
body.date.gd-premium-ui .loop-entry.gd-archive-card .post-thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.01);
}

body.archive.gd-premium-ui .loop-entry.gd-archive-card .entry-content-wrap,
body.search-results.gd-premium-ui .loop-entry.gd-archive-card .entry-content-wrap,
body.blog.gd-premium-ui .loop-entry.gd-archive-card .entry-content-wrap,
body.author.gd-premium-ui .loop-entry.gd-archive-card .entry-content-wrap,
body.date.gd-premium-ui .loop-entry.gd-archive-card .entry-content-wrap {
  display: grid;
  gap: 12px;
  padding: 18px 18px 20px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(248, 250, 252, 0.94) 100%);
}

body.archive.gd-premium-ui .loop-entry.gd-archive-card .entry-header,
body.search-results.gd-premium-ui .loop-entry.gd-archive-card .entry-header,
body.blog.gd-premium-ui .loop-entry.gd-archive-card .entry-header,
body.author.gd-premium-ui .loop-entry.gd-archive-card .entry-header,
body.date.gd-premium-ui .loop-entry.gd-archive-card .entry-header {
  display: grid;
  gap: 10px;
}

body.archive.gd-premium-ui .loop-entry.gd-archive-card .entry-taxonomies,
body.search-results.gd-premium-ui .loop-entry.gd-archive-card .entry-taxonomies,
body.blog.gd-premium-ui .loop-entry.gd-archive-card .entry-taxonomies,
body.author.gd-premium-ui .loop-entry.gd-archive-card .entry-taxonomies,
body.date.gd-premium-ui .loop-entry.gd-archive-card .entry-taxonomies {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0;
}

body.archive.gd-premium-ui .loop-entry.gd-archive-card .entry-taxonomies a,
body.search-results.gd-premium-ui .loop-entry.gd-archive-card .entry-taxonomies a,
body.blog.gd-premium-ui .loop-entry.gd-archive-card .entry-taxonomies a,
body.author.gd-premium-ui .loop-entry.gd-archive-card .entry-taxonomies a,
body.date.gd-premium-ui .loop-entry.gd-archive-card .entry-taxonomies a {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 0 10px;
  border-radius: 999px;
  background: rgba(49, 130, 206, 0.10);
  color: #1e4f7a;
  font-size: 0.72rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  text-decoration: none;
}

body.archive.gd-premium-ui .loop-entry.gd-archive-card h2.entry-title,
body.search-results.gd-premium-ui .loop-entry.gd-archive-card h2.entry-title,
body.blog.gd-premium-ui .loop-entry.gd-archive-card h2.entry-title,
body.author.gd-premium-ui .loop-entry.gd-archive-card h2.entry-title,
body.date.gd-premium-ui .loop-entry.gd-archive-card h2.entry-title {
  margin: 0;
  font-size: 1.18rem;
  line-height: 1.35;
  color: #132634;
}

body.archive.gd-premium-ui .loop-entry.gd-archive-card h2.entry-title a,
body.search-results.gd-premium-ui .loop-entry.gd-archive-card h2.entry-title a,
body.blog.gd-premium-ui .loop-entry.gd-archive-card h2.entry-title a,
body.author.gd-premium-ui .loop-entry.gd-archive-card h2.entry-title a,
body.date.gd-premium-ui .loop-entry.gd-archive-card h2.entry-title a {
  color: inherit;
  text-decoration: none;
}

body.archive.gd-premium-ui .loop-entry.gd-archive-card .entry-meta,
body.search-results.gd-premium-ui .loop-entry.gd-archive-card .entry-meta,
body.blog.gd-premium-ui .loop-entry.gd-archive-card .entry-meta,
body.author.gd-premium-ui .loop-entry.gd-archive-card .entry-meta,
body.date.gd-premium-ui .loop-entry.gd-archive-card .entry-meta {
  margin: 0;
  font-size: 0.8rem;
  line-height: 1.45;
  color: #516579;
}

body.archive.gd-premium-ui .loop-entry.gd-archive-card .entry-summary,
body.search-results.gd-premium-ui .loop-entry.gd-archive-card .entry-summary,
body.blog.gd-premium-ui .loop-entry.gd-archive-card .entry-summary,
body.author.gd-premium-ui .loop-entry.gd-archive-card .entry-summary,
body.date.gd-premium-ui .loop-entry.gd-archive-card .entry-summary {
  margin: 0;
  color: #314354;
  font-size: 0.95rem;
  line-height: 1.72;
}

body.archive.gd-premium-ui .loop-entry.gd-archive-card .entry-summary > *:first-child,
body.search-results.gd-premium-ui .loop-entry.gd-archive-card .entry-summary > *:first-child,
body.blog.gd-premium-ui .loop-entry.gd-archive-card .entry-summary > *:first-child,
body.author.gd-premium-ui .loop-entry.gd-archive-card .entry-summary > *:first-child,
body.date.gd-premium-ui .loop-entry.gd-archive-card .entry-summary > *:first-child {
  margin-top: 0;
}

body.archive.gd-premium-ui .loop-entry.gd-archive-card .entry-summary > *:last-child,
body.search-results.gd-premium-ui .loop-entry.gd-archive-card .entry-summary > *:last-child,
body.blog.gd-premium-ui .loop-entry.gd-archive-card .entry-summary > *:last-child,
body.author.gd-premium-ui .loop-entry.gd-archive-card .entry-summary > *:last-child,
body.date.gd-premium-ui .loop-entry.gd-archive-card .entry-summary > *:last-child {
  margin-bottom: 0;
}

body.archive.gd-premium-ui .loop-entry.gd-archive-card .entry-footer,
body.search-results.gd-premium-ui .loop-entry.gd-archive-card .entry-footer,
body.blog.gd-premium-ui .loop-entry.gd-archive-card .entry-footer,
body.author.gd-premium-ui .loop-entry.gd-archive-card .entry-footer,
body.date.gd-premium-ui .loop-entry.gd-archive-card .entry-footer {
  display: none;
}

body.archive.gd-premium-ui nav.navigation.pagination,
body.search-results.gd-premium-ui nav.navigation.pagination,
body.blog.gd-premium-ui nav.navigation.pagination,
body.author.gd-premium-ui nav.navigation.pagination,
body.date.gd-premium-ui nav.navigation.pagination {
  margin-top: 34px;
}

@media all and (max-width: 1024px) {
  body.archive.gd-premium-ui #archive-container.gd-archive-grid,
  body.search-results.gd-premium-ui #archive-container.gd-archive-grid,
  body.blog.gd-premium-ui #archive-container.gd-archive-grid,
  body.author.gd-premium-ui #archive-container.gd-archive-grid,
  body.date.gd-premium-ui #archive-container.gd-archive-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media all and (max-width: 767px) {
  body.archive.gd-premium-ui .content-area,
  body.search-results.gd-premium-ui .content-area,
  body.blog.gd-premium-ui .content-area,
  body.author.gd-premium-ui .content-area,
  body.date.gd-premium-ui .content-area {
    margin-top: 18px;
  }

  body.archive.gd-premium-ui .content-container.site-container,
  body.search-results.gd-premium-ui .content-container.site-container,
  body.blog.gd-premium-ui .content-container.site-container,
  body.author.gd-premium-ui .content-container.site-container,
  body.date.gd-premium-ui .content-container.site-container {
    max-width: calc(100% - 14px);
  }

  body.archive.gd-premium-ui #main,
  body.search-results.gd-premium-ui #main,
  body.blog.gd-premium-ui #main,
  body.author.gd-premium-ui #main,
  body.date.gd-premium-ui #main {
    padding: 16px;
    border-radius: 24px;
  }

  body.archive.gd-premium-ui #archive-container.gd-archive-grid,
  body.search-results.gd-premium-ui #archive-container.gd-archive-grid,
  body.blog.gd-premium-ui #archive-container.gd-archive-grid,
  body.author.gd-premium-ui #archive-container.gd-archive-grid,
  body.date.gd-premium-ui #archive-container.gd-archive-grid {
    grid-template-columns: minmax(0, 1fr);
    gap: 16px;
  }

  body.archive.gd-premium-ui .loop-entry.gd-archive-card .post-thumbnail,
  body.search-results.gd-premium-ui .loop-entry.gd-archive-card .post-thumbnail,
  body.blog.gd-premium-ui .loop-entry.gd-archive-card .post-thumbnail,
  body.author.gd-premium-ui .loop-entry.gd-archive-card .post-thumbnail,
  body.date.gd-premium-ui .loop-entry.gd-archive-card .post-thumbnail {
    aspect-ratio: 4 / 2.55;
  }

  body.archive.gd-premium-ui .loop-entry.gd-archive-card .entry-content-wrap,
  body.search-results.gd-premium-ui .loop-entry.gd-archive-card .entry-content-wrap,
  body.blog.gd-premium-ui .loop-entry.gd-archive-card .entry-content-wrap,
  body.author.gd-premium-ui .loop-entry.gd-archive-card .entry-content-wrap,
  body.date.gd-premium-ui .loop-entry.gd-archive-card .entry-content-wrap {
    padding: 16px 15px 18px;
  }

  body.archive.gd-premium-ui .loop-entry.gd-archive-card h2.entry-title,
  body.search-results.gd-premium-ui .loop-entry.gd-archive-card h2.entry-title,
  body.blog.gd-premium-ui .loop-entry.gd-archive-card h2.entry-title,
  body.author.gd-premium-ui .loop-entry.gd-archive-card h2.entry-title,
  body.date.gd-premium-ui .loop-entry.gd-archive-card h2.entry-title {
    font-size: 1.08rem;
  }
}


/* Unified pagination system */
body.gd-premium-ui nav.navigation.pagination,
body.gd-premium-ui .page-links {
  margin-top: 34px;
}

body.gd-premium-ui nav.navigation.pagination .nav-links,
body.gd-premium-ui .page-links {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

body.gd-premium-ui nav.navigation.pagination .page-numbers,
body.gd-premium-ui .page-links .post-page-numbers {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 46px;
  height: 46px;
  padding: 0 16px;
  border: 1px solid rgba(11, 28, 37, 0.12);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.82);
  color: #17313d;
  box-shadow: 0 16px 34px rgba(7, 33, 43, 0.08);
  font-size: 0.98rem;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  transition: transform 180ms ease, background-color 180ms ease, color 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
  -webkit-backdrop-filter: blur(14px);
  backdrop-filter: blur(14px);
}

body.gd-premium-ui nav.navigation.pagination .page-numbers.prev,
body.gd-premium-ui nav.navigation.pagination .page-numbers.next {
  min-width: 52px;
  padding: 0 14px;
}

body.gd-premium-ui nav.navigation.pagination a.page-numbers:hover,
body.gd-premium-ui nav.navigation.pagination a.page-numbers:focus-visible,
body.gd-premium-ui .page-links a.post-page-numbers:hover,
body.gd-premium-ui .page-links a.post-page-numbers:focus-visible {
  background: rgba(51, 117, 113, 0.12);
  border-color: rgba(51, 117, 113, 0.28);
  color: var(--global-palette1, #337571);
  box-shadow: 0 18px 36px rgba(9, 46, 58, 0.12);
  transform: translateY(-1px);
}

body.gd-premium-ui nav.navigation.pagination .page-numbers.current,
body.gd-premium-ui .page-links > span.post-page-numbers.current,
body.gd-premium-ui .page-links > span.post-page-numbers[aria-current="page"] {
  border-color: transparent;
  background: var(--global-palette1, #337571);
  color: #fff;
  box-shadow: 0 20px 40px rgba(25, 88, 84, 0.28);
}

body.gd-premium-ui nav.navigation.pagination .page-numbers.dots,
body.gd-premium-ui .page-links .post-page-numbers.dots {
  min-width: 0;
  padding: 0 6px;
  border: 0;
  background: transparent;
  box-shadow: none;
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
}

body.gd-premium-ui .page-links > span:not(.post-page-numbers) {
  margin-right: 6px;
  color: #51646e;
  font-weight: 700;
}

@media all and (max-width: 767px) {
  body.gd-premium-ui nav.navigation.pagination .nav-links,
  body.gd-premium-ui .page-links {
    gap: 8px;
  }

  body.gd-premium-ui nav.navigation.pagination .page-numbers,
  body.gd-premium-ui .page-links .post-page-numbers {
    min-width: 42px;
    height: 42px;
    padding: 0 14px;
    font-size: 0.92rem;
  }
}


/* Contact page */
body.page-id-65.gd-premium-ui .entry-content.single-content {
  max-width: 100%;
}

body.page-id-65.gd-premium-ui .single-entry > .entry-content-wrap {
  padding: 0;
}

body.page-id-65.gd-premium-ui .gd-contact-page {
  display: grid;
  gap: 22px;
  width: min(100%, 980px);
  margin: 0 auto;
}

body.page-id-65.gd-premium-ui .gd-contact-page__intro {
  display: grid;
  gap: 12px;
  padding: 30px 32px;
  border: 1px solid rgba(20, 35, 45, 0.08);
  border-radius: 26px;
  background: linear-gradient(180deg, rgba(255,255,255,0.96) 0%, rgba(244,248,250,0.96) 100%);
  box-shadow: 0 24px 54px rgba(9, 37, 48, 0.08);
}

body.page-id-65.gd-premium-ui .gd-contact-page__eyebrow {
  margin: 0;
  color: var(--global-palette1, #337571);
  font-size: 0.82rem;
  font-weight: 700;
  text-transform: uppercase;
}

body.page-id-65.gd-premium-ui .gd-contact-page__title {
  margin: 0;
  color: #14232d;
  font-size: clamp(2rem, 3.8vw, 3rem);
  line-height: 1.06;
}

body.page-id-65.gd-premium-ui .gd-contact-page__lede,
body.page-id-65.gd-premium-ui .gd-contact-note p {
  margin: 0;
  max-width: 62ch;
  color: #415662;
  font-size: 1rem;
  line-height: 1.8;
}

body.page-id-65.gd-premium-ui .gd-contact-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

body.page-id-65.gd-premium-ui .gd-contact-card {
  display: grid;
  gap: 10px;
  padding: 28px 28px 26px;
  border: 1px solid rgba(20, 35, 45, 0.08);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 20px 46px rgba(9, 37, 48, 0.07);
}

body.page-id-65.gd-premium-ui .gd-contact-card--primary {
  background: linear-gradient(180deg, rgba(248, 252, 251, 0.96) 0%, rgba(239, 247, 246, 0.96) 100%);
  border-color: rgba(51, 117, 113, 0.14);
}

body.page-id-65.gd-premium-ui .gd-contact-card__label {
  margin: 0;
  color: #5d707a;
  font-size: 0.8rem;
  font-weight: 700;
  text-transform: uppercase;
}

body.page-id-65.gd-premium-ui .gd-contact-card__value,
body.page-id-65.gd-premium-ui .gd-contact-card__text {
  margin: 0;
}

body.page-id-65.gd-premium-ui .gd-contact-card__value,
body.page-id-65.gd-premium-ui .gd-contact-card__value a {
  color: #14232d;
  font-size: 1.35rem;
  line-height: 1.2;
  font-weight: 700;
  text-decoration: none;
}

body.page-id-65.gd-premium-ui .gd-contact-card__value a:hover,
body.page-id-65.gd-premium-ui .gd-contact-card__value a:focus-visible {
  color: var(--global-palette1, #337571);
}

body.page-id-65.gd-premium-ui .gd-contact-card__text {
  color: #52656f;
  line-height: 1.72;
}

body.page-id-65.gd-premium-ui .gd-contact-page__topics {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

body.page-id-65.gd-premium-ui .gd-contact-page__topics br {
  display: none;
}

body.page-id-65.gd-premium-ui .entry-hero.page-hero-section .entry-header {
  min-height: 280px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding-bottom: 44px;
}

body.page-id-65.gd-premium-ui .entry-hero.page-hero-section .entry-title {
  max-width: 10ch;
  margin: 0 auto;
  text-align: center;
}

body.page-id-65.gd-premium-ui .gd-contact-chip {
  display: inline-flex;
  align-items: center;
  min-height: 40px;
  padding: 0 14px;
  border: 1px solid rgba(20, 35, 45, 0.08);
  border-radius: 999px;
  background: rgba(255,255,255,0.84);
  color: #233743;
  font-size: 0.9rem;
  font-weight: 600;
}

body.page-id-65.gd-premium-ui .gd-contact-note {
  padding: 0 2px;
}

@media all and (max-width: 767px) {
  body.page-id-65.gd-premium-ui .gd-contact-page {
    gap: 16px;
  }

  body.page-id-65.gd-premium-ui .gd-contact-page__intro,
  body.page-id-65.gd-premium-ui .gd-contact-card {
    padding: 22px 20px;
    border-radius: 22px;
  }

  body.page-id-65.gd-premium-ui .gd-contact-grid {
    grid-template-columns: minmax(0, 1fr);
    gap: 14px;
  }

  body.page-id-65.gd-premium-ui .gd-contact-card__value,
  body.page-id-65.gd-premium-ui .gd-contact-card__value a {
    font-size: 1.14rem;
  }
}


body.page-id-65.gd-premium-ui .entry-hero.page-hero-section {
  min-height: 0;
  margin-bottom: 18px;
}

body.page-id-65.gd-premium-ui .entry-hero.page-hero-section::after,
body.page-id-65.gd-premium-ui .entry-hero.page-hero-section::before,
body.page-id-65.gd-premium-ui .entry-hero.page-hero-section .hero-section-overlay,
body.page-id-65.gd-premium-ui .entry-hero.page-hero-section .hero-section-overlay::before,
body.page-id-65.gd-premium-ui .entry-hero.page-hero-section .hero-section-overlay::after {
  display: none;
  content: none;
}

body.page-id-65.gd-premium-ui .entry-hero.page-hero-section .entry-hero-container-inner {
  min-height: 0;
  background: transparent;
  border: 0;
}

body.page-id-65.gd-premium-ui .entry-hero.page-hero-section .hero-container.site-container {
  min-height: 0;
  padding: 28px 20px 0;
}

body.page-id-65.gd-premium-ui .entry-hero.page-hero-section .entry-header {
  min-height: 0;
  padding: 0;
  display: block;
}

body.page-id-65.gd-premium-ui .entry-hero.page-hero-section .entry-title {
  max-width: none;
  margin: 0 auto;
  color: #14232d;
  font-size: clamp(2rem, 4vw, 2.7rem);
  line-height: 1.08;
  text-align: center;
}

@media all and (max-width: 767px) {
  body.page-id-65.gd-premium-ui .entry-hero.page-hero-section {
    margin-bottom: 14px;
  }

  body.page-id-65.gd-premium-ui .entry-hero.page-hero-section .hero-container.site-container {
    padding: 20px 16px 0;
  }

  body.page-id-65.gd-premium-ui .entry-hero.page-hero-section .entry-title {
    font-size: 1.9rem;
  }
}

/* Single post desktop CLS guard for H1 */
@media (min-width: 1024px) {
  body.single-post.gd-premium-ui .entry-hero.post-hero-section .entry-title,
  body.single-post .entry-content-wrap h1.entry-title,
  body.single-post .entry-hero .entry-title {
    font-size: clamp(2rem, 2.35vw, 2.75rem);
    line-height: 1.14;
    letter-spacing: -0.01em;
    text-wrap: pretty;
    min-height: calc(1.14em * 2.4);
    max-width: none;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    font-synthesis: none;
    overflow-wrap: anywhere;
  }

  body.single-post.gd-premium-ui .entry-hero.post-hero-section .entry-header {
    align-items: center;
  }

  body.single-post.gd-premium-ui .entry-hero.post-hero-section .entry-meta {
    max-width: 900px;
  }
}
