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

:root {
  --global-palette1: #c96f35;
  --global-palette2: #8a4525;
  --global-palette3: #fff8f2;
  --global-palette4: #4d3d34;
  --global-palette5: #756055;
  --global-palette6: #b5a296;
  --global-palette7: #f7efe7;
  --global-palette8: #fcf8f4;
  --global-palette9: #ffffff;

  --gd-bg: #fcf8f4;
  --gd-bg-soft: #f7efe7;
  --gd-paper: rgba(255, 251, 247, 0.92);
  --gd-paper-strong: rgba(255, 251, 247, 0.98);
  --gd-line: rgba(125, 84, 56, 0.14);
  --gd-line-strong: rgba(255, 225, 198, 0.18);
  --gd-text: #4b3a32;
  --gd-text-strong: #201712;
  --gd-muted: #79665b;
  --gd-brand: #c96f35;
  --gd-brand-deep: #8a4525;
  --gd-brand-soft: #efc39f;
  --gd-brand-dark: #2b1913;
  --gd-shadow-soft: 0 18px 46px -28px rgba(54, 28, 16, 0.18);
  --gd-shadow-card: 0 26px 60px -34px rgba(54, 28, 16, 0.22);
  --gd-shadow-deep: 0 36px 90px -42px rgba(28, 15, 10, 0.42);
  --gd-radius-xl: 34px;
  --gd-radius-lg: 26px;
  --gd-radius-md: 20px;
  --gd-radius-sm: 14px;
  --gd-curve: polygon(0 0, 100% 0, 100% 100%, 95% 98.8%, 90% 97.7%, 85% 96.7%, 80% 95.8%, 75% 95%, 70% 94.3%, 65% 93.8%, 60% 93.3%, 55% 93.1%, 50% 93%, 45% 93.1%, 40% 93.3%, 35% 93.8%, 30% 94.3%, 25% 95%, 20% 95.8%, 15% 96.7%, 10% 97.7%, 5% 98.8%, 0 100%);
}

img,
.wp-post-image,
.wp-block-image img {
  display: block;
  max-width: 100%;
  height: auto;
}

figure {
  margin: 0;
}

body.gd-premium-ui {
  position: relative;
  color: var(--gd-text);
  background: linear-gradient(180deg, #fdfaf7 0%, #faf4ee 44%, #f5ede5 100%);
  font-family: Inter, "Avenir Next", "Segoe UI", sans-serif;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

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

body.gd-premium-ui p,
body.gd-premium-ui li {
  color: #69564b;
}

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-text-strong);
  font-family: "Playfair Display", Georgia, serif;
  letter-spacing: 0;
  text-wrap: balance;
}

body.gd-premium-ui .content-bg,
body.gd-premium-ui.content-style-unboxed .site,
body.gd-premium-ui .site,
body.gd-premium-ui .site-content,
body.gd-premium-ui .site-main,
body.gd-premium-ui .page-header,
body.gd-premium-ui .entry-hero,
body.gd-premium-ui .archive-main-section {
  background: transparent;
}

body.gd-premium-ui .content-area,
body.gd-premium-ui #inner-wrap,
body.gd-premium-ui .site-main {
  margin-top: 0;
  padding-top: 0;
}

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

body.gd-premium-ui #masthead,
body.gd-premium-ui #masthead .site-main-header-wrap,
body.gd-premium-ui #masthead .site-top-header-wrap,
body.gd-premium-ui #masthead .site-bottom-header-wrap {
  background: transparent !important;
  box-shadow: none !important;
}

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

body.gd-premium-ui .site-main-header-inner-wrap,
body.gd-premium-ui .site-header-row {
  min-height: 80px;
}

body.gd-premium-ui .site-content,
body.gd-premium-ui .site-main {
  padding-top: 0 !important;
}

body.gd-premium-ui .content-container.site-container {
  max-width: min(1320px, calc(100% - 38px));
}

body.gd-premium-ui .narrow-content .content-container.site-container,
body.single-post.gd-premium-ui .content-width-narrow .content-container.site-container {
  max-width: min(900px, calc(100% - 38px));
}

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 .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(43, 25, 19, 0.82), 0 4px 14px rgba(43, 25, 19, 0.3);
}

body.gd-premium-ui .main-navigation .primary-menu-container > ul > li.menu-item > a {
  padding-left: 0.54em;
  padding-right: 0.54em;
}

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(43, 25, 19, 0.82)) drop-shadow(0 4px 14px rgba(201, 111, 53, 0.22));
}

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

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 #mobile-drawer .drawer-inner {
  background: linear-gradient(180deg, rgba(33, 21, 17, 0.98) 0%, rgba(64, 38, 25, 0.98) 100%);
}

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 {
  border-color: rgba(255, 222, 196, 0.08);
  color: #fff5ec;
}

body.gd-premium-ui #mobile-drawer .mobile-navigation ul li > a:hover,
body.gd-premium-ui #mobile-drawer .mobile-navigation ul li.current-menu-item > a {
  color: #ffd2aa;
}

body.gd-premium-ui .entry-hero,
body.gd-premium-ui .page-header,
body.home.gd-premium-ui .kb-row-layout-id105_c836f5-66 {
  position: relative;
  overflow: hidden;
}

body.gd-premium-ui .entry-hero::after,
body.gd-premium-ui .page-header::after,
body.home.gd-premium-ui .kb-row-layout-id105_c836f5-66::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 220px;
  pointer-events: none;
  background: radial-gradient(120% 120% at 50% 100%, rgba(31, 18, 13, 0.94) 0%, rgba(56, 31, 21, 0.78) 42%, rgba(56, 31, 21, 0.28) 64%, rgba(56, 31, 21, 0) 80%);
  z-index: 4;
}

body.gd-premium-ui .entry-hero .entry-hero-container-inner,
body.gd-premium-ui .page-header .entry-hero-container-inner,
body.home.gd-premium-ui .kb-row-layout-id105_c836f5-66,
body.single-post.gd-premium-ui .article-post-thumbnail .post-thumbnail-inner {
  -webkit-clip-path: var(--gd-curve);
  clip-path: var(--gd-curve);
}

body.gd-premium-ui .entry-hero .hero-section-overlay,
body.gd-premium-ui .page-header::before,
body.home.gd-premium-ui .kb-row-layout-id105_c836f5-66::before,
body.single-post.gd-premium-ui .article-post-thumbnail .post-thumbnail-inner::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
}

body.home.gd-premium-ui .kb-row-layout-id105_c836f5-66 {
  min-height: clamp(630px, 72vh, 810px);
  background-color: #231712;
  background-position: 50% 32% !important;
  margin-top: 0;
}

body.home.gd-premium-ui .kb-row-layout-id105_c836f5-66::before {
  background:
    linear-gradient(to bottom, rgba(8, 7, 6, 0.78) 0%, rgba(8, 7, 6, 0.68) 9%, rgba(14, 10, 8, 0.48) 18%, rgba(22, 14, 10, 0.28) 30%, rgba(34, 21, 15, 0.12) 42%, rgba(52, 31, 22, 0.02) 56%, rgba(52, 31, 22, 0) 72%),
    linear-gradient(135deg, rgba(201, 111, 53, 0.12), rgba(201, 111, 53, 0) 52%);
  z-index: 1;
}

body.home.gd-premium-ui .kb-row-layout-id105_c836f5-66 > .kt-row-column-wrap {
  min-height: clamp(630px, 72vh, 810px);
  padding-top: 156px;
  padding-bottom: 126px;
}

body.home.gd-premium-ui .kadence-column105_b03c54-60 > .kt-inside-inner-col {
  position: relative;
  z-index: 3;
  max-width: 40rem;
  padding: 18px 22px 20px;
  border: 1px solid rgba(255, 230, 208, 0.14);
  border-radius: 28px;
  background: linear-gradient(180deg, rgba(23, 15, 11, 0.24) 0%, rgba(23, 15, 11, 0.1) 100%);
  box-shadow: 0 28px 60px -42px rgba(16, 10, 8, 0.72);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
}

body.home.gd-premium-ui .kb-row-layout-id105_c836f5-66 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.92) contrast(1.04) brightness(0.86) sepia(0.12) hue-rotate(-16deg);
}

body.home.gd-premium-ui .wp-block-kadence-advancedheading.kt-adv-heading105_bdfb82-7d,
body.home.gd-premium-ui .wp-block-kadence-advancedheading.kt-adv-heading105_bdfb82-7d[data-kb-block="kb-adv-heading105_bdfb82-7d"] {
  position: relative;
  z-index: 3;
  max-width: 8.9ch;
  margin: 0 0 16px;
  color: #fff8f2;
  font-size: clamp(3rem, 5vw, 5.35rem);
  font-weight: 700;
  line-height: 0.96;
  letter-spacing: -0.035em;
  text-shadow: 0 3px 14px rgba(16, 10, 8, 0.44), 0 10px 24px rgba(16, 10, 8, 0.2);
}

body.home.gd-premium-ui .wp-block-kadence-advancedheading.kt-adv-heading105_bdfb82-7d mark.kt-highlight {
  color: #ffd2aa;
}

body.home.gd-premium-ui .wp-block-kadence-advancedheading.kt-adv-heading105_2849c9-41,
body.home.gd-premium-ui .wp-block-kadence-advancedheading.kt-adv-heading105_2849c9-41[data-kb-block="kb-adv-heading105_2849c9-41"] {
  position: relative;
  z-index: 3;
  max-width: 34rem;
  margin: 0 0 24px;
  color: rgba(255, 247, 240, 0.94);
  font-family: Inter, "Avenir Next", "Segoe UI", sans-serif;
  font-size: clamp(1.02rem, 1.65vw, 1.3rem);
  font-weight: 400;
  line-height: 1.6;
  text-shadow: 0 2px 8px rgba(16, 10, 8, 0.28);
}

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

body.home.gd-premium-ui .kb-btns105_66f5b3-e3 .kb-button {
  margin-right: 10px;
}

body.home.gd-premium-ui .wp-block-kadence-advancedbtn .kb-btn105_515e11-7b.kb-button {
  min-height: 48px;
  padding: 0 22px;
  border: 1px solid rgba(255, 225, 198, 0.28);
  border-radius: 999px;
  color: #fff9f3;
  background: linear-gradient(135deg, #d47d45, #8a4525);
  box-shadow: 0 18px 34px -20px rgba(51, 24, 12, 0.52);
  font-size: 0.96rem;
  font-weight: 700;
  letter-spacing: 0.01em;
}

body.home.gd-premium-ui .wp-block-kadence-advancedbtn .kb-btn105_515e11-7b.kb-button:hover,
body.home.gd-premium-ui .wp-block-kadence-advancedbtn .kb-btn105_515e11-7b.kb-button:focus {
  color: #fff;
  background: linear-gradient(135deg, #e18b54, #9a4e2b);
  box-shadow: 0 20px 40px -18px rgba(51, 24, 12, 0.6);
}

body.home.gd-premium-ui .wp-block-kadence-advancedbtn .kb-btn105_heroalt.kb-button {
  min-height: 48px;
  padding: 0 20px;
  border: 1px solid rgba(255, 232, 211, 0.22);
  border-radius: 999px;
  color: #fff6ee;
  background: rgba(255, 249, 243, 0.12);
  box-shadow: 0 10px 24px -22px rgba(34, 17, 10, 0.5);
}

body.home.gd-premium-ui .wp-block-kadence-advancedbtn .kb-btn105_heroalt.kb-button:hover,
body.home.gd-premium-ui .wp-block-kadence-advancedbtn .kb-btn105_heroalt.kb-button:focus {
  color: #fff;
  background: rgba(255, 249, 243, 0.18);
  border-color: rgba(255, 232, 211, 0.3);
}

body.home.gd-premium-ui .gd-home-note {
  position: relative;
  z-index: 3;
  width: min(100%, 320px);
  margin: 72px 0 0 auto;
  padding: 22px 22px 20px;
  border: 1px solid rgba(255, 229, 207, 0.16);
  border-radius: 24px;
  background: linear-gradient(180deg, rgba(95, 68, 54, 0.72) 0%, rgba(77, 54, 42, 0.62) 100%);
  box-shadow: 0 28px 70px -42px rgba(20, 11, 8, 0.62);
}

body.home.gd-premium-ui .gd-home-note__eyebrow {
  margin: 0 0 8px;
  color: #ffd2aa;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

body.home.gd-premium-ui .gd-home-note__title {
  margin: 0 0 10px;
  color: #fff8f2;
  font-size: 1.54rem;
  line-height: 1.12;
}

body.home.gd-premium-ui .gd-home-note__text {
  margin: 0;
  color: rgba(255, 240, 226, 0.86);
  font-size: 0.92rem;
  line-height: 1.62;
}

body.home.gd-premium-ui .gd-home-note__list {
  display: grid;
  gap: 9px;
  margin: 16px 0 0;
  padding: 0;
  list-style: none;
}

body.home.gd-premium-ui .gd-home-note__list li {
  position: relative;
  padding-left: 18px;
  color: rgba(255, 244, 235, 0.88);
  font-size: 0.84rem;
  line-height: 1.46;
}

body.home.gd-premium-ui .gd-home-note__list li::before {
  content: "";
  position: absolute;
  top: 0.52rem;
  left: 0;
  width: 7px;
  height: 7px;
  border-radius: 999px;
  background: #d98952;
  box-shadow: 0 0 0 4px rgba(217, 137, 82, 0.16);
}

body.home.gd-premium-ui .kb-row-layout-id105_6c57ee-52 {
  position: relative;
  padding-top: 26px;
}

body.home.gd-premium-ui .kt-adv-heading105_79cc2a-3c {
  color: var(--gd-text-strong);
  font-size: clamp(2.15rem, 3.8vw, 3.15rem);
  line-height: 1.02;
}

body.home.gd-premium-ui .gd-home-shell {
  display: grid;
  gap: 20px;
  padding: 0;
  background: transparent;
  box-shadow: none;
}

body.home.gd-premium-ui .gd-home-mast {
  display: grid;
  gap: 10px;
  width: min(100%, 760px);
  margin: 0;
  padding: 0 0 4px;
  text-align: left;
}

body.home.gd-premium-ui .gd-home-mast {
  border: 0;
  background: transparent;
  box-shadow: none;
}

body.home.gd-premium-ui .gd-home-mast__eyebrow,
body.home.gd-premium-ui .gd-home-stream__eyebrow {
  margin: 0;
  color: #a05328;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

body.home.gd-premium-ui .gd-home-mast__title {
  margin: 0;
  color: var(--gd-text-strong);
  font-size: clamp(1.9rem, 3vw, 2.6rem);
  line-height: 1.05;
  letter-spacing: -0.025em;
}

body.home.gd-premium-ui .gd-home-mast__lede {
  margin: 0;
  color: #655145;
  font-size: 1rem;
  line-height: 1.74;
}

body.home.gd-premium-ui .gd-home-section-intro {
  max-width: 38rem;
  margin: 0;
  color: var(--gd-muted);
  font-size: 0.98rem;
  line-height: 1.7;
  text-align: left;
}

body.home.gd-premium-ui .gd-home-stream {
  display: grid;
  gap: 14px;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

body.home.gd-premium-ui .gd-home-stream + .gd-home-stream {
  margin-top: 8px;
  padding-top: 20px;
  border-top: 0;
}

body.home.gd-premium-ui .gd-home-stream__meta {
  display: grid;
  gap: 4px;
  align-items: start;
  padding: 0;
  border: 0;
}

body.home.gd-premium-ui .gd-home-stream__title {
  margin: 0;
  color: var(--gd-text-strong);
  font-size: clamp(1.28rem, 2vw, 1.64rem);
  line-height: 1.14;
  letter-spacing: -0.015em;
}

body.home.gd-premium-ui .wp-block-latest-posts.is-grid {
  gap: 18px;
  margin: 4px 0 0;
  padding: 0;
}

body.home.gd-premium-ui .wp-block-latest-posts.is-grid > li {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

body.home.gd-premium-ui .wp-block-latest-posts__featured-image {
  position: relative;
  display: block;
  border-radius: 24px;
  width: 100%;
  aspect-ratio: 16 / 10.4;
  overflow: hidden;
  background: #f6ede4;
  box-shadow: none;
}

body.home.gd-premium-ui .wp-block-latest-posts__featured-image a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: inherit;
  box-shadow: none;
}

body.home.gd-premium-ui .wp-block-latest-posts__featured-image::before,
body.home.gd-premium-ui .wp-block-latest-posts__featured-image a::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(to bottom, rgba(228, 123, 2, 0.1), rgba(228, 123, 2, 0) 36%);
}

body.home.gd-premium-ui .wp-block-latest-posts__featured-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: none;
}

body.home.gd-premium-ui .wp-block-latest-posts__post-title {
  margin: 0;
  color: var(--gd-text-strong);
  font-size: 1.12rem;
  line-height: 1.28;
  font-weight: 700;
}

body.home.gd-premium-ui .wp-block-latest-posts__post-title a {
  color: inherit;
  text-decoration: none;
}

body.home.gd-premium-ui .wp-block-latest-posts__post-date {
  display: none;
}

body.home.gd-premium-ui .gd-home-stream--fresh .wp-block-latest-posts__featured-image a {
  aspect-ratio: auto;
}

body.home.gd-premium-ui .gd-home-stream--fresh .wp-block-latest-posts.is-grid > li,
body.home.gd-premium-ui .gd-home-stream--fresh .wp-block-latest-posts.is-grid.columns-4 > li {
  width: calc(33.333% - 11px);
}

body.home.gd-premium-ui .gd-home-stream--turkiye .wp-block-latest-posts.is-grid {
  gap: 18px;
}

body.home.gd-premium-ui .gd-home-stream--turkiye .wp-block-latest-posts.is-grid > li,
body.home.gd-premium-ui .gd-home-stream--turkiye .wp-block-latest-posts.is-grid.columns-4 > li {
  width: calc(25% - 12px);
}

body.home.gd-premium-ui .gd-home-stream--turkiye .wp-block-latest-posts__featured-image a {
  aspect-ratio: auto;
  border-radius: inherit;
}

body.home.gd-premium-ui .gd-home-stream--turkiye .wp-block-latest-posts__post-title {
  font-size: 1.04rem;
}

body.home.gd-premium-ui .gd-home-clean {
  display: none;
}

body.home.gd-premium-ui .gd-home-simple {
  display: grid;
  gap: 18px;
}

body.home.gd-premium-ui .gd-home-simple__nav {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

body.home.gd-premium-ui .gd-home-simple__pill {
  display: inline-flex;
  align-items: center;
  min-height: 40px;
  padding: 0 16px;
  border: 1px solid rgba(125, 84, 56, 0.1);
  border-radius: 999px;
  background: #fffdfa;
  color: var(--gd-text-strong);
  font-size: 0.9rem;
  font-weight: 600;
  text-decoration: none;
}

body.home.gd-premium-ui .gd-home-simple__head {
  margin: 0 0 2px;
}

body.home.gd-premium-ui .gd-home-simple__title {
  margin: 0;
  color: var(--gd-text-strong);
  font-size: clamp(1.4rem, 2vw, 1.8rem);
  line-height: 1.14;
}

body.home.gd-premium-ui .gd-home-simple__posts .wp-block-latest-posts.is-grid {
  gap: 18px;
  margin: 0;
  padding: 0;
}

body.home.gd-premium-ui .gd-home-simple__posts .wp-block-latest-posts.is-grid > li,
body.home.gd-premium-ui .gd-home-simple__posts .wp-block-latest-posts.is-grid.columns-3 > li {
  width: calc(33.333% - 12px);
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
}

body.home.gd-premium-ui .gd-home-simple__posts .wp-block-latest-posts__featured-image {
  position: relative;
  display: block;
  width: 100%;
  aspect-ratio: 16 / 10.4;
  overflow: hidden;
  border-radius: 20px;
  background: #f6ede4;
}

body.home.gd-premium-ui .gd-home-simple__posts .wp-block-latest-posts__featured-image a {
  display: block;
  width: 100%;
  height: 100%;
}

body.home.gd-premium-ui .gd-home-simple__posts .wp-block-latest-posts__featured-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

body.home.gd-premium-ui .gd-home-simple__posts .wp-block-latest-posts__post-title {
  margin: 0;
  color: var(--gd-text-strong);
  font-size: 1.08rem;
  line-height: 1.3;
  font-weight: 700;
}

body.home.gd-premium-ui .gd-home-simple__posts .wp-block-latest-posts__post-title a {
  color: inherit;
  text-decoration: none;
}

body.home.gd-premium-ui .gd-home-simple__posts .wp-block-latest-posts__post-date {
  display: none;
}

body.home.gd-premium-ui .gd-home-hub {
  display: grid;
  gap: 30px;
  padding: 40px 0 72px;
}

body.home.gd-premium-ui .gd-home-hub__categories {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

body.home.gd-premium-ui .gd-home-hub__category {
  display: grid;
  gap: 8px;
  padding: 20px 20px 18px;
  border-radius: 22px;
  background: #fffdfa;
  color: inherit;
  text-decoration: none;
  box-shadow: 0 16px 30px -26px rgba(56, 31, 21, 0.14);
}

body.home.gd-premium-ui .gd-home-hub__category-label,
body.home.gd-premium-ui .gd-home-hub__eyebrow {
  margin: 0;
  color: #b46d11;
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

body.home.gd-premium-ui .gd-home-hub__category-title {
  color: var(--gd-text-strong);
  font-size: 1.08rem;
  line-height: 1.34;
}

body.home.gd-premium-ui .gd-home-hub__posts {
  display: grid;
  gap: 18px;
}

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

body.home.gd-premium-ui .gd-home-hub__extra-column {
  display: grid;
  gap: 14px;
  padding: 18px 18px 16px;
  border: 1px solid rgba(125, 84, 56, 0.1);
  border-radius: 20px;
  background: #fffdfa;
}

body.home.gd-premium-ui .gd-home-hub__compact-list {
  display: grid;
  gap: 10px;
}

body.home.gd-premium-ui .gd-home-hub__compact-list.wp-block-latest-posts {
  margin: 0;
  padding: 0;
  list-style: none;
}

body.home.gd-premium-ui .gd-home-compact-card {
  display: grid;
  grid-template-columns: 146px minmax(0, 1fr);
  align-items: center;
  gap: 16px;
  padding-top: 10px;
  border-top: 1px solid rgba(125, 84, 56, 0.08);
}

body.home.gd-premium-ui .gd-home-compact-card:first-child {
  padding-top: 0;
  border-top: 0;
}

body.home.gd-premium-ui .gd-home-compact-card__media {
  display: block;
  width: 146px;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  border-radius: 20px;
  background: #f6ede4;
  box-shadow: 0 14px 28px -24px rgba(56, 31, 21, 0.22);
}

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

body.home.gd-premium-ui .gd-home-compact-card__fallback {
  background: linear-gradient(135deg, #f2e3d4 0%, #ebd7c4 100%);
}

body.home.gd-premium-ui .gd-home-compact-card__title {
  margin: 0;
  color: var(--gd-text-strong);
  font-size: 1rem;
  line-height: 1.38;
}

body.home.gd-premium-ui .gd-home-compact-card__title a {
  color: inherit;
  text-decoration: none;
}

body.home.gd-premium-ui .gd-home-hub__compact-list.wp-block-latest-posts > li {
  display: grid;
  grid-template-columns: 146px minmax(0, 1fr);
  align-items: center;
  gap: 16px;
  margin: 0;
  padding-top: 10px;
  border-top: 1px solid rgba(125, 84, 56, 0.08);
}

body.home.gd-premium-ui .gd-home-hub__compact-list.wp-block-latest-posts > li:first-child {
  padding-top: 0;
  border-top: 0;
}

body.home.gd-premium-ui .gd-home-hub__compact-list.wp-block-latest-posts .wp-block-latest-posts__featured-image {
  width: 146px;
  margin: 0;
}

body.home.gd-premium-ui .gd-home-hub__compact-list.wp-block-latest-posts .wp-block-latest-posts__featured-image a {
  display: block;
  width: 146px;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  border-radius: 20px;
  background: #f6ede4;
  box-shadow: 0 14px 28px -24px rgba(56, 31, 21, 0.22);
}

body.home.gd-premium-ui .gd-home-hub__compact-list.wp-block-latest-posts .wp-block-latest-posts__featured-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

body.home.gd-premium-ui .gd-home-hub__compact-list.wp-block-latest-posts .wp-block-latest-posts__post-title {
  margin: 0;
  color: var(--gd-text-strong);
  font-size: 1rem;
  line-height: 1.38;
  font-weight: 700;
}

body.home.gd-premium-ui .gd-home-hub__compact-list.wp-block-latest-posts .wp-block-latest-posts__post-title a {
  color: inherit;
  text-decoration: none;
}

body.home.gd-premium-ui .gd-home-hub__compact-list.wp-block-latest-posts .wp-block-latest-posts__post-date {
  display: none;
}

body.home.gd-premium-ui .gd-home-hub__head {
  display: grid;
  gap: 4px;
}

body.home.gd-premium-ui .gd-home-hub__title {
  margin: 0;
  color: var(--gd-text-strong);
  font-size: clamp(1.5rem, 2.2vw, 2rem);
  line-height: 1.12;
}

body.home.gd-premium-ui .gd-home-hub__lead-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
}

body.home.gd-premium-ui .gd-home-hub__rail-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

body.home.gd-premium-ui .gd-home-hub__lead-grid.wp-block-latest-posts,
body.home.gd-premium-ui .gd-home-hub__rail-grid.wp-block-latest-posts {
  margin: 0;
  padding: 0;
  list-style: none;
}

body.home.gd-premium-ui .gd-home-hub__lead-grid.wp-block-latest-posts {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
}

body.home.gd-premium-ui .gd-home-hub__rail-grid.wp-block-latest-posts {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

body.home.gd-premium-ui .gd-home-hub__lead-grid.wp-block-latest-posts > li,
body.home.gd-premium-ui .gd-home-hub__rail-grid.wp-block-latest-posts > li {
  display: grid;
  gap: 12px;
  margin: 0;
}

body.home.gd-premium-ui .gd-home-hub__lead-grid.wp-block-latest-posts .wp-block-latest-posts__featured-image,
body.home.gd-premium-ui .gd-home-hub__rail-grid.wp-block-latest-posts .wp-block-latest-posts__featured-image {
  margin: 0;
}

body.home.gd-premium-ui .gd-home-hub__lead-grid.wp-block-latest-posts .wp-block-latest-posts__featured-image a,
body.home.gd-premium-ui .gd-home-hub__rail-grid.wp-block-latest-posts .wp-block-latest-posts__featured-image a {
  display: block;
  overflow: hidden;
  border-radius: 22px;
  background: #f6ede4;
}

body.home.gd-premium-ui .gd-home-hub__lead-grid.wp-block-latest-posts .wp-block-latest-posts__featured-image a {
  aspect-ratio: 16 / 10.2;
}

body.home.gd-premium-ui .gd-home-hub__rail-grid.wp-block-latest-posts .wp-block-latest-posts__featured-image a {
  aspect-ratio: 4 / 3.1;
}

body.home.gd-premium-ui .gd-home-hub__lead-grid.wp-block-latest-posts .wp-block-latest-posts__featured-image img,
body.home.gd-premium-ui .gd-home-hub__rail-grid.wp-block-latest-posts .wp-block-latest-posts__featured-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

body.home.gd-premium-ui .gd-home-hub__lead-grid.wp-block-latest-posts .wp-block-latest-posts__post-title,
body.home.gd-premium-ui .gd-home-hub__rail-grid.wp-block-latest-posts .wp-block-latest-posts__post-title {
  margin: 0;
  color: var(--gd-text-strong);
  font-size: 1.16rem;
  line-height: 1.28;
  font-weight: 700;
}

body.home.gd-premium-ui .gd-home-hub__rail-grid.wp-block-latest-posts .wp-block-latest-posts__post-title {
  font-size: 1rem;
  line-height: 1.34;
}

body.home.gd-premium-ui .gd-home-hub__lead-grid.wp-block-latest-posts .wp-block-latest-posts__post-title a,
body.home.gd-premium-ui .gd-home-hub__rail-grid.wp-block-latest-posts .wp-block-latest-posts__post-title a {
  color: inherit;
  text-decoration: none;
}

body.home.gd-premium-ui .gd-home-hub__lead-grid.wp-block-latest-posts .wp-block-latest-posts__post-date,
body.home.gd-premium-ui .gd-home-hub__rail-grid.wp-block-latest-posts .wp-block-latest-posts__post-date {
  display: none;
}

body.home.gd-premium-ui .gd-home-post-card {
  display: grid;
  gap: 12px;
}

body.home.gd-premium-ui .gd-home-post-card__media {
  display: block;
  overflow: hidden;
  border-radius: 22px;
  background: #f6ede4;
}

body.home.gd-premium-ui .gd-home-hub__lead-grid .gd-home-post-card__media {
  aspect-ratio: 16 / 10.2;
}

body.home.gd-premium-ui .gd-home-hub__rail-grid .gd-home-post-card__media {
  aspect-ratio: 4 / 3.1;
}

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

body.home.gd-premium-ui .gd-home-post-card__fallback {
  background: #f1e4d7;
}

body.home.gd-premium-ui .gd-home-post-card__title {
  margin: 0;
  color: var(--gd-text-strong);
  font-size: 1.16rem;
  line-height: 1.28;
}

body.home.gd-premium-ui .gd-home-hub__rail-grid .gd-home-post-card__title {
  font-size: 1rem;
  line-height: 1.34;
}

body.home.gd-premium-ui .gd-home-post-card__title a {
  color: inherit;
  text-decoration: none;
}

body.archive.gd-premium-ui .entry-hero.gd-archive-hero,
body.search-results.gd-premium-ui .entry-hero.gd-archive-hero,
body.blog.gd-premium-ui .entry-hero.gd-archive-hero,
body.tag.gd-premium-ui .entry-hero.gd-archive-hero {
  background: var(--gd-brand-dark);
}

body.gd-premium-ui .entry-hero.gd-archive-hero .entry-hero-container-inner {
  min-height: var(--gd-archive-hero-min-height, clamp(620px, 68vh, 760px));
  background:
    var(--gd-archive-hero-overlay, linear-gradient(to bottom, rgba(61, 34, 21, 0.76) 0%, rgba(61, 34, 21, 0.34) 30%, rgba(61, 34, 21, 0) 54%), linear-gradient(to top, rgba(20, 11, 8, 0.96) 0%, rgba(20, 11, 8, 0.7) 28%, rgba(20, 11, 8, 0) 60%)),
    var(--gd-archive-hero-image, none) center/cover no-repeat,
    var(--gd-archive-hero-bg, #2b1913);
}

body.gd-premium-ui .entry-hero.gd-archive-hero .hero-section-overlay {
  background:
    linear-gradient(to bottom, rgba(9, 7, 6, 0.94) 0%, rgba(9, 7, 6, 0.9) 8%, rgba(15, 10, 8, 0.78) 17%, rgba(22, 14, 10, 0.56) 28%, rgba(34, 21, 15, 0.3) 40%, rgba(52, 31, 22, 0.1) 54%, rgba(52, 31, 22, 0) 70%),
    linear-gradient(145deg, rgba(255, 221, 193, 0.08), rgba(255, 221, 193, 0) 44%);
}

body.gd-premium-ui .entry-hero.gd-archive-hero .hero-container.site-container {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  min-height: inherit;
  padding: var(--gd-archive-hero-shell-padding, 138px 24px 126px);
}

body.gd-premium-ui .entry-hero.gd-archive-hero .entry-header {
  width: var(--gd-archive-hero-header-width, min(100%, 1080px));
  min-height: var(--gd-archive-hero-panel-min-height, 318px);
  margin: 0 auto;
  padding: var(--gd-archive-hero-header-padding, 40px 46px 36px);
  border: 1px solid rgba(255, 229, 207, 0.16);
  border-radius: var(--gd-radius-xl);
  background: linear-gradient(180deg, rgba(255, 249, 243, 0.16) 0%, rgba(255, 249, 243, 0.1) 100%);
  box-shadow: var(--gd-shadow-deep);
  -webkit-backdrop-filter: blur(18px);
  backdrop-filter: blur(18px);
  text-align: center;
}

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

body.gd-premium-ui .entry-hero.gd-archive-hero .kadence-breadcrumb-container {
  justify-content: center;
}

body.gd-premium-ui .entry-hero.gd-archive-hero h1 {
  margin: 0 0 16px;
  color: #fff8f2;
  font-size: clamp(2.75rem, 4.6vw, 4.95rem);
  line-height: 0.96;
  letter-spacing: -0.03em;
  text-shadow: 0 3px 16px rgba(20, 11, 8, 0.44);
}

body.gd-premium-ui .entry-hero.gd-archive-hero .archive-description {
  margin: 0;
}

body.gd-premium-ui .entry-hero.gd-archive-hero .gd-archive-intro__lede {
  margin: 0 auto 22px;
  color: rgba(255, 244, 235, 0.88);
  font-size: 1.08rem;
  line-height: 1.86;
  max-width: 64ch;
  text-wrap: balance;
}

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

body.gd-premium-ui .entry-hero.gd-archive-hero .gd-archive-intro__chip {
  display: inline-flex;
  align-items: center;
  min-height: 40px;
  padding: 0 16px;
  border: 1px solid rgba(255, 222, 196, 0.16);
  border-radius: 999px;
  background: rgba(255, 248, 241, 0.12);
  color: #fff3e7;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  text-decoration: none;
}

body.archive.gd-premium-ui .gd-archive-below-hero {
  margin: 24px 0 12px;
}

body.archive.gd-premium-ui .gd-archive-below-hero__inner {
  width: min(980px, 100%);
  margin: 0 auto;
  padding: 32px 36px;
  border: 1px solid rgba(125, 84, 56, 0.1);
  border-radius: var(--gd-radius-lg);
  background: linear-gradient(180deg, rgba(255, 251, 247, 0.94) 0%, rgba(250, 243, 236, 0.94) 100%);
  box-shadow: var(--gd-shadow-soft);
  text-align: center;
}

body.archive.gd-premium-ui .gd-archive-below-hero .gd-archive-intro__lede {
  margin: 0;
  color: #5e4b40;
  font-size: 1.04rem;
  line-height: 1.86;
  max-width: 68ch;
  margin-left: auto;
  margin-right: auto;
}

body.archive.gd-premium-ui .content-area,
body.search-results.gd-premium-ui .content-area,
body.blog.gd-premium-ui .content-area,
body.tag.gd-premium-ui .content-area {
  margin-top: 18px;
}

body.archive.gd-premium-ui #main,
body.search-results.gd-premium-ui #main,
body.blog.gd-premium-ui #main,
body.tag.gd-premium-ui #main {
  padding: 26px;
  border: 1px solid rgba(125, 84, 56, 0.08);
  border-radius: 30px;
  background: linear-gradient(180deg, rgba(255, 252, 248, 0.94) 0%, rgba(248, 240, 232, 0.94) 100%);
  box-shadow: var(--gd-shadow-soft);
}

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.tag.gd-premium-ui #archive-container.gd-archive-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 24px 18px;
  align-items: start;
}

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.tag.gd-premium-ui #archive-container.gd-archive-grid > .entry-list-item {
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
}

body.archive.gd-premium-ui .loop-entry.yo2-card,
body.search-results.gd-premium-ui .loop-entry.yo2-card,
body.blog.gd-premium-ui .loop-entry.yo2-card,
body.tag.gd-premium-ui .loop-entry.yo2-card {
  min-width: 0;
  width: 100%;
  margin: 0;
  background: transparent;
  border: 0;
  box-shadow: none;
}

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,
body.tag.gd-premium-ui .loop-entry.yo2-card .yo2-card__media {
  position: relative;
  display: block;
  aspect-ratio: 27 / 38;
  min-height: 380px;
  overflow: hidden;
  border-radius: 22px;
  background: var(--gd-brand-dark);
  box-shadow: var(--gd-shadow-card);
  text-decoration: none;
  transition: transform 180ms ease, box-shadow 180ms ease;
}

body.archive.gd-premium-ui .loop-entry.yo2-card .yo2-card__media:hover,
body.search-results.gd-premium-ui .loop-entry.yo2-card .yo2-card__media:hover,
body.blog.gd-premium-ui .loop-entry.yo2-card .yo2-card__media:hover,
body.tag.gd-premium-ui .loop-entry.yo2-card .yo2-card__media:hover {
  transform: translateY(-3px);
  box-shadow: 0 30px 72px -36px rgba(54, 28, 16, 0.3);
}

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

body.archive.gd-premium-ui .loop-entry.yo2-card img,
body.search-results.gd-premium-ui .loop-entry.yo2-card img,
body.blog.gd-premium-ui .loop-entry.yo2-card img,
body.tag.gd-premium-ui .loop-entry.yo2-card img,
body.archive.gd-premium-ui .loop-entry.yo2-card .yo2-card__fallback,
body.search-results.gd-premium-ui .loop-entry.yo2-card .yo2-card__fallback,
body.blog.gd-premium-ui .loop-entry.yo2-card .yo2-card__fallback,
body.tag.gd-premium-ui .loop-entry.yo2-card .yo2-card__fallback {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

body.archive.gd-premium-ui .loop-entry.yo2-card .yo2-card__fallback,
body.search-results.gd-premium-ui .loop-entry.yo2-card .yo2-card__fallback,
body.blog.gd-premium-ui .loop-entry.yo2-card .yo2-card__fallback,
body.tag.gd-premium-ui .loop-entry.yo2-card .yo2-card__fallback {
  background: linear-gradient(145deg, #4a2b1f, #241510);
}

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,
body.tag.gd-premium-ui .loop-entry.yo2-card .yo2-card__media::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(to bottom, rgba(201, 111, 53, 0.18), rgba(201, 111, 53, 0) 38%),
    linear-gradient(to top, rgba(25, 14, 10, 0.94) 0%, rgba(25, 14, 10, 0.74) 32%, rgba(25, 14, 10, 0.36) 56%, rgba(25, 14, 10, 0) 80%);
}

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,
body.tag.gd-premium-ui .loop-entry.yo2-card .yo2-card__overlay {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 24px 18px 18px;
}

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,
body.tag.gd-premium-ui .loop-entry.yo2-card .yo2-card__tag {
  align-self: flex-start;
  margin: 0 0 10px;
  color: rgba(255, 220, 188, 0.92);
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

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.tag.gd-premium-ui .loop-entry.yo2-card .yo2-card__title {
  margin: 0 0 8px;
  color: #fff8f2;
  font-size: 1.18rem;
  line-height: 1.22;
  font-weight: 700;
  text-shadow: 0 2px 14px rgba(14, 8, 6, 0.5);
}

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,
body.tag.gd-premium-ui .loop-entry.yo2-card .yo2-card__meta {
  margin: 0;
  color: rgba(255, 240, 226, 0.78);
  font-size: 0.74rem;
  line-height: 1.4;
  letter-spacing: 0.03em;
}

body.single-post.gd-premium-ui .single-entry {
  box-shadow: none;
  background: transparent;
}

body.single-post.gd-premium-ui .entry-content-wrap {
  padding: 0;
}

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

body.single-post.gd-premium-ui .entry-content p,
body.single-post.gd-premium-ui .entry-content li {
  font-size: 1.08rem;
  line-height: 1.9;
  color: #534239;
}

body.single-post.gd-premium-ui .entry-content > * + * {
  margin-top: 1.25rem;
}

body.single-post.gd-premium-ui .entry-content h2 {
  margin-top: 2.4rem;
  font-size: clamp(1.9rem, 3vw, 2.5rem);
  line-height: 1.12;
}

body.single-post.gd-premium-ui .entry-content h3 {
  margin-top: 2rem;
  font-size: clamp(1.5rem, 2.6vw, 2rem);
  line-height: 1.18;
}

body.single-post.gd-premium-ui .entry-content img:not(.post-top-featured):not(.custom-logo):not(.avatar),
body.single-post.gd-premium-ui .wp-block-image img:not(.post-top-featured):not(.custom-logo):not(.avatar) {
  border: 1px solid rgba(255, 244, 235, 0.78);
  border-radius: 20px;
  box-shadow: var(--gd-shadow-card);
  filter: saturate(0.94) contrast(1.04) brightness(0.96) sepia(0.08) hue-rotate(-14deg);
}

body.single-post.gd-premium-ui .post-navigation-wrap,
body.single-post.gd-premium-ui .entry-related-inner-content {
  margin-top: 46px;
}

body.gd-premium-ui .entry-related-title {
  margin-bottom: 18px;
  color: var(--gd-text-strong);
  font-size: clamp(1.8rem, 3.2vw, 2.6rem);
  line-height: 1.02;
}

body.gd-premium-ui .entry-related .yo2-related-card {
  min-width: 0;
}

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

body.gd-premium-ui .entry-related .yo2-related-card__media {
  position: relative;
  aspect-ratio: 4 / 4.9;
  overflow: hidden;
  border-radius: 24px;
  background: var(--gd-brand-dark);
  box-shadow: var(--gd-shadow-card);
}

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%;
  object-fit: cover;
}

body.gd-premium-ui .entry-related .yo2-related-card__fallback {
  background: linear-gradient(145deg, #4a2b1f, #241510);
}

body.gd-premium-ui .entry-related .yo2-related-card__overlay {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 22px 18px 18px;
  background: linear-gradient(to top, rgba(20, 11, 8, 0.88) 0%, rgba(20, 11, 8, 0.18) 56%, rgba(20, 11, 8, 0) 100%);
}

body.gd-premium-ui .entry-related .yo2-related-card__title {
  margin: 0 0 8px;
  color: #fff8f2;
  font-size: 1.08rem;
  line-height: 1.24;
  font-weight: 700;
}

body.gd-premium-ui .entry-related .yo2-related-card__meta {
  margin: 0;
  color: rgba(255, 240, 226, 0.78);
  font-size: 0.72rem;
  line-height: 1.45;
  letter-spacing: 0.03em;
}

body.gd-premium-ui nav.navigation.pagination,
body.gd-premium-ui .page-links {
  margin-top: 36px;
}

body.gd-premium-ui nav.navigation.pagination .nav-links,
body.gd-premium-ui .page-links {
  display: flex;
  flex-wrap: wrap;
  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(125, 84, 56, 0.12);
  border-radius: 999px;
  background: rgba(255, 251, 247, 0.92);
  color: #3b2a20;
  box-shadow: 0 14px 30px rgba(51, 24, 12, 0.08);
  font-size: 0.96rem;
  font-weight: 700;
  text-decoration: none;
  transition: transform 180ms ease, background-color 180ms ease, box-shadow 180ms ease;
}

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(201, 111, 53, 0.12);
  border-color: rgba(201, 111, 53, 0.26);
  color: #8a4525;
  box-shadow: 0 18px 36px rgba(51, 24, 12, 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: linear-gradient(135deg, #d47d45, #8a4525);
  color: #fff;
  box-shadow: 0 20px 40px rgba(51, 24, 12, 0.24);
}

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;
}

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

body.gd-premium-ui .gd-footer-shell {
  padding-top: 20px;
}

body.gd-premium-ui .gd-footer-panel {
  overflow: hidden;
  border-radius: 30px;
  background: linear-gradient(145deg, rgba(36, 21, 16, 0.98), rgba(61, 37, 24, 0.98));
  box-shadow: var(--gd-shadow-deep);
}

body.gd-premium-ui .gd-footer-main {
  display: grid;
  grid-template-columns: minmax(0, 1.3fr) minmax(280px, 0.7fr);
  gap: 28px;
  padding: 34px;
}

body.gd-premium-ui .gd-footer-brand__eyebrow,
body.gd-premium-ui .gd-footer-nav__title {
  margin: 0 0 10px;
  color: #ffd2aa;
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

body.gd-premium-ui .gd-footer-brand__title {
  margin: 0 0 10px;
  color: #fff7f0;
  font-size: clamp(2rem, 3vw, 2.8rem);
  line-height: 1.02;
}

body.gd-premium-ui .gd-footer-brand__text {
  margin: 0;
  max-width: 33rem;
  color: rgba(255, 236, 220, 0.76);
  font-size: 0.98rem;
  line-height: 1.72;
}

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

body.gd-premium-ui .gd-footer-brand__chip {
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  padding: 0 14px;
  border: 1px solid rgba(255, 218, 186, 0.12);
  border-radius: 999px;
  background: rgba(255, 232, 211, 0.08);
  color: #fff4e7;
  font-size: 0.8rem;
  font-weight: 600;
  text-decoration: none;
}

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

body.gd-premium-ui .gd-footer-menu {
  display: grid;
  gap: 10px;
  padding: 0;
  margin: 0;
  list-style: none;
}

body.gd-premium-ui .gd-footer-menu a {
  color: rgba(255, 236, 220, 0.86);
  text-decoration: none;
}

body.gd-premium-ui .gd-footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  padding: 14px 34px 18px;
  border-top: 1px solid rgba(255, 218, 186, 0.08);
}

body.gd-premium-ui .gd-footer-bottom__copy,
body.gd-premium-ui .gd-footer-bottom__note {
  margin: 0;
  color: rgba(255, 236, 220, 0.68);
  font-size: 0.82rem;
}

body.gd-contact-page-view.gd-premium-ui .entry-content.single-content {
  max-width: 100%;
}

body.gd-contact-page-view.gd-premium-ui #masthead {
  position: relative;
  top: auto;
  left: auto;
  right: auto;
  background: rgba(253, 250, 247, 0.94);
  box-shadow: 0 1px 0 rgba(117, 82, 55, 0.08);
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
}

body.gd-contact-page-view.gd-premium-ui #masthead,
body.gd-contact-page-view.gd-premium-ui #masthead .site-main-header-wrap,
body.gd-contact-page-view.gd-premium-ui #masthead .site-top-header-wrap,
body.gd-contact-page-view.gd-premium-ui #masthead .site-bottom-header-wrap,
body.gd-contact-page-view.gd-premium-ui .site-header-row-container-inner,
body.gd-contact-page-view.gd-premium-ui .site-top-header-wrap .site-header-row-container-inner,
body.gd-contact-page-view.gd-premium-ui .site-main-header-wrap .site-header-row-container-inner,
body.gd-contact-page-view.gd-premium-ui .site-bottom-header-wrap .site-header-row-container-inner {
  background: rgba(253, 250, 247, 0.94) !important;
  box-shadow: none !important;
}

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

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

body.gd-contact-page-view.gd-premium-ui .entry-hero.page-hero-section .entry-hero-container-inner,
body.gd-contact-page-view.gd-premium-ui .entry-hero.page-hero-section .hero-container.site-container,
body.gd-contact-page-view.gd-premium-ui .entry-hero.page-hero-section .entry-header {
  min-height: 0;
}

body.gd-contact-page-view.gd-premium-ui .entry-hero.page-hero-section .hero-container.site-container {
  padding: 36px 20px 18px;
}

body.gd-contact-page-view.gd-premium-ui .entry-hero.page-hero-section .entry-title {
  margin: 0 auto;
  color: var(--gd-text-strong);
  font-size: clamp(2rem, 4vw, 2.7rem);
  line-height: 1.04;
  text-align: center;
  text-shadow: none;
}

body.gd-contact-page-view.gd-premium-ui .content-area {
  margin-top: 0;
}

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

body.gd-contact-page-view.gd-premium-ui .gd-contact-page__intro,
body.gd-contact-page-view.gd-premium-ui .gd-contact-card {
  border: 1px solid rgba(125, 84, 56, 0.1);
  border-radius: var(--gd-radius-lg);
  background: linear-gradient(180deg, rgba(255, 252, 248, 0.96) 0%, rgba(250, 243, 236, 0.96) 100%);
  box-shadow: var(--gd-shadow-soft);
}

body.gd-contact-page-view.gd-premium-ui .gd-contact-page__intro {
  display: grid;
  gap: 12px;
  padding: 30px 32px;
}

body.gd-contact-page-view.gd-premium-ui .gd-contact-page__eyebrow,
body.gd-contact-page-view.gd-premium-ui .gd-contact-card__label {
  margin: 0;
  color: #a05328;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

body.gd-contact-page-view.gd-premium-ui .gd-contact-page__title {
  margin: 0;
  color: var(--gd-text-strong);
  font-size: clamp(2rem, 4vw, 3.1rem);
  line-height: 1.02;
}

body.gd-contact-page-view.gd-premium-ui .gd-contact-page__lede,
body.gd-contact-page-view.gd-premium-ui .gd-contact-note p,
body.gd-contact-page-view.gd-premium-ui .gd-contact-card__text {
  margin: 0;
  color: #625045;
  font-size: 1rem;
  line-height: 1.82;
}

body.gd-contact-page-view.gd-premium-ui .gd-contact-note {
  display: none !important;
}

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

body.gd-contact-page-view.gd-premium-ui .gd-contact-card {
  display: grid;
  gap: 10px;
  padding: 28px;
}

body.gd-contact-page-view.gd-premium-ui .gd-contact-card--primary {
  background: linear-gradient(180deg, rgba(255, 246, 236, 0.98) 0%, rgba(251, 238, 227, 0.96) 100%);
}

body.gd-contact-page-view.gd-premium-ui .gd-contact-card__value,
body.gd-contact-page-view.gd-premium-ui .gd-contact-card__value a {
  margin: 0;
  color: var(--gd-text-strong);
  font-size: 1.32rem;
  font-weight: 700;
  line-height: 1.2;
  text-decoration: none;
}

body.gd-contact-page-view.gd-premium-ui .gd-contact-card__value a:hover,
body.gd-contact-page-view.gd-premium-ui .gd-contact-card__value a:focus-visible {
  color: var(--gd-brand-deep);
}

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

body.gd-contact-page-view.gd-premium-ui .gd-contact-chip {
  display: inline-flex;
  align-items: center;
  min-height: 40px;
  padding: 0 14px;
  border: 1px solid rgba(125, 84, 56, 0.1);
  border-radius: 999px;
  background: rgba(255, 252, 248, 0.84);
  color: #3b2a20;
  font-size: 0.9rem;
  font-weight: 600;
}

@media all and (max-width: 1024px) {
  body.home.gd-premium-ui .gd-home-hub__categories {
    grid-template-columns: 1fr;
  }

  body.home.gd-premium-ui .gd-home-hub__lead-grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }

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

  body.home.gd-premium-ui .gd-home-hub__extra {
    grid-template-columns: 1fr;
  }

  body.home.gd-premium-ui .gd-home-hub__lead-grid.wp-block-latest-posts {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  body.home.gd-premium-ui .gd-home-hub__rail-grid.wp-block-latest-posts {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  body.home.gd-premium-ui .gd-home-compact-card {
    grid-template-columns: 132px minmax(0, 1fr);
    gap: 14px;
  }

  body.home.gd-premium-ui .gd-home-compact-card__media {
    width: 132px;
  }

  body.home.gd-premium-ui .gd-home-hub__compact-list.wp-block-latest-posts > li {
    grid-template-columns: 132px minmax(0, 1fr);
    gap: 14px;
  }

  body.home.gd-premium-ui .gd-home-hub__compact-list.wp-block-latest-posts .wp-block-latest-posts__featured-image,
  body.home.gd-premium-ui .gd-home-hub__compact-list.wp-block-latest-posts .wp-block-latest-posts__featured-image a {
    width: 132px;
  }

  body.home.gd-premium-ui .gd-home-stream--fresh .wp-block-latest-posts.is-grid.columns-4 > li,
  body.home.gd-premium-ui .gd-home-stream--fresh .wp-block-latest-posts.is-grid > li {
    width: calc(50% - 11px);
  }

  body.home.gd-premium-ui .gd-home-stream--turkiye .wp-block-latest-posts.is-grid.columns-4 > li,
  body.home.gd-premium-ui .gd-home-stream--turkiye .wp-block-latest-posts.is-grid > li {
    width: calc(33.333% - 11px);
  }

  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.tag.gd-premium-ui #archive-container.gd-archive-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px 14px;
  }

  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,
  body.tag.gd-premium-ui .loop-entry.yo2-card .yo2-card__media {
    min-height: 320px;
  }

  body.gd-premium-ui .entry-hero.gd-archive-hero .entry-hero-container-inner,
  body.single-post.gd-premium-ui .entry-hero.post-hero-section,
  body.single-post.gd-premium-ui .article-post-thumbnail,
  body.single-post.gd-premium-ui .article-post-thumbnail .post-thumbnail-inner {
    min-height: 560px;
  }

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

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

  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-branding .site-title {
    font-size: 31px;
    line-height: 1;
  }

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

  body.gd-premium-ui .content-container.site-container,
  body.single-post.gd-premium-ui .content-width-narrow .content-container.site-container {
    max-width: calc(100% - 24px);
  }

  body.home.gd-premium-ui .kb-row-layout-id105_c836f5-66,
  body.home.gd-premium-ui .kb-row-layout-id105_c836f5-66 > .kt-row-column-wrap {
    min-height: 530px;
  }

  body.home.gd-premium-ui .kb-row-layout-id105_c836f5-66 {
    background-position: 52% 28% !important;
  }

  body.home.gd-premium-ui .kb-row-layout-id105_c836f5-66 > .kt-row-column-wrap {
    padding-top: 108px;
    padding-bottom: 82px;
  }

  body.home.gd-premium-ui .kadence-column105_b03c54-60 > .kt-inside-inner-col {
    max-width: 100%;
    padding: 14px 14px 16px;
    border-radius: 22px;
    background: linear-gradient(180deg, rgba(23, 15, 11, 0.22) 0%, rgba(23, 15, 11, 0.08) 100%);
  }

  body.home.gd-premium-ui .wp-block-kadence-advancedheading.kt-adv-heading105_bdfb82-7d,
  body.home.gd-premium-ui .wp-block-kadence-advancedheading.kt-adv-heading105_bdfb82-7d[data-kb-block="kb-adv-heading105_bdfb82-7d"] {
    max-width: 8ch;
    font-size: 2.56rem;
    line-height: 0.98;
  }

  body.home.gd-premium-ui .wp-block-kadence-advancedheading.kt-adv-heading105_2849c9-41,
  body.home.gd-premium-ui .wp-block-kadence-advancedheading.kt-adv-heading105_2849c9-41[data-kb-block="kb-adv-heading105_2849c9-41"] {
    max-width: 20rem;
    margin-bottom: 18px;
    font-size: 0.98rem;
    line-height: 1.54;
  }

  body.home.gd-premium-ui .gd-home-note {
    width: 100%;
    max-width: none;
    margin: 18px 0 0;
    padding: 18px 18px 16px;
    border-radius: 20px;
  }

  body.home.gd-premium-ui .gd-home-note__title {
    font-size: 1.28rem;
  }

  body.home.gd-premium-ui .gd-home-note__text,
  body.home.gd-premium-ui .gd-home-note__list li {
    font-size: 0.88rem;
  }

  body.home.gd-premium-ui .gd-home-shell {
    gap: 22px;
    padding: 0;
    border-radius: 0;
  }

  body.home.gd-premium-ui .gd-home-hub {
    gap: 22px;
    padding: 26px 0 54px;
  }

  body.home.gd-premium-ui .gd-home-hub__category {
    padding: 16px 16px 15px;
    border-radius: 18px;
  }

  body.home.gd-premium-ui .gd-home-hub__title {
    font-size: 1.34rem;
  }

  body.home.gd-premium-ui .gd-home-hub__rail-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  body.home.gd-premium-ui .gd-home-hub__rail-grid.wp-block-latest-posts {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  body.home.gd-premium-ui .gd-home-hub__extra-column {
    padding: 16px;
    border-radius: 18px;
  }

  body.home.gd-premium-ui .gd-home-compact-card {
    grid-template-columns: 108px minmax(0, 1fr);
    gap: 12px;
  }

  body.home.gd-premium-ui .gd-home-compact-card__media {
    width: 108px;
    border-radius: 16px;
  }

  body.home.gd-premium-ui .gd-home-hub__compact-list.wp-block-latest-posts > li {
    grid-template-columns: 108px minmax(0, 1fr);
    gap: 12px;
  }

  body.home.gd-premium-ui .gd-home-hub__compact-list.wp-block-latest-posts .wp-block-latest-posts__featured-image,
  body.home.gd-premium-ui .gd-home-hub__compact-list.wp-block-latest-posts .wp-block-latest-posts__featured-image a {
    width: 108px;
  }

  body.home.gd-premium-ui .gd-home-hub__compact-list.wp-block-latest-posts .wp-block-latest-posts__featured-image a {
    border-radius: 16px;
  }

  body.home.gd-premium-ui .gd-home-post-card__media,
  body.home.gd-premium-ui .gd-home-hub__lead-grid .gd-home-post-card__media,
  body.home.gd-premium-ui .gd-home-hub__rail-grid .gd-home-post-card__media {
    aspect-ratio: 16 / 11;
    border-radius: 18px;
  }

  body.home.gd-premium-ui .gd-home-post-card__title {
    font-size: 1.02rem;
  }

  body.home.gd-premium-ui .gd-home-mast {
    grid-template-columns: minmax(0, 1fr);
    gap: 14px;
  }

  body.home.gd-premium-ui .gd-home-mast__intro,
  body.home.gd-premium-ui .gd-home-mast__aside,
  body.home.gd-premium-ui .gd-home-stream {
    padding: 20px 18px;
    border-radius: 22px;
  }

  body.home.gd-premium-ui .gd-home-mast__title {
    font-size: 1.72rem;
  }

  body.home.gd-premium-ui .gd-home-mast__lede {
    font-size: 0.94rem;
    line-height: 1.72;
  }

  body.home.gd-premium-ui .gd-home-section-intro {
    max-width: 32ch;
    font-size: 0.94rem;
    line-height: 1.68;
  }

  body.home.gd-premium-ui .gd-home-stream {
    gap: 14px;
  }

  body.home.gd-premium-ui .gd-home-stream__meta {
    display: grid;
    gap: 6px;
    padding-bottom: 14px;
  }

  body.home.gd-premium-ui .gd-home-stream__title {
    font-size: 1.3rem;
    line-height: 1.12;
  }

  body.home.gd-premium-ui .wp-block-latest-posts.is-grid {
    gap: 16px;
  }

  body.home.gd-premium-ui .gd-home-stream--fresh .wp-block-latest-posts.is-grid > li,
  body.home.gd-premium-ui .gd-home-stream--fresh .wp-block-latest-posts.is-grid.columns-4 > li,
  body.home.gd-premium-ui .gd-home-stream--turkiye .wp-block-latest-posts.is-grid > li,
  body.home.gd-premium-ui .gd-home-stream--turkiye .wp-block-latest-posts.is-grid.columns-4 > li,
  body.home.gd-premium-ui .wp-block-latest-posts.is-grid > li,
  body.home.gd-premium-ui .wp-block-latest-posts.is-grid.columns-4 > li {
    width: 100%;
  }

  body.home.gd-premium-ui .wp-block-latest-posts__featured-image {
    border-radius: 18px;
  }

  body.home.gd-premium-ui .wp-block-latest-posts__post-title {
    font-size: 1.05rem;
  }

  body.gd-premium-ui .entry-hero.gd-archive-hero .entry-hero-container-inner,
  body.single-post.gd-premium-ui .entry-hero.post-hero-section,
  body.single-post.gd-premium-ui .article-post-thumbnail,
  body.single-post.gd-premium-ui .article-post-thumbnail .post-thumbnail-inner {
    min-height: 470px;
  }

  body.gd-premium-ui .entry-hero.gd-archive-hero .hero-container.site-container,
  body.single-post.gd-premium-ui .entry-hero.post-hero-section .hero-container.site-container {
    padding: 108px 16px 94px;
  }

  body.gd-premium-ui .entry-hero.gd-archive-hero .entry-header,
  body.single-post.gd-premium-ui .entry-hero.post-hero-section .entry-header {
    width: 100%;
    min-height: 0;
    padding: 24px 18px 22px;
    border-radius: 22px;
  }

  body.gd-premium-ui .entry-hero.gd-archive-hero .entry-header {
    padding: 28px 20px 24px;
  }

  body.gd-premium-ui .entry-hero.gd-archive-hero h1 {
    margin-bottom: 12px;
    font-size: 2.24rem;
  }

  body.single-post.gd-premium-ui .entry-hero.post-hero-section .entry-title {
    font-size: 2.24rem;
    margin-bottom: 12px;
  }

  body.gd-premium-ui .entry-hero.gd-archive-hero .gd-archive-intro__lede,
  body.single-post.gd-premium-ui .entry-hero.post-hero-section .title-entry-excerpt {
    font-size: 0.94rem;
    line-height: 1.7;
  }

  body.archive.gd-premium-ui .gd-archive-below-hero__inner {
    width: 100%;
    padding: 22px 18px;
    border-radius: 22px;
  }

  body.archive.gd-premium-ui #main,
  body.search-results.gd-premium-ui #main,
  body.blog.gd-premium-ui #main,
  body.tag.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.tag.gd-premium-ui #archive-container.gd-archive-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
  }

  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,
  body.tag.gd-premium-ui .loop-entry.yo2-card .yo2-card__media {
    aspect-ratio: 27 / 38;
    min-height: 260px;
    border-radius: 18px;
  }

  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,
  body.tag.gd-premium-ui .loop-entry.yo2-card .yo2-card__overlay {
    padding: 16px 14px 14px;
  }

  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.tag.gd-premium-ui .loop-entry.yo2-card .yo2-card__title {
    font-size: 1.02rem;
  }

  body.single-post.gd-premium-ui .entry-content p,
  body.single-post.gd-premium-ui .entry-content li {
    font-size: 1rem;
    line-height: 1.82;
  }

  body.gd-premium-ui .entry-related .yo2-related-card__media {
    aspect-ratio: 16 / 11;
    border-radius: 18px;
  }

  body.gd-premium-ui .entry-related .yo2-related-card__overlay {
    padding: 16px 14px 14px;
  }

  body.gd-premium-ui .entry-related .yo2-related-card__title {
    font-size: 1rem;
  }

  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.9rem;
  }

  body.gd-premium-ui .gd-footer-main {
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 22px 18px 16px;
  }

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

  body.gd-contact-page-view.gd-premium-ui .entry-hero.page-hero-section .hero-container.site-container {
    padding: 20px 16px 10px;
  }

  body.gd-contact-page-view.gd-premium-ui .gd-contact-page {
    gap: 16px;
  }

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

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

body.gd-contact-page-view.gd-premium-ui .gd-contact-card__value,
body.gd-contact-page-view.gd-premium-ui .gd-contact-card__value a {
  font-size: 1.12rem;
}
}

body.single-post.gd-premium-ui .content-area {
  margin-top: 0;
  margin-bottom: 42px;
}

body.single-post.gd-premium-ui .content-container.site-container {
  max-width: min(1320px, calc(100% - 36px));
}

body.single-post.gd-premium-ui .article-post-thumbnail {
  position: relative;
  width: 100vw;
  max-width: 100vw;
  height: clamp(220px, 32vh, 300px);
  min-height: 0;
  padding-bottom: 0 !important;
  margin: 0 0 18px;
  margin-left: calc(50% - 50vw);
  border-radius: 0;
  overflow: hidden;
  box-shadow: 0 36px 90px -52px rgba(28, 15, 10, 0.42);
}

body.single-post.gd-premium-ui .article-post-thumbnail .post-thumbnail-inner {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 0;
  border-radius: 0;
  overflow: hidden;
}

body.single-post.gd-premium-ui .article-post-thumbnail::before,
body.single-post.gd-premium-ui .article-post-thumbnail::after,
body.single-post.gd-premium-ui .article-post-thumbnail .post-thumbnail-inner::before {
  display: none;
}

body.single-post.gd-premium-ui .article-post-thumbnail img {
  position: absolute;
  inset: 0;
  filter: saturate(0.92) contrast(1.03) brightness(0.82) sepia(0.1) hue-rotate(-12deg);
}

body.single-post.gd-premium-ui .article-post-thumbnail .post-thumbnail-inner::after {
  background:
    linear-gradient(to bottom, rgba(15, 10, 8, 0.78) 0%, rgba(15, 10, 8, 0.52) 16%, rgba(15, 10, 8, 0.12) 42%, rgba(15, 10, 8, 0) 62%),
    linear-gradient(to top, rgba(20, 11, 8, 0.96) 0%, rgba(20, 11, 8, 0.72) 24%, rgba(20, 11, 8, 0.14) 54%, rgba(20, 11, 8, 0) 72%),
    linear-gradient(135deg, rgba(201, 111, 53, 0.16), rgba(201, 111, 53, 0) 48%);
}

body.single-post.gd-premium-ui .single-entry {
  position: relative;
  z-index: 8;
}

body.single-post.gd-premium-ui .single-entry > .entry-content-wrap {
  width: min(1120px, calc(100% - 36px));
  margin: -42px auto 0;
  padding: 30px clamp(18px, 3vw, 34px) 40px;
  border: 1px solid rgba(255, 232, 214, 0.68);
  border-radius: 32px;
  background:
    linear-gradient(180deg, rgba(255, 252, 248, 0.9) 0%, rgba(255, 248, 241, 0.84) 100%),
    radial-gradient(120% 140% at 0% 0%, rgba(255, 233, 213, 0.32) 0%, rgba(255, 233, 213, 0) 54%);
  box-shadow: 0 28px 70px -42px rgba(34, 18, 12, 0.36);
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
}

body.single-post.gd-premium-ui .single-entry > .entry-content-wrap > .entry-header,
body.single-post.gd-premium-ui .entry-content.single-content,
body.single-post.gd-premium-ui .entry-footer,
body.single-post.gd-premium-ui .post-navigation-wrap {
  width: min(100%, 760px);
  margin-left: auto;
  margin-right: auto;
}

body.single-post.gd-premium-ui .single-entry > .entry-content-wrap > .entry-header {
  margin-bottom: 28px;
  padding-bottom: 22px;
  border-bottom: 1px solid rgba(123, 86, 61, 0.12);
}

body.single-post.gd-premium-ui .single-entry .entry-taxonomies {
  margin-bottom: 12px;
}

body.single-post.gd-premium-ui .single-entry .entry-taxonomies a {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 0 12px;
  border-radius: 999px;
  background: rgba(201, 111, 53, 0.1);
  color: var(--gd-brand-deep);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

body.single-post.gd-premium-ui .single-entry .entry-title {
  margin: 0 0 14px;
  color: var(--gd-text-strong);
  font-size: clamp(2rem, 4vw, 3.55rem);
  line-height: 0.98;
  letter-spacing: -0.03em;
}

body.single-post.gd-premium-ui .single-entry .entry-meta,
body.single-post.gd-premium-ui .single-entry .entry-meta a {
  color: #6d5a4d;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.04em;
}

body.single-post.gd-premium-ui .single-entry .title-entry-excerpt {
  margin-top: 16px;
  color: #69564b;
  font-size: 1rem;
  line-height: 1.78;
}

body.single-post.gd-premium-ui .entry-content.single-content {
  width: min(100%, 720px);
}

body.single-post.gd-premium-ui .entry-content.single-content > .wp-block-image,
body.single-post.gd-premium-ui .entry-content.single-content > figure,
body.single-post.gd-premium-ui .entry-content.single-content > .wp-block-gallery,
body.single-post.gd-premium-ui .entry-content.single-content > .wp-block-cover {
  width: min(1000px, calc(100% + 240px));
  max-width: calc(100vw - 72px);
  margin-left: 50%;
  transform: translateX(-50%);
}

body.single-post.gd-premium-ui .entry-content.single-content > .wp-block-image img,
body.single-post.gd-premium-ui .entry-content.single-content > figure img,
body.single-post.gd-premium-ui .entry-content.single-content > .wp-block-gallery img,
body.single-post.gd-premium-ui .entry-content.single-content > .wp-block-cover img {
  width: 100%;
}

body.single-post.gd-premium-ui .entry-content > * + * {
  margin-top: 1.18rem;
}

body.single-post.gd-premium-ui .entry-content p,
body.single-post.gd-premium-ui .entry-content li {
  color: #59483e;
  font-size: 1.06rem;
  line-height: 1.84;
}

body.single-post.gd-premium-ui .entry-content h2 {
  margin-top: 2.3rem;
  font-size: clamp(1.7rem, 2.9vw, 2.35rem);
  line-height: 1.1;
}

body.single-post.gd-premium-ui .entry-content h3 {
  margin-top: 1.9rem;
  font-size: clamp(1.35rem, 2.4vw, 1.85rem);
}

body.single-post.gd-premium-ui .entry-content blockquote {
  margin: 2rem 0;
  padding: 18px 20px;
  border-left: 3px solid rgba(201, 111, 53, 0.46);
  border-radius: 18px;
  background: rgba(255, 250, 245, 0.76);
  color: #5e4a3f;
  box-shadow: inset 0 0 0 1px rgba(201, 111, 53, 0.08);
}

body.single-post.gd-premium-ui .entry-content img:not(.post-top-featured):not(.custom-logo):not(.avatar),
body.single-post.gd-premium-ui .wp-block-image img:not(.post-top-featured):not(.custom-logo):not(.avatar) {
  border-radius: 22px;
  box-shadow: 0 22px 46px -30px rgba(34, 18, 12, 0.24);
}

body.single-post.gd-premium-ui .entry-footer {
  margin-top: 28px;
  padding-top: 22px;
  border-top: 1px solid rgba(123, 86, 61, 0.12);
}

body.single-post.gd-premium-ui .post-navigation-wrap {
  margin-top: 34px;
  padding: 22px 24px;
  border: 1px solid rgba(255, 232, 214, 0.7);
  border-radius: 28px;
  background: linear-gradient(180deg, rgba(255, 252, 248, 0.82) 0%, rgba(255, 246, 239, 0.72) 100%);
  box-shadow: 0 20px 44px -34px rgba(34, 18, 12, 0.3);
}

body.single-post.gd-premium-ui .post-navigation-wrap .nav-links {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

body.single-post.gd-premium-ui .post-navigation-wrap .nav-links > div {
  min-width: 0;
}

body.single-post.gd-premium-ui .post-navigation-wrap a {
  display: block;
  min-height: 100%;
  padding: 16px 18px;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.54);
  color: var(--gd-text-strong);
}

body.single-post.gd-premium-ui .entry-related.alignfull {
  margin-top: 38px;
  padding: 0;
  background: transparent;
}

body.single-post.gd-premium-ui .entry-related .entry-related-inner,
body.single-post.gd-premium-ui .entry-related .entry-related-inner-content {
  max-width: none;
}

body.single-post.gd-premium-ui .entry-related .entry-related-inner-content {
  width: min(1120px, calc(100% - 36px));
  margin: 0 auto;
  padding: 28px clamp(18px, 3vw, 34px) 34px;
  border: 1px solid rgba(255, 232, 214, 0.68);
  border-radius: 32px;
  background:
    linear-gradient(180deg, rgba(255, 252, 248, 0.88) 0%, rgba(255, 248, 241, 0.82) 100%),
    radial-gradient(130% 140% at 100% 0%, rgba(255, 227, 205, 0.24) 0%, rgba(255, 227, 205, 0) 56%);
  box-shadow: 0 28px 70px -42px rgba(34, 18, 12, 0.34);
  -webkit-backdrop-filter: blur(18px);
  backdrop-filter: blur(18px);
}

body.single-post.gd-premium-ui .entry-related .entry-related-title {
  margin-bottom: 18px;
  font-size: clamp(1.7rem, 2.8vw, 2.35rem);
  line-height: 1.02;
}

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

body.single-post.gd-premium-ui .entry-related .entry-list-item,
body.single-post.gd-premium-ui .entry-related .yo2-related-card {
  width: 100%;
  margin: 0;
}

body.single-post.gd-premium-ui .entry-related .yo2-related-card__media {
  aspect-ratio: 16 / 11;
  border-radius: 24px;
}

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

body.single-post.gd-premium-ui .entry-related .yo2-related-card__title {
  font-size: 1rem;
  line-height: 1.22;
}

body.single-post.gd-premium-ui .entry-related .yo2-related-card__meta {
  font-size: 0.68rem;
}

@media all and (max-width: 1024px) {
  body.single-post.gd-premium-ui .article-post-thumbnail,
  body.single-post.gd-premium-ui .article-post-thumbnail .post-thumbnail-inner {
    height: 240px;
    min-height: 0;
  }

  body.single-post.gd-premium-ui .single-entry > .entry-content-wrap,
  body.single-post.gd-premium-ui .entry-related .entry-related-inner-content {
    width: min(100%, calc(100% - 28px));
    border-radius: 28px;
  }

  body.single-post.gd-premium-ui .single-entry > .entry-content-wrap {
    margin-top: -32px;
    padding: 24px 20px 32px;
  }

  body.single-post.gd-premium-ui .post-navigation-wrap .nav-links,
  body.single-post.gd-premium-ui .entry-related .entry-related-carousel .kadence-posts-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media all and (max-width: 767px) {
  body.single-post.gd-premium-ui .content-container.site-container,
  body.single-post.gd-premium-ui .article-post-thumbnail,
  body.single-post.gd-premium-ui .single-entry > .entry-content-wrap,
  body.single-post.gd-premium-ui .entry-related .entry-related-inner-content {
    width: calc(100% - 24px);
  }

  body.single-post.gd-premium-ui .article-post-thumbnail,
  body.single-post.gd-premium-ui .article-post-thumbnail .post-thumbnail-inner {
    height: 200px;
    min-height: 0;
    border-radius: 0;
  }

  body.single-post.gd-premium-ui .single-entry > .entry-content-wrap {
    margin-top: -22px;
    padding: 20px 16px 26px;
    border-radius: 24px;
  }

  body.single-post.gd-premium-ui .single-entry .entry-title {
    font-size: 2rem;
  }

  body.single-post.gd-premium-ui .entry-content p,
  body.single-post.gd-premium-ui .entry-content li,
  body.single-post.gd-premium-ui .single-entry .title-entry-excerpt {
    font-size: 0.98rem;
    line-height: 1.76;
  }

  body.single-post.gd-premium-ui .entry-content.single-content > .wp-block-image,
  body.single-post.gd-premium-ui .entry-content.single-content > figure,
  body.single-post.gd-premium-ui .entry-content.single-content > .wp-block-gallery,
  body.single-post.gd-premium-ui .entry-content.single-content > .wp-block-cover {
    width: 100%;
    max-width: 100%;
    margin-left: 0;
    transform: none;
  }

  body.single-post.gd-premium-ui .post-navigation-wrap {
    padding: 16px;
    border-radius: 22px;
  }

  body.single-post.gd-premium-ui .post-navigation-wrap .nav-links,
  body.single-post.gd-premium-ui .entry-related .entry-related-carousel .kadence-posts-list {
    grid-template-columns: minmax(0, 1fr);
  }

  body.single-post.gd-premium-ui .entry-related .entry-related-inner-content {
    padding: 20px 16px 24px;
    border-radius: 24px;
  }
}

/* Unified Hero System */
body.gd-premium-ui {
  --gd-hero-shared-bg: #1c1411;
  --gd-hero-shared-panel-bg: linear-gradient(180deg, rgba(251, 244, 236, 0.96) 0%, rgba(245, 235, 225, 0.92) 100%);
  --gd-hero-shared-panel-border: 1px solid rgba(108, 73, 52, 0.12);
  --gd-hero-shared-panel-shadow: 0 28px 64px -36px rgba(29, 18, 12, 0.28);
  --gd-hero-shared-panel-radius: 24px;
  --gd-hero-shared-overlay:
    linear-gradient(180deg, rgba(12, 9, 8, 0.16) 0%, rgba(12, 9, 8, 0.08) 18%, rgba(12, 9, 8, 0) 36%, rgba(12, 9, 8, 0.46) 100%),
    linear-gradient(90deg, rgba(17, 11, 9, 0.68) 0%, rgba(17, 11, 9, 0.2) 38%, rgba(17, 11, 9, 0) 70%),
    linear-gradient(135deg, rgba(228, 123, 2, 0.18) 0%, rgba(228, 123, 2, 0) 42%);
  --gd-hero-shared-media-filter: saturate(0.9) contrast(1.02) brightness(0.8);
  --gd-hero-shared-shell-max: min(1280px, calc(100% - 40px));
  --gd-hero-shared-content-overlap: -44px;
  --gd-hero-shared-panel-width: min(100%, 40rem);
  --gd-hero-shared-panel-gap: 12px;
  --gd-hero-shared-accent: #e47b02;
  --gd-hero-shared-ink: #231711;
  --gd-hero-shared-muted: #70584a;
}

body.home.gd-premium-ui .kb-row-layout-id105_c836f5-66 {
  --gd-hero-local-min-height: clamp(420px, 48vh, 500px);
  --gd-hero-local-shell-padding: 104px 0 34px;
  --gd-hero-local-panel-width: min(100%, 38rem);
  --gd-hero-local-panel-padding: 24px 24px 22px;
  --gd-hero-local-bg-position: 50% 38%;
}

body.archive.gd-premium-ui .entry-hero.gd-archive-hero,
body.search-results.gd-premium-ui .entry-hero.gd-archive-hero,
body.blog.gd-premium-ui .entry-hero.gd-archive-hero,
body.tag.gd-premium-ui .entry-hero.gd-archive-hero {
  --gd-hero-local-min-height: clamp(400px, 46vh, 480px);
  --gd-hero-local-shell-padding: 104px 24px 34px;
  --gd-hero-local-panel-width: min(100%, 38rem);
  --gd-hero-local-panel-padding: 24px 24px 22px;
  --gd-hero-local-bg-position: center;
}

body.single-post.gd-premium-ui .article-post-thumbnail {
  --gd-hero-local-min-height: clamp(200px, 22vh, 240px);
  --gd-hero-local-shell-padding: 0;
  --gd-hero-local-panel-width: min(100%, 38rem);
  --gd-hero-local-panel-padding: 24px 24px 22px;
}

body.home.gd-premium-ui .kb-row-layout-id105_c836f5-66,
body.gd-premium-ui .entry-hero.gd-archive-hero .entry-hero-container-inner,
body.single-post.gd-premium-ui .article-post-thumbnail {
  position: relative;
  overflow: hidden;
  background-color: var(--gd-hero-shared-bg);
  isolation: isolate;
}

body.home.gd-premium-ui .kb-row-layout-id105_c836f5-66,
body.gd-premium-ui .entry-hero.gd-archive-hero .entry-hero-container-inner {
  min-height: var(--gd-hero-local-min-height) !important;
  background-position: var(--gd-hero-local-bg-position) !important;
}

body.home.gd-premium-ui .kb-row-layout-id105_c836f5-66::before,
body.gd-premium-ui .entry-hero.gd-archive-hero .hero-section-overlay,
body.single-post.gd-premium-ui .article-post-thumbnail .post-thumbnail-inner::after {
  background: var(--gd-hero-shared-overlay);
}

body.home.gd-premium-ui .kb-row-layout-id105_c836f5-66 > .kt-row-column-wrap,
body.gd-premium-ui .entry-hero.gd-archive-hero .hero-container.site-container {
  position: relative;
  z-index: 3;
  width: var(--gd-hero-shared-shell-max);
  max-width: var(--gd-hero-shared-shell-max);
  min-height: var(--gd-hero-local-min-height) !important;
  padding: var(--gd-hero-local-shell-padding) !important;
  display: flex;
  align-items: flex-end;
}

body.home.gd-premium-ui .kadence-column105_b03c54-60 > .kt-inside-inner-col,
body.gd-premium-ui .entry-hero.gd-archive-hero .entry-header,
body.single-post.gd-premium-ui .single-entry > .entry-content-wrap {
  border: var(--gd-hero-shared-panel-border);
  border-radius: var(--gd-hero-shared-panel-radius);
  background: var(--gd-hero-shared-panel-bg);
  box-shadow: var(--gd-hero-shared-panel-shadow);
}

body.home.gd-premium-ui .kadence-column105_b03c54-60 > .kt-inside-inner-col {
  width: min(100%, var(--gd-hero-local-panel-width));
  padding: var(--gd-hero-local-panel-padding);
  transform: translateY(28px);
}

body.gd-premium-ui .entry-hero.gd-archive-hero .entry-header {
  width: var(--gd-hero-local-panel-width);
  padding: var(--gd-hero-local-panel-padding);
  transform: translateY(28px);
}

body.home.gd-premium-ui .kb-row-layout-id105_c836f5-66 img,
body.single-post.gd-premium-ui .article-post-thumbnail img {
  filter: var(--gd-hero-shared-media-filter);
}

body.home.gd-premium-ui .kb-row-layout-id105_c836f5-66::after,
body.gd-premium-ui .entry-hero.gd-archive-hero .entry-hero-container-inner::after,
body.single-post.gd-premium-ui .article-post-thumbnail::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 110px;
  background: linear-gradient(180deg, rgba(248, 240, 231, 0) 0%, rgba(248, 240, 231, 1) 100%);
  z-index: 4;
  pointer-events: none;
}

body.home.gd-premium-ui .kadence-column105_b03c54-60 > .kt-inside-inner-col,
body.gd-premium-ui .entry-hero.gd-archive-hero .entry-header {
  position: relative;
  display: grid;
  gap: var(--gd-hero-shared-panel-gap);
}

body.home.gd-premium-ui .kadence-column105_b03c54-60 > .kt-inside-inner-col::before,
body.gd-premium-ui .entry-hero.gd-archive-hero .entry-header::before,
body.single-post.gd-premium-ui .single-entry > .entry-content-wrap::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 6px;
  border-radius: 24px 0 0 24px;
  background: linear-gradient(180deg, var(--gd-hero-shared-accent) 0%, #f0b16b 100%);
  pointer-events: none;
}

body.single-post.gd-premium-ui .article-post-thumbnail {
  height: var(--gd-hero-local-min-height) !important;
  box-shadow: none;
}

body.single-post.gd-premium-ui .single-entry > .entry-content-wrap {
  width: min(1120px, calc(100% - 36px));
  margin: var(--gd-hero-shared-content-overlap) auto 0;
  padding: 24px 24px 34px;
}

body.home.gd-premium-ui .kadence-column105_b03c54-60,
body.gd-premium-ui .entry-hero.gd-archive-hero .hero-container.site-container,
body.single-post.gd-premium-ui .single-entry > .entry-content-wrap {
  position: relative;
  z-index: 6;
}

body.home.gd-premium-ui .kb-row-layout-id105_c836f5-66 + *,
body.archive.gd-premium-ui .entry-hero.gd-archive-hero + *,
body.search-results.gd-premium-ui .entry-hero.gd-archive-hero + *,
body.blog.gd-premium-ui .entry-hero.gd-archive-hero + *,
body.tag.gd-premium-ui .entry-hero.gd-archive-hero + * {
  margin-top: 30px;
}

body.home.gd-premium-ui .kadence-column105_b03c54-60 > .kt-inside-inner-col > *:first-child,
body.gd-premium-ui .entry-hero.gd-archive-hero .entry-header > *:first-child,
body.single-post.gd-premium-ui .single-entry > .entry-content-wrap > .entry-header > *:first-child {
  margin-top: 0;
}

body.home.gd-premium-ui .kadence-column105_b03c54-60 > .kt-inside-inner-col h1,
body.gd-premium-ui .entry-hero.gd-archive-hero .entry-header h1,
body.single-post.gd-premium-ui .single-entry .entry-title {
  color: var(--gd-hero-shared-ink);
  text-shadow: none;
  font-size: clamp(2rem, 3.4vw, 3.5rem);
  line-height: 1;
  letter-spacing: -0.035em;
  max-width: 16ch;
}

body.single-post.gd-premium-ui .single-entry .entry-title {
  max-width: none;
}

body.home.gd-premium-ui .kadence-column105_b03c54-60 > .kt-inside-inner-col p,
body.home.gd-premium-ui .kadence-column105_b03c54-60 > .kt-inside-inner-col .kt-adv-heading105_2849c9-41,
body.gd-premium-ui .entry-hero.gd-archive-hero .archive-description,
body.gd-premium-ui .entry-hero.gd-archive-hero .kadence-breadcrumbs,
body.gd-premium-ui .entry-hero.gd-archive-hero .kadence-breadcrumbs a,
body.single-post.gd-premium-ui .single-entry .entry-meta,
body.single-post.gd-premium-ui .single-entry .entry-meta a {
  color: var(--gd-hero-shared-muted);
}

body.home.gd-premium-ui .kadence-column105_b03c54-60 > .kt-inside-inner-col .kt-adv-heading105_2849c9-41,
body.gd-premium-ui .entry-hero.gd-archive-hero .archive-description,
body.single-post.gd-premium-ui .single-entry .entry-meta {
  font-size: 0.98rem;
  line-height: 1.65;
}

body.home.gd-premium-ui .kadence-column105_b03c54-60 > .kt-inside-inner-col .wp-block-kadence-advancedbtn {
  margin-top: 8px;
}

body.home.gd-premium-ui .kadence-column105_b03c54-60 > .kt-inside-inner-col .kb-button,
body.gd-premium-ui .entry-hero.gd-archive-hero .gd-archive-intro__chip,
body.single-post.gd-premium-ui .single-entry .entry-taxonomies a {
  box-shadow: none;
}

body.home.gd-premium-ui .kadence-column105_b03c54-60 > .kt-inside-inner-col .kb-button,
body.single-post.gd-premium-ui .single-entry .entry-taxonomies a {
  min-height: 42px;
  border-radius: 999px;
}

body.home.gd-premium-ui .kadence-column105_b03c54-60 > .kt-inside-inner-col .kb-btn105_heroalt.kb-button {
  color: var(--gd-hero-shared-ink);
  border-color: rgba(108, 73, 52, 0.22);
  background: rgba(255, 255, 255, 0.32);
}

body.gd-premium-ui .entry-hero.gd-archive-hero .entry-header {
  min-height: auto;
}

body.gd-premium-ui .entry-hero.gd-archive-hero .archive-description {
  margin-top: 4px;
}

body.gd-premium-ui .entry-hero.gd-archive-hero .kadence-breadcrumbs,
body.single-post.gd-premium-ui .single-entry .entry-taxonomies {
  margin-bottom: 4px;
}

body.gd-premium-ui .entry-hero.gd-archive-hero .gd-archive-intro__chips {
  gap: 8px;
}

body.gd-premium-ui .entry-hero.gd-archive-hero .gd-archive-intro__chip {
  border: 1px solid rgba(108, 73, 52, 0.12);
  background: rgba(255, 255, 255, 0.42);
  color: var(--gd-hero-shared-ink);
}

body.single-post.gd-premium-ui .single-entry > .entry-content-wrap > .entry-header {
  width: min(100%, var(--gd-hero-local-panel-width));
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0;
}

body.single-post.gd-premium-ui .entry-content.single-content,
body.single-post.gd-premium-ui .entry-footer,
body.single-post.gd-premium-ui .post-navigation-wrap {
  width: min(100%, 760px);
}

@media all and (max-width: 1024px) {
  body.home.gd-premium-ui .kb-row-layout-id105_c836f5-66 {
    --gd-hero-local-min-height: 440px;
    --gd-hero-local-shell-padding: 96px 0 28px;
    --gd-hero-local-panel-padding: 22px 22px 20px;
  }

  body.archive.gd-premium-ui .entry-hero.gd-archive-hero,
  body.search-results.gd-premium-ui .entry-hero.gd-archive-hero,
  body.blog.gd-premium-ui .entry-hero.gd-archive-hero,
  body.tag.gd-premium-ui .entry-hero.gd-archive-hero {
    --gd-hero-local-min-height: 420px;
    --gd-hero-local-shell-padding: 96px 22px 28px;
    --gd-hero-local-panel-width: min(100%, 40rem);
    --gd-hero-local-panel-padding: 22px 22px 20px;
  }

  body.single-post.gd-premium-ui .article-post-thumbnail {
    --gd-hero-local-min-height: 220px;
    --gd-hero-local-panel-padding: 22px 22px 20px;
  }

  body.home.gd-premium-ui .kadence-column105_b03c54-60 > .kt-inside-inner-col,
  body.gd-premium-ui .entry-hero.gd-archive-hero .entry-header {
    transform: translateY(22px);
  }
}

@media all and (max-width: 767px) {
  body.gd-premium-ui {
    --gd-hero-shared-shell-max: calc(100% - 20px);
    --gd-hero-shared-panel-radius: 22px;
    --gd-hero-shared-content-overlap: -22px;
  }

  body.home.gd-premium-ui .kb-row-layout-id105_c836f5-66 {
    --gd-hero-local-min-height: 340px;
    --gd-hero-local-shell-padding: 88px 0 18px;
    --gd-hero-local-panel-padding: 18px 18px 18px;
    --gd-hero-local-panel-width: 100%;
  }

  body.archive.gd-premium-ui .entry-hero.gd-archive-hero,
  body.search-results.gd-premium-ui .entry-hero.gd-archive-hero,
  body.blog.gd-premium-ui .entry-hero.gd-archive-hero,
  body.tag.gd-premium-ui .entry-hero.gd-archive-hero {
    --gd-hero-local-min-height: 320px;
    --gd-hero-local-shell-padding: 88px 10px 18px;
    --gd-hero-local-panel-width: 100%;
    --gd-hero-local-panel-padding: 18px 18px 18px;
  }

  body.single-post.gd-premium-ui .article-post-thumbnail {
    --gd-hero-local-min-height: 170px;
    --gd-hero-local-panel-padding: 18px 18px 18px;
  }

  body.home.gd-premium-ui .kadence-column105_b03c54-60 > .kt-inside-inner-col,
  body.gd-premium-ui .entry-hero.gd-archive-hero .entry-header {
    transform: translateY(14px);
  }

  body.home.gd-premium-ui .kb-row-layout-id105_c836f5-66 + *,
  body.archive.gd-premium-ui .entry-hero.gd-archive-hero + *,
  body.search-results.gd-premium-ui .entry-hero.gd-archive-hero + *,
  body.blog.gd-premium-ui .entry-hero.gd-archive-hero + *,
  body.tag.gd-premium-ui .entry-hero.gd-archive-hero + * {
    margin-top: 18px;
  }

  body.home.gd-premium-ui .kadence-column105_b03c54-60 > .kt-inside-inner-col h1,
  body.gd-premium-ui .entry-hero.gd-archive-hero .entry-header h1,
  body.single-post.gd-premium-ui .single-entry .entry-title {
    font-size: clamp(1.58rem, 7vw, 2.12rem);
    line-height: 1.04;
  }

  body.single-post.gd-premium-ui .single-entry > .entry-content-wrap {
    padding: 18px 18px 24px;
  }

  body.single-post.gd-premium-ui .single-entry .entry-title {
    letter-spacing: -0.03em;
  }
}
