/*
Theme Name: Horanta Koop Child
Theme URI: https://horantakoop.com
Template: blocksy
Author: Horanta Kadin Girisimi
Version: 1.0.0
Text Domain: horantakoop-child
Description: Blocksy child theme for Horanta Koop website.
*/

:root {
  --hk-green-900: #12472c;
  --hk-green-700: #1f6c3a;
  --hk-green-500: #2f8c4e;
  --hk-gold-500: #b88a2f;
  --hk-gold-300: #d4a94a;
  --hk-cream-100: #fcf9f3;
  --hk-cream-200: #f6f0e5;
  --hk-cream-300: #ede4d4;
  --hk-ink-900: #132018;
  --hk-ink-700: #33403a;
  --hk-radius-lg: 24px;
  --hk-radius-md: 18px;
  --hk-shadow: 0 14px 44px rgba(18, 71, 44, 0.08);
  --hk-shadow-hover: 0 22px 54px rgba(18, 71, 44, 0.14);
  --hk-noise: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.78' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='0.035'/%3E%3C/svg%3E");
  --hk-ease-out-expo: cubic-bezier(0.16, 1, 0.3, 1);
  --hk-ease-spring: cubic-bezier(0.34, 1.56, 0.64, 1);
}

body {
  font-family: "Manrope", sans-serif;
  color: var(--hk-ink-900);
  background: linear-gradient(180deg, var(--hk-cream-100) 0%, #fff 52%, var(--hk-cream-100) 100%);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}

/* ── Kill Blocksy "Frame" completely ── */
body,
body[data-frame],
body[data-frame="default"],
body[data-frame="basic"] {
  border: 0 !important;
  border-width: 0 !important;
  padding: 0 !important;
  outline: 0 !important;
  --frame-size: 0px !important;
}

body::before,
body::after,
body[data-frame]::before,
body[data-frame]::after,
body[data-frame="default"]::before,
body[data-frame="default"]::after {
  display: none !important;
  content: none !important;
  width: 0 !important;
  height: 0 !important;
  border: 0 !important;
  background: transparent !important;
  position: static !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Cormorant Garamond", serif;
  letter-spacing: 0.02em;
  font-feature-settings: "liga" 1, "kern" 1;
}

.hk-home {
  overflow: hidden;
}

/* ── Organic noise texture overlay ── */
.hk-hero::after,
.hk-section--badges::after,
.hk-section--team::after,
.hk-footer-band::after {
  content: "";
  position: absolute;
  inset: 0;
  background-image: var(--hk-noise);
  background-repeat: repeat;
  background-size: 200px 200px;
  pointer-events: none;
  z-index: 0;
  mix-blend-mode: multiply;
  opacity: 0.6;
}

.hk-hero,
.hk-section--badges,
.hk-section--team,
.hk-footer-band {
  position: relative;
}

.hk-hero > *,
.hk-section--badges > *,
.hk-section--team > *,
.hk-footer-band > * {
  position: relative;
  z-index: 1;
}

/* ── Organic section divider ── */
.hk-divider-organic {
  display: block;
  width: 100%;
  height: 48px;
  margin: 0;
  color: var(--hk-cream-100);
}

.hk-section + .hk-section {
  border-top: 1px solid rgba(31, 108, 58, 0.06);
}

.hk-hero {
  position: relative;
  padding: clamp(56px, 8vw, 104px) 0 clamp(42px, 6vw, 76px);
  background:
    radial-gradient(circle at 12% 24%, rgba(184, 138, 47, 0.2), transparent 36%),
    radial-gradient(circle at 86% 18%, rgba(31, 108, 58, 0.25), transparent 32%),
    var(--hk-cream-200);
}

.hk-hero__bg-shape {
  position: absolute;
  width: clamp(220px, 35vw, 460px);
  height: clamp(220px, 35vw, 460px);
  border-radius: 999px;
  filter: blur(4px);
  opacity: 0.36;
  pointer-events: none;
}

.hk-hero__bg-shape--left {
  top: -120px;
  left: -150px;
  background: radial-gradient(circle at center, rgba(31, 108, 58, 0.5), transparent 70%);
}

.hk-hero__bg-shape--right {
  top: -140px;
  right: -120px;
  background: radial-gradient(circle at center, rgba(184, 138, 47, 0.45), transparent 70%);
}

.hk-hero__content {
  max-width: 700px;
}

.hk-hero__layout {
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  gap: clamp(18px, 2vw, 28px);
  align-items: stretch;
}

.hk-hero-slider {
  position: relative;
  border-radius: var(--hk-radius-lg);
  border: 1px solid rgba(18, 71, 44, 0.12);
  background: #fff;
  box-shadow: var(--hk-shadow);
  overflow: hidden;
  min-height: clamp(420px, 52vw, 620px);
}

.hk-hero-slider__viewport {
  position: relative;
  height: 100%;
}

.hk-hero-slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.5s ease;
}

.hk-hero-slide.is-active {
  opacity: 1;
  pointer-events: auto;
}

.hk-hero-slide__media {
  height: 100%;
  background: linear-gradient(140deg, rgba(31, 108, 58, 0.12), rgba(184, 138, 47, 0.14));
}

.hk-hero-slide__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.hk-hero-slide__overlay {
  position: absolute;
  inset: auto 16px 16px 16px;
  padding: 14px;
  border-radius: 14px;
  background: linear-gradient(140deg, rgba(18, 71, 44, 0.88), rgba(31, 108, 58, 0.82));
  color: #fff;
  backdrop-filter: blur(3px);
}

.hk-hero-slide__overlay h3 {
  margin: 0 0 7px;
  color: #fff;
  font-size: clamp(1.35rem, 2.2vw, 2rem);
}

.hk-hero-slide__overlay p {
  margin: 0 0 12px;
  color: rgba(255, 255, 255, 0.92);
  font-size: 0.95rem;
  line-height: 1.5;
}

.hk-hero-slider__controls {
  position: absolute;
  z-index: 3;
  right: 12px;
  bottom: 12px;
  left: 12px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

.hk-slider-btn {
  width: 34px;
  height: 34px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.65);
  background: rgba(18, 71, 44, 0.7);
  color: #fff;
  font-size: 1.2rem;
  line-height: 1;
  padding: 0;
}

.hk-slider-btn:hover {
  background: rgba(18, 71, 44, 0.95);
}

.hk-hero-slider__dots {
  display: flex;
  gap: 7px;
}

.hk-slider-dot {
  width: 9px;
  height: 9px;
  border-radius: 999px;
  border: 0;
  background: rgba(255, 255, 255, 0.45);
  padding: 0;
}

.hk-slider-dot.is-active {
  background: #fff;
}

.hk-kicker {
  margin: 0 0 10px;
  color: var(--hk-green-700);
  letter-spacing: 0.2em;
  text-transform: uppercase;
  font-size: 0.73rem;
  font-weight: 700;
  font-family: "Manrope", sans-serif;
  position: relative;
  display: inline-block;
}

.hk-section__head .hk-kicker::after {
  content: "";
  display: block;
  width: 32px;
  height: 2px;
  margin-top: 8px;
  background: linear-gradient(90deg, var(--hk-gold-500), transparent);
  border-radius: 2px;
}

.hk-hero h1 {
  margin: 0 0 16px;
  line-height: 0.96;
  font-size: clamp(1.95rem, 3.9vw, 3.7rem);
  color: var(--hk-green-900);
}

.hk-hero__text {
  max-width: 70ch;
  margin: 0;
  color: var(--hk-ink-700);
  font-size: clamp(0.94rem, 1.2vw, 1.06rem);
  line-height: 1.62;
}

.hk-hero__cta {
  margin-top: 28px;
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.hk-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border-radius: 999px;
  border: 1px solid transparent;
  font-weight: 700;
  line-height: 1;
  padding: 14px 24px;
  transition:
    transform 0.36s var(--hk-ease-spring),
    box-shadow 0.36s var(--hk-ease-out-expo),
    background-color 0.28s ease;
  will-change: transform;
}

.hk-btn:hover {
  transform: translateY(-3px);
}

.hk-btn--primary {
  background: linear-gradient(120deg, var(--hk-green-900), var(--hk-green-700));
  color: #fff;
  box-shadow: 0 12px 24px rgba(18, 71, 44, 0.18);
}

.hk-btn--primary:hover {
  color: #fff;
  box-shadow: 0 18px 36px rgba(18, 71, 44, 0.28), 0 0 0 3px rgba(31, 108, 58, 0.12);
}

.hk-btn--primary:active {
  transform: translateY(-1px) scale(0.98);
}

.hk-btn--ghost {
  border-color: rgba(18, 71, 44, 0.2);
  color: var(--hk-green-900);
  background: rgba(255, 255, 255, 0.64);
  backdrop-filter: blur(6px);
}

.hk-btn--ghost:hover {
  background: rgba(255, 255, 255, 0.9);
  border-color: rgba(18, 71, 44, 0.36);
  box-shadow: 0 8px 22px rgba(18, 71, 44, 0.1);
}

.hk-btn--small {
  width: 100%;
  padding: 12px 16px;
  font-size: 0.95rem;
}

.hk-pill-row {
  margin-top: 24px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.hk-pill {
  border: 1px solid rgba(18, 71, 44, 0.12);
  border-radius: 999px;
  padding: 7px 14px;
  background: rgba(255, 255, 255, 0.7);
  color: var(--hk-ink-700);
  font-size: 0.88rem;
}

.hk-section {
  padding: clamp(38px, 6vw, 86px) 0;
}

.hk-section--accent {
  background: linear-gradient(180deg, #fff 0, var(--hk-cream-100) 100%);
}

.hk-section__head {
  margin-bottom: 26px;
}

.hk-section__head h2 {
  margin: 0;
  font-size: clamp(1.8rem, 3.2vw, 3rem);
  line-height: 1.04;
  color: var(--hk-green-900);
}

.hk-grid {
  display: grid;
  gap: 16px;
}

.hk-grid--cats {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.hk-grid--products {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.hk-grid--blog {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.hk-grid--team {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.hk-grid--process {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.hk-grid--cta {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.hk-card {
  border-radius: var(--hk-radius-md);
  border: 1px solid rgba(31, 108, 58, 0.1);
  background: #fff;
  box-shadow: var(--hk-shadow);
  overflow: hidden;
  transition:
    transform 0.44s var(--hk-ease-out-expo),
    box-shadow 0.44s var(--hk-ease-out-expo);
}

.hk-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--hk-shadow-hover);
}

.hk-card--cat {
  display: flex;
  flex-direction: column;
  background:
    linear-gradient(130deg, rgba(31, 108, 58, 0.06), transparent 52%),
    #fff;
}

.hk-card--cat .hk-card__image-wrap {
  aspect-ratio: 4 / 3;
}

.hk-card--cat .hk-card__body {
  padding: 16px;
}

.hk-card--cat h3 {
  margin: 0 0 8px;
  color: var(--hk-green-900);
  font-size: 1.48rem;
}

.hk-card--cat p {
  margin: 0;
  color: var(--hk-ink-700);
  font-size: 0.95rem;
}

.hk-card__image-wrap {
  aspect-ratio: 4 / 3;
  display: block;
  background: linear-gradient(140deg, rgba(31, 108, 58, 0.08), rgba(184, 138, 47, 0.13));
  overflow: hidden;
}

.hk-card__image-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.6s var(--hk-ease-out-expo);
}

.hk-card:hover .hk-card__image-wrap img {
  transform: scale(1.06);
}

.hk-image-placeholder {
  width: 100%;
  height: 100%;
  display: grid;
  place-items: center;
  color: var(--hk-green-700);
  font-weight: 700;
  font-size: 1.05rem;
  letter-spacing: 0.1em;
}

.hk-card__body {
  padding: 14px;
}

.hk-card__body h3 {
  margin: 0 0 8px;
  font-size: 1.4rem;
  line-height: 1.05;
}

.hk-card__body h3 a {
  color: var(--hk-green-900);
  text-decoration: none;
}

.hk-card__body p {
  margin: 0;
  color: var(--hk-ink-700);
}

.hk-post-meta {
  margin: 0 0 8px;
  font-size: 0.78rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--hk-green-700);
  font-weight: 700;
}

.hk-price {
  margin: 0 0 12px;
  color: var(--hk-green-900);
  font-weight: 800;
  font-size: 1.02rem;
}

.hk-about {
  border-radius: var(--hk-radius-lg);
  border: 1px solid rgba(18, 71, 44, 0.1);
  background:
    linear-gradient(140deg, rgba(31, 108, 58, 0.08), rgba(184, 138, 47, 0.12)),
    #fff;
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 24px;
  padding: clamp(20px, 3.2vw, 38px);
}

.hk-about__content h2 {
  margin: 0 0 10px;
  color: var(--hk-green-900);
  font-size: clamp(1.8rem, 3vw, 2.7rem);
}

.hk-about__content p {
  margin: 0;
  color: var(--hk-ink-700);
}

.hk-stats {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 12px;
}

.hk-stats li {
  border: 1px solid rgba(18, 71, 44, 0.12);
  background: rgba(255, 255, 255, 0.8);
  border-radius: 16px;
  padding: 14px;
  text-align: center;
  transition: transform 0.36s var(--hk-ease-spring);
}

.hk-stats li:hover {
  transform: scale(1.05);
}

.hk-stats strong {
  display: block;
  color: var(--hk-green-900);
  font-size: 2rem;
  line-height: 1;
  font-family: "Cormorant Garamond", serif;
  font-weight: 700;
}

.hk-stats span {
  display: block;
  margin-top: 6px;
  color: var(--hk-ink-700);
  font-size: 0.92rem;
}

.hk-center {
  display: flex;
  justify-content: center;
  margin-top: 24px;
}

.hk-section--cta {
  padding-top: 24px;
  padding-bottom: 24px;
}

.hk-card--cta {
  border-color: rgba(18, 71, 44, 0.16);
  background:
    linear-gradient(150deg, rgba(252, 249, 243, 0.86), #fff 48%),
    #fff;
}

.hk-card--cta .hk-card__body {
  padding: 18px;
}

.hk-card--cta .hk-card__body h3 {
  font-size: 1.42rem;
  margin-bottom: 10px;
}

.hk-card--cta .hk-card__body p {
  margin-bottom: 14px;
  min-height: 62px;
}

.hk-section--team {
  background:
    radial-gradient(circle at 8% 20%, rgba(31, 108, 58, 0.1), transparent 28%),
    #fff;
}

.hk-card--team,
.hk-card--process {
  border-color: rgba(18, 71, 44, 0.16);
  background:
    linear-gradient(160deg, rgba(252, 249, 243, 0.75), #fff 42%),
    #fff;
}

.hk-team-role {
  margin: 0 0 10px;
  font-size: 0.84rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--hk-green-700);
  font-weight: 700;
}

.hk-section--process {
  background: linear-gradient(180deg, var(--hk-cream-100), #fff);
}

.hk-section--badges {
  background:
    radial-gradient(circle at 92% 10%, rgba(184, 138, 47, 0.14), transparent 28%),
    var(--hk-cream-100);
}

.hk-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.hk-badge {
  display: inline-flex;
  align-items: center;
  border: 1px solid rgba(18, 71, 44, 0.2);
  border-radius: 999px;
  padding: 10px 16px;
  background: rgba(255, 255, 255, 0.8);
  color: var(--hk-green-900);
  font-weight: 700;
  font-size: 0.92rem;
  transition: transform 0.3s var(--hk-ease-spring), box-shadow 0.3s ease;
}

.hk-badge:hover {
  transform: translateY(-2px) scale(1.03);
  box-shadow: 0 8px 20px rgba(18, 71, 44, 0.1);
}

.hk-reveal {
  opacity: 0;
  transform: translateY(32px);
  transition:
    opacity 0.7s var(--hk-ease-out-expo),
    transform 0.7s var(--hk-ease-out-expo);
}

.hk-reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

/* ── Stagger animation delays for grid children ── */
.hk-grid > .hk-reveal:nth-child(1) { transition-delay: 0ms; }
.hk-grid > .hk-reveal:nth-child(2) { transition-delay: 80ms; }
.hk-grid > .hk-reveal:nth-child(3) { transition-delay: 160ms; }
.hk-grid > .hk-reveal:nth-child(4) { transition-delay: 240ms; }
.hk-grid > .hk-reveal:nth-child(5) { transition-delay: 320ms; }
.hk-grid > .hk-reveal:nth-child(6) { transition-delay: 400ms; }
.hk-grid > .hk-reveal:nth-child(7) { transition-delay: 480ms; }
.hk-grid > .hk-reveal:nth-child(8) { transition-delay: 560ms; }

/* ── Pill row stagger ── */
.hk-pill-row > .hk-pill:nth-child(1) { animation-delay: 0.6s; }
.hk-pill-row > .hk-pill:nth-child(2) { animation-delay: 0.72s; }
.hk-pill-row > .hk-pill:nth-child(3) { animation-delay: 0.84s; }

@media (prefers-reduced-motion: reduce) {
  .hk-reveal {
    opacity: 1;
    transform: none;
    transition: none;
  }
}

@media (max-width: 1200px) {
  .hk-grid--cats,
  .hk-grid--products,
  .hk-grid--process {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .hk-grid--cta {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .hk-hero__layout {
    grid-template-columns: 1fr;
  }

  .hk-hero-slider {
    min-height: 460px;
  }
}

@media (max-width: 900px) {
  .hk-grid--cats,
  .hk-grid--products,
  .hk-grid--blog,
  .hk-grid--team,
  .hk-grid--process,
  .hk-grid--cta {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .hk-about {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .hk-hero__cta {
    flex-direction: column;
    align-items: stretch;
  }

  .hk-grid--cats,
  .hk-grid--products,
  .hk-grid--blog,
  .hk-grid--team,
  .hk-grid--process,
  .hk-grid--cta {
    grid-template-columns: 1fr;
  }

  .hk-card__body h3 {
    font-size: 1.28rem;
  }

  .hk-hero-slider {
    min-height: 390px;
  }

  .hk-hero-slide__overlay {
    inset: auto 10px 10px 10px;
    padding: 12px;
  }
}

/* WooCommerce visual alignment */
.woocommerce ul.products li.product {
  border: 1px solid rgba(31, 108, 58, 0.1);
  border-radius: 18px;
  background: #fff;
  padding: 14px;
  box-shadow: 0 10px 26px rgba(18, 71, 44, 0.06);
}

.woocommerce-loop-product__title,
.woocommerce div.product .product_title,
.hk-card--product .hk-card__body h3,
.hk-card--product .hk-card__body h3 a {
  font-family: "Manrope", sans-serif;
  font-weight: 800;
  letter-spacing: 0.01em;
  line-height: 1.42;
  text-wrap: balance;
  overflow-wrap: anywhere;
  word-break: break-word;
}

.woocommerce ul.products li.product .woocommerce-loop-product__title {
  font-size: clamp(1rem, 1.15vw + 0.72rem, 1.24rem);
  min-height: 3.1em;
  margin-bottom: 10px;
}

.woocommerce div.product .product_title {
  font-size: clamp(1.6rem, 2.1vw + 1rem, 2.35rem);
}

.woocommerce ul.products li.product .button,
.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
  border-radius: 999px;
  background: linear-gradient(120deg, var(--hk-green-900), var(--hk-green-700));
  color: #fff;
  border: 0;
}

.woocommerce-checkout .woocommerce-info,
.woocommerce-cart .woocommerce-info {
  border-top-color: var(--hk-green-700);
  background: var(--hk-cream-100);
}

.woocommerce-checkout form.checkout,
.woocommerce-cart-form,
.cart-collaterals .cart_totals {
  border: 1px solid rgba(31, 108, 58, 0.1);
  border-radius: 18px;
  background: #fff;
  padding: 18px;
}

.hk-shop-notice {
  margin: 0 0 18px;
  border: 1px solid rgba(31, 108, 58, 0.18);
  border-left: 4px solid var(--hk-green-700);
  border-radius: 12px;
  background: var(--hk-cream-100);
  padding: 13px 14px;
  color: var(--hk-ink-700);
}

.hk-product-highlights {
  margin-top: 20px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.hk-product-highlights__item {
  border: 1px solid rgba(31, 108, 58, 0.1);
  border-radius: 14px;
  background: linear-gradient(120deg, #fff, var(--hk-cream-100));
  padding: 12px;
}

.hk-product-highlights__item h3 {
  margin: 0 0 6px;
  color: var(--hk-green-900);
  font-size: 1.2rem;
}

.hk-product-highlights__item p {
  margin: 0;
  color: var(--hk-ink-700);
  font-size: 0.92rem;
  line-height: 1.55;
}

@media (max-width: 900px) {
  .hk-product-highlights {
    grid-template-columns: 1fr;
  }
}

.hk-product-meta-grid {
  margin-top: 16px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

.hk-product-meta-grid__item {
  border: 1px solid rgba(31, 108, 58, 0.1);
  border-radius: 12px;
  padding: 10px 12px;
  background: #fff;
}

.hk-product-meta-grid__item strong {
  display: block;
  color: var(--hk-green-900);
  font-size: 0.82rem;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.hk-product-meta-grid__item span {
  display: block;
  margin-top: 4px;
  color: var(--hk-ink-700);
  font-size: 0.92rem;
}

.hk-product-tab-info {
  border: 1px solid rgba(31, 108, 58, 0.12);
  border-radius: 14px;
  background: var(--hk-cream-100);
  padding: 14px;
}

.hk-product-tab-info h3 {
  margin: 0 0 8px;
  color: var(--hk-green-900);
}

.hk-product-tab-info p {
  margin: 0 0 8px;
  color: var(--hk-ink-700);
}

.hk-product-tab-info p:last-child {
  margin-bottom: 0;
}

.hk-blog-page .hk-section {
  padding-top: 44px;
}

.hk-blog-hero {
  padding: clamp(44px, 6vw, 86px) 0 26px;
  background:
    radial-gradient(circle at 85% 24%, rgba(184, 138, 47, 0.22), transparent 28%),
    radial-gradient(circle at 20% 22%, rgba(31, 108, 58, 0.2), transparent 34%),
    var(--hk-cream-200);
}

.hk-blog-hero h1 {
  margin: 0 0 12px;
  font-size: clamp(2rem, 4vw, 4rem);
  color: var(--hk-green-900);
}

.hk-blog-hero p {
  margin: 0;
  color: var(--hk-ink-700);
  max-width: 72ch;
}

.hk-featured-post {
  display: grid;
  grid-template-columns: 1.3fr 1fr;
  gap: 18px;
  margin-bottom: 24px;
  border-radius: var(--hk-radius-lg);
  border: 1px solid rgba(31, 108, 58, 0.12);
  background: #fff;
  box-shadow: var(--hk-shadow);
  overflow: hidden;
}

.hk-featured-post__image {
  min-height: 280px;
  display: block;
  background: linear-gradient(140deg, rgba(31, 108, 58, 0.08), rgba(184, 138, 47, 0.12));
}

.hk-featured-post__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.hk-featured-post__content {
  padding: 18px 18px 18px 0;
}

.hk-featured-post__content h2 {
  margin: 0 0 10px;
  font-size: clamp(1.7rem, 2.5vw, 2.4rem);
  line-height: 1.06;
}

.hk-featured-post__content h2 a {
  color: var(--hk-green-900);
  text-decoration: none;
}

.hk-featured-post__content p {
  margin: 0 0 14px;
  color: var(--hk-ink-700);
}

.hk-grid--blog-list {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.hk-blog-page .page-numbers {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 38px;
  min-height: 38px;
  padding: 0 12px;
  border-radius: 999px;
  border: 1px solid rgba(31, 108, 58, 0.18);
  color: var(--hk-green-900);
  text-decoration: none;
}

.hk-blog-page .page-numbers.current {
  background: var(--hk-green-900);
  color: #fff;
  border-color: var(--hk-green-900);
}

@media (max-width: 980px) {
  .hk-featured-post {
    grid-template-columns: 1fr;
  }

  .hk-featured-post__content {
    padding: 0 16px 16px;
  }

  .hk-grid--blog-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .hk-product-meta-grid {
    grid-template-columns: 1fr;
  }
}

.hk-front-editor-content {
  padding-top: 36px;
  padding-bottom: 36px;
}

[data-id="logo"] .site-title-container {
  display: none !important;
}

[data-id="logo"] .site-logo-container img {
  width: auto;
  max-width: 92px;
}

#header > [data-device="desktop"] {
  display: block;
}

#header > [data-device="mobile"] {
  display: none;
}

[data-device="desktop"] [data-id="menu"] .menu > li > a {
  font-size: 0.91rem;
  padding-inline: 0.72rem;
  position: relative;
}

/* Menu link organic underline on hover */
[data-device="desktop"] [data-id="menu"] .menu > li > a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0;
  height: 2px;
  background: linear-gradient(90deg, var(--hk-green-700), var(--hk-gold-500));
  border-radius: 2px;
  transition: width 0.36s var(--hk-ease-out-expo), left 0.36s var(--hk-ease-out-expo);
}

[data-device="desktop"] [data-id="menu"] .menu > li > a:hover::after {
  width: 100%;
  left: 0;
}

/* Header scroll effects */
#header {
  transition: transform 0.4s var(--hk-ease-out-expo), box-shadow 0.3s ease;
}

#header.hk-header--scrolled {
  box-shadow: 0 4px 24px rgba(18, 71, 44, 0.08);
}

#header.hk-header--hidden {
  transform: translateY(-100%);
}

@media (max-width: 999.98px) {
  #header > [data-device="desktop"] {
    display: none !important;
  }

  #header > [data-device="mobile"] {
    display: block !important;
  }

  .ct-header-trigger {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
  }

  [data-id="logo"] .site-logo-container img {
    max-width: 74px;
  }
}

[data-footer*="type-1"] footer.ct-container {
  --footer-container-bottom-offset: 0px !important;
}

.hk-footer-band {
  margin-top: 24px;
  padding: 30px 0;
  background:
    radial-gradient(circle at 14% 18%, rgba(184, 138, 47, 0.18), transparent 38%),
    linear-gradient(140deg, rgba(18, 71, 44, 0.08), rgba(31, 108, 58, 0.05));
  border-top: 1px solid rgba(31, 108, 58, 0.14);
  border-bottom: 1px solid rgba(31, 108, 58, 0.14);
}

.hk-footer-band__grid {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.hk-footer-band__col h3 {
  margin: 0 0 10px;
  color: var(--hk-green-900);
  font-size: 1.2rem;
}

.hk-footer-band__col p {
  margin: 0 0 8px;
  color: var(--hk-ink-700);
  font-size: 0.92rem;
}

.hk-footer-band__label {
  margin: 14px 0 8px;
  color: var(--hk-green-900);
  font-weight: 700;
  font-size: 0.92rem;
}

.hk-footer-band__col ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 8px;
}

.hk-footer-band__col a {
  color: var(--hk-green-900);
  text-decoration: none;
}

.hk-footer-band__col a:hover {
  text-decoration: underline;
}

.hk-cart-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 18px;
  height: 18px;
  margin-left: 6px;
  padding: 0 5px;
  border-radius: 999px;
  background: var(--hk-green-900);
  color: #fff;
  font-size: 0.72rem;
  line-height: 1;
}

.single-product .related.products.ct-hidden-sm,
.single-product .related.products.ct-hidden-md {
  display: block !important;
}

@media (max-width: 980px) {
  .hk-footer-band__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .woocommerce ul.products li.product .woocommerce-loop-product__title {
    font-size: 1.06rem;
    min-height: 0;
  }

  .hk-footer-band__grid {
    grid-template-columns: 1fr;
  }
}

/* About & Contact Pages */
.hk-page-shell {
  position: relative;
  overflow-x: clip;
}

.hk-page-hero {
  position: relative;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  min-height: min(84svh, 760px);
  display: grid;
  align-items: end;
  isolation: isolate;
  background:
    radial-gradient(circle at 78% 12%, rgba(184, 138, 47, 0.28), transparent 44%),
    linear-gradient(140deg, #123f2b, #0f3324);
}

.hk-page-hero__media {
  position: absolute;
  inset: 0;
  z-index: -2;
}

.hk-page-hero__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.95) contrast(1.02);
}

.hk-page-hero__veil {
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(100deg, rgba(7, 24, 17, 0.86) 14%, rgba(7, 24, 17, 0.56) 52%, rgba(7, 24, 17, 0.24) 100%);
}

.hk-page-hero__content {
  max-width: 720px;
  padding: clamp(54px, 11vw, 112px) 0 clamp(46px, 9vw, 88px);
  color: #fff;
  animation: hkRise 680ms ease both;
}

.hk-page-hero__content h1 {
  margin: 0 0 16px;
  font-size: clamp(2.1rem, 4.8vw, 4.2rem);
  line-height: 1.03;
  color: #fff;
}

.hk-page-hero__content p {
  margin: 0 0 18px;
  font-size: clamp(1rem, 1.2vw, 1.08rem);
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.92);
}

.hk-page-eyebrow {
  display: inline-flex;
  margin: 0 0 14px;
  font-size: 0.8rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.13em;
  color: rgba(255, 255, 255, 0.78);
}

.hk-page-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.hk-page-section {
  padding: clamp(44px, 8vw, 88px) 0;
}

.hk-page-section--muted {
  background: linear-gradient(180deg, rgba(18, 71, 44, 0.05), rgba(184, 138, 47, 0.08));
}

.hk-page-head {
  margin-bottom: 22px;
}

.hk-page-head .hk-page-eyebrow {
  color: var(--hk-green-700);
}

.hk-page-head h2 {
  margin: 0;
  font-size: clamp(1.7rem, 3.4vw, 2.8rem);
  color: var(--hk-green-900);
}

.hk-about-story {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 26px;
}

.hk-about-story__main h2 {
  margin: 0 0 14px;
  color: var(--hk-green-900);
  font-size: clamp(1.6rem, 3vw, 2.6rem);
}

.hk-about-story__main p {
  margin: 0 0 14px;
  color: var(--hk-ink-700);
  line-height: 1.72;
}

.hk-about-story__timeline {
  display: grid;
  gap: 12px;
}

.hk-about-step {
  border: 1px solid rgba(31, 108, 58, 0.16);
  border-radius: 16px;
  padding: 14px;
  background: #fff;
}

.hk-about-step strong {
  display: block;
  margin-bottom: 6px;
  color: var(--hk-green-900);
}

.hk-about-step p {
  margin: 0;
  color: var(--hk-ink-700);
  font-size: 0.94rem;
  line-height: 1.6;
}

.hk-about-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.hk-about-pillar {
  padding: 16px;
  border-radius: 16px;
  border: 1px solid rgba(31, 108, 58, 0.14);
  background: #fff;
  box-shadow: 0 10px 24px rgba(18, 71, 44, 0.06);
}

.hk-about-pillar h3 {
  margin: 0 0 8px;
  color: var(--hk-green-900);
  font-family: "Manrope", sans-serif;
  font-size: 1.02rem;
}

.hk-about-pillar p {
  margin: 0;
  color: var(--hk-ink-700);
  font-size: 0.92rem;
  line-height: 1.62;
}

.hk-about-stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.hk-about-stat {
  border-radius: 16px;
  padding: 20px 16px;
  border: 1px solid rgba(31, 108, 58, 0.14);
  background:
    radial-gradient(circle at 18% 14%, rgba(184, 138, 47, 0.2), transparent 46%),
    #fff;
}

.hk-about-stat span {
  display: block;
  margin-bottom: 4px;
  color: var(--hk-green-900);
  font-size: clamp(1.7rem, 3.2vw, 2.5rem);
  font-weight: 800;
  line-height: 1;
}

.hk-about-stat p {
  margin: 0;
  color: var(--hk-ink-700);
  font-weight: 600;
}

.hk-page-hero--contact {
  min-height: min(64svh, 620px);
  background:
    radial-gradient(circle at 88% 8%, rgba(184, 138, 47, 0.26), transparent 40%),
    linear-gradient(140deg, #123f2b, #1f6c3a 52%, #195531);
}

.hk-contact-layout {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 20px;
}

.hk-contact-panel,
.hk-contact-form-panel {
  border: 1px solid rgba(31, 108, 58, 0.14);
  border-radius: 18px;
  background: #fff;
  padding: clamp(16px, 2.3vw, 24px);
  box-shadow: 0 12px 28px rgba(18, 71, 44, 0.08);
}

.hk-contact-panel h2,
.hk-contact-form-panel h2 {
  margin: 0 0 14px;
  color: var(--hk-green-900);
  font-size: clamp(1.4rem, 2.4vw, 2rem);
}

.hk-contact-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 12px;
}

.hk-contact-list li {
  display: grid;
  gap: 4px;
  padding: 10px;
  border-radius: 12px;
  background: linear-gradient(110deg, rgba(31, 108, 58, 0.06), rgba(184, 138, 47, 0.08));
}

.hk-contact-list strong {
  color: var(--hk-green-900);
  font-size: 0.82rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.hk-contact-list a,
.hk-contact-list span {
  color: var(--hk-ink-700);
  text-decoration: none;
  font-weight: 600;
}

.hk-contact-social h3 {
  margin: 18px 0 10px;
  color: var(--hk-green-900);
  font-size: 1rem;
}

.hk-contact-social ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.hk-contact-social a {
  display: inline-flex;
  border-radius: 999px;
  padding: 7px 14px;
  border: 1px solid rgba(31, 108, 58, 0.2);
  color: var(--hk-green-900);
  text-decoration: none;
  font-weight: 700;
  font-size: 0.86rem;
}

.hk-contact-cta {
  text-align: center;
}

.hk-contact-cta h2 {
  margin: 0 0 8px;
  color: var(--hk-green-900);
  font-size: clamp(1.5rem, 2.6vw, 2.2rem);
}

.hk-contact-cta p {
  margin: 0 0 14px;
  color: var(--hk-ink-700);
}

@keyframes hkRise {
  from {
    opacity: 0;
    transform: translateY(26px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (max-width: 980px) {
  .hk-page-hero {
    min-height: min(72svh, 640px);
  }

  .hk-about-story,
  .hk-contact-layout {
    grid-template-columns: 1fr;
  }

  .hk-about-grid,
  .hk-about-stats {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .hk-page-hero__content {
    padding-top: 70px;
  }

  .hk-about-grid,
  .hk-about-stats {
    grid-template-columns: 1fr;
  }
}

/* ══════════════════════════════════════════════
   HAKKIMIZDA — About Page (Immersive Sections)
   ══════════════════════════════════════════════ */

.hk-btn--ghost-light {
  border-color: rgba(255, 255, 255, 0.4);
  color: #fff;
  background: rgba(255, 255, 255, 0.12);
}

.hk-btn--ghost-light:hover {
  background: rgba(255, 255, 255, 0.24);
  border-color: rgba(255, 255, 255, 0.6);
  color: #fff;
  box-shadow: 0 8px 22px rgba(0, 0, 0, 0.16);
}

/* About Intro */
.hk-about-intro {
  display: grid;
  grid-template-columns: 1.3fr 0.7fr;
  gap: 28px;
  align-items: start;
}

.hk-about-intro__text h2 {
  margin: 0 0 16px;
  color: var(--hk-green-900);
  font-size: clamp(1.7rem, 3vw, 2.6rem);
}

.hk-about-intro__text p {
  margin: 0 0 14px;
  color: var(--hk-ink-700);
  line-height: 1.72;
}

.hk-about-intro__card {
  border: 1px solid rgba(31, 108, 58, 0.16);
  border-radius: 18px;
  padding: 22px;
  background:
    radial-gradient(circle at 22% 16%, rgba(184, 138, 47, 0.18), transparent 52%),
    #fff;
  box-shadow: 0 12px 28px rgba(18, 71, 44, 0.08);
}

.hk-about-intro__icon {
  display: block;
  font-size: 2.4rem;
  margin-bottom: 12px;
}

.hk-about-intro__card strong {
  display: block;
  margin-bottom: 8px;
  color: var(--hk-green-900);
  font-size: 1.08rem;
}

.hk-about-intro__card p {
  margin: 0;
  color: var(--hk-ink-700);
  font-size: 0.94rem;
  line-height: 1.6;
}

.hk-page-head__sub {
  margin: 10px 0 0;
  color: var(--hk-ink-700);
  line-height: 1.68;
  max-width: 72ch;
}

/* Transform Cards */
.hk-transform-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.hk-transform-card {
  border: 1px solid rgba(31, 108, 58, 0.14);
  border-radius: 18px;
  background: #fff;
  padding: 22px;
  box-shadow: 0 10px 24px rgba(18, 71, 44, 0.06);
  transition: transform 0.44s var(--hk-ease-out-expo), box-shadow 0.44s var(--hk-ease-out-expo);
}

.hk-transform-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--hk-shadow-hover);
}

.hk-transform-card__icon {
  font-size: 2rem;
  margin-bottom: 10px;
}

.hk-transform-card h3 {
  margin: 0 0 12px;
  color: var(--hk-green-900);
  font-size: 1.3rem;
}

.hk-transform-card__stats {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 14px;
  padding: 10px 14px;
  border-radius: 12px;
  background: linear-gradient(110deg, rgba(31, 108, 58, 0.06), rgba(184, 138, 47, 0.08));
}

.hk-transform-card__before {
  font-weight: 700;
  color: var(--hk-ink-700);
  font-size: 0.92rem;
}

.hk-transform-card__arrow {
  color: var(--hk-green-500);
  font-weight: 700;
  font-size: 1.1rem;
}

.hk-transform-card__after {
  font-weight: 800;
  color: var(--hk-green-900);
  font-size: 1.1rem;
}

.hk-transform-card p {
  margin: 0;
  color: var(--hk-ink-700);
  font-size: 0.94rem;
  line-height: 1.6;
}

.hk-transform-note {
  text-align: center;
  margin-top: 22px;
  color: var(--hk-ink-700);
  font-size: 1.02rem;
  line-height: 1.6;
}

/* Quote Block */
.hk-about-quote {
  position: relative;
  border: 1px solid rgba(31, 108, 58, 0.14);
  border-left: 4px solid var(--hk-green-700);
  border-radius: 18px;
  background:
    radial-gradient(circle at 8% 14%, rgba(31, 108, 58, 0.06), transparent 32%),
    #fff;
  padding: clamp(24px, 3.6vw, 44px);
  box-shadow: 0 12px 28px rgba(18, 71, 44, 0.06);
}

.hk-about-quote__deco {
  position: absolute;
  top: -8px;
  left: 26px;
  font-size: 5rem;
  line-height: 1;
  color: rgba(31, 108, 58, 0.12);
  font-family: "Cormorant Garamond", serif;
  font-weight: 700;
  pointer-events: none;
}

.hk-about-quote blockquote {
  margin: 0;
  padding: 0;
  border: 0;
}

.hk-about-quote blockquote p {
  margin: 0 0 14px;
  color: var(--hk-ink-700);
  font-size: clamp(0.96rem, 1.2vw, 1.08rem);
  line-height: 1.72;
  font-style: italic;
}

.hk-about-quote blockquote p:last-child {
  margin-bottom: 0;
}

.hk-about-quote__cite {
  display: block;
  margin-top: 20px;
  padding-top: 16px;
  border-top: 1px solid rgba(31, 108, 58, 0.1);
}

.hk-about-quote__cite strong {
  display: block;
  color: var(--hk-green-900);
  font-style: normal;
  font-size: 1rem;
}

.hk-about-quote__cite span {
  color: var(--hk-ink-700);
  font-size: 0.88rem;
  font-style: normal;
}

/* Philosophy Grid */
.hk-philosophy-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.hk-philosophy-card {
  border: 1px solid rgba(31, 108, 58, 0.14);
  border-radius: 18px;
  background: #fff;
  padding: 24px;
  box-shadow: 0 10px 24px rgba(18, 71, 44, 0.06);
  transition: transform 0.44s var(--hk-ease-out-expo), box-shadow 0.44s var(--hk-ease-out-expo);
}

.hk-philosophy-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--hk-shadow-hover);
}

.hk-philosophy-card__icon {
  font-size: 2rem;
  margin-bottom: 10px;
}

.hk-philosophy-card h3 {
  margin: 0 0 10px;
  color: var(--hk-green-900);
  font-size: 1.3rem;
}

.hk-philosophy-card p {
  margin: 0;
  color: var(--hk-ink-700);
  line-height: 1.66;
}

/* Vision & Mission */
.hk-vision-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.hk-vision-block {
  border-radius: 18px;
  padding: 26px;
  box-shadow: 0 10px 24px rgba(18, 71, 44, 0.06);
}

.hk-vision-block--vision {
  border: 1px solid rgba(31, 108, 58, 0.16);
  background:
    radial-gradient(circle at 18% 12%, rgba(31, 108, 58, 0.08), transparent 38%),
    #fff;
}

.hk-vision-block--mission {
  border: 1px solid rgba(184, 138, 47, 0.2);
  background:
    radial-gradient(circle at 86% 12%, rgba(184, 138, 47, 0.12), transparent 38%),
    #fff;
}

.hk-vision-block h3 {
  margin: 0 0 14px;
  color: var(--hk-green-900);
  font-size: 1.4rem;
}

.hk-vision-block p {
  margin: 0;
  color: var(--hk-ink-700);
  line-height: 1.68;
}

.hk-mission-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 14px;
}

.hk-mission-list li {
  padding: 12px 14px;
  border-radius: 12px;
  background: linear-gradient(110deg, rgba(31, 108, 58, 0.04), rgba(184, 138, 47, 0.06));
}

.hk-mission-list li strong {
  display: block;
  margin-bottom: 4px;
  color: var(--hk-green-900);
  font-size: 0.96rem;
}

.hk-mission-list li span {
  color: var(--hk-ink-700);
  font-size: 0.92rem;
  line-height: 1.56;
}

/* Responsibility Grid */
.hk-responsibility-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.hk-responsibility-card {
  border: 1px solid rgba(31, 108, 58, 0.14);
  border-radius: 18px;
  background: #fff;
  padding: 24px;
  box-shadow: 0 10px 24px rgba(18, 71, 44, 0.06);
  transition: transform 0.44s var(--hk-ease-out-expo), box-shadow 0.44s var(--hk-ease-out-expo);
}

.hk-responsibility-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--hk-shadow-hover);
}

.hk-responsibility-card__icon {
  font-size: 2rem;
  margin-bottom: 10px;
}

.hk-responsibility-card h3 {
  margin: 0 0 10px;
  color: var(--hk-green-900);
  font-size: 1.3rem;
}

.hk-responsibility-card p {
  margin: 0;
  color: var(--hk-ink-700);
  line-height: 1.66;
}

/* Reasons Grid */
.hk-reasons-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.hk-reason-card {
  border: 1px solid rgba(31, 108, 58, 0.14);
  border-radius: 18px;
  background: #fff;
  padding: 22px;
  text-align: center;
  box-shadow: 0 10px 24px rgba(18, 71, 44, 0.06);
  transition: transform 0.44s var(--hk-ease-out-expo), box-shadow 0.44s var(--hk-ease-out-expo);
}

.hk-reason-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--hk-shadow-hover);
}

.hk-reason-card__icon {
  font-size: 2.2rem;
  margin-bottom: 12px;
}

.hk-reason-card h3 {
  margin: 0 0 8px;
  color: var(--hk-green-900);
  font-size: 1.16rem;
}

.hk-reason-card p {
  margin: 0;
  color: var(--hk-ink-700);
  font-size: 0.92rem;
  line-height: 1.56;
}

/* About Final CTA */
.hk-about-final-cta {
  text-align: center;
  max-width: 680px;
  margin: 0 auto;
}

.hk-about-final-cta h2 {
  margin: 0 0 14px;
  color: var(--hk-green-900);
  font-size: clamp(1.6rem, 3vw, 2.6rem);
}

.hk-about-final-cta p {
  margin: 0 0 12px;
  color: var(--hk-ink-700);
  line-height: 1.68;
}

.hk-about-final-cta__actions {
  margin-top: 22px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 12px;
}

/* About page responsive */
@media (max-width: 980px) {
  .hk-about-intro,
  .hk-philosophy-grid,
  .hk-responsibility-grid,
  .hk-vision-grid {
    grid-template-columns: 1fr;
  }

  .hk-transform-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .hk-reasons-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .hk-transform-grid,
  .hk-reasons-grid {
    grid-template-columns: 1fr;
  }
}

/* ══════════════════════════════════════════════
   KADIN ÜRETİCİLER — Producers Page
   ══════════════════════════════════════════════ */

.hk-page-hero--producers {
  background:
    radial-gradient(circle at 72% 18%, rgba(184, 138, 47, 0.22), transparent 38%),
    linear-gradient(140deg, #123f2b, #195531);
}

/* Producers Intro */
.hk-producers-intro {
  display: grid;
  grid-template-columns: 1.4fr 0.6fr;
  gap: 28px;
  align-items: start;
}

.hk-producers-intro__text h2 {
  margin: 0 0 14px;
  color: var(--hk-green-900);
  font-size: clamp(1.7rem, 3vw, 2.6rem);
}

.hk-producers-intro__text p {
  margin: 0 0 12px;
  color: var(--hk-ink-700);
  line-height: 1.7;
}

.hk-producers-intro__stats {
  display: grid;
  gap: 12px;
}

.hk-producers-stat {
  border: 1px solid rgba(31, 108, 58, 0.14);
  border-radius: 16px;
  padding: 16px;
  text-align: center;
  background:
    radial-gradient(circle at 20% 14%, rgba(184, 138, 47, 0.16), transparent 44%),
    #fff;
  box-shadow: 0 8px 20px rgba(18, 71, 44, 0.06);
  transition: transform 0.36s var(--hk-ease-spring);
}

.hk-producers-stat:hover {
  transform: scale(1.04);
}

.hk-producers-stat strong {
  display: block;
  color: var(--hk-green-900);
  font-size: 2rem;
  font-family: "Cormorant Garamond", serif;
  font-weight: 700;
  line-height: 1;
}

.hk-producers-stat span {
  display: block;
  margin-top: 4px;
  color: var(--hk-ink-700);
  font-size: 0.88rem;
}

/* Producer Cards Grid */
.hk-producers-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.hk-producer-card {
  border: 1px solid rgba(31, 108, 58, 0.14);
  border-radius: 18px;
  background: #fff;
  padding: 22px;
  box-shadow: 0 10px 24px rgba(18, 71, 44, 0.06);
  transition: transform 0.44s var(--hk-ease-out-expo), box-shadow 0.44s var(--hk-ease-out-expo);
}

.hk-producer-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--hk-shadow-hover);
}

.hk-producer-card__icon {
  font-size: 2.2rem;
  margin-bottom: 10px;
}

.hk-producer-card h3 {
  margin: 0 0 6px;
  color: var(--hk-green-900);
  font-size: 1.28rem;
}

.hk-producer-card__specialty {
  display: inline-block;
  margin-bottom: 10px;
  font-size: 0.78rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--hk-green-700);
}

.hk-producer-card p {
  margin: 0;
  color: var(--hk-ink-700);
  font-size: 0.92rem;
  line-height: 1.58;
}

/* Process Steps */
.hk-producers-process {
  display: flex;
  align-items: flex-start;
  gap: 0;
  justify-content: center;
}

.hk-process-step {
  flex: 1;
  max-width: 240px;
  text-align: center;
  padding: 18px 14px;
}

.hk-process-step__number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 999px;
  background: linear-gradient(120deg, var(--hk-green-900), var(--hk-green-700));
  color: #fff;
  font-weight: 800;
  font-size: 0.92rem;
  margin-bottom: 10px;
}

.hk-process-step__icon {
  font-size: 1.8rem;
  margin-bottom: 8px;
}

.hk-process-step h3 {
  margin: 0 0 8px;
  color: var(--hk-green-900);
  font-size: 1.12rem;
}

.hk-process-step p {
  margin: 0;
  color: var(--hk-ink-700);
  font-size: 0.88rem;
  line-height: 1.56;
}

.hk-process-step__connector {
  width: 48px;
  height: 2px;
  background: linear-gradient(90deg, var(--hk-green-700), var(--hk-gold-500));
  border-radius: 2px;
  margin-top: 32px;
  flex-shrink: 0;
}

/* Producers responsive */
@media (max-width: 980px) {
  .hk-producers-intro {
    grid-template-columns: 1fr;
  }

  .hk-producers-intro__stats {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .hk-producers-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .hk-producers-process {
    flex-wrap: wrap;
    gap: 12px;
  }

  .hk-process-step__connector {
    display: none;
  }
}

@media (max-width: 640px) {
  .hk-producers-grid {
    grid-template-columns: 1fr;
  }

  .hk-producers-intro__stats {
    grid-template-columns: 1fr;
  }
}

/* ══════════════════════════════════════════════
   SINGLE POST — Blog Detail Page
   ══════════════════════════════════════════════ */

.hk-single-post {
  overflow: hidden;
}

/* Single Hero */
.hk-single-hero {
  position: relative;
  min-height: min(56svh, 480px);
  display: grid;
  align-items: end;
  background:
    radial-gradient(circle at 78% 12%, rgba(184, 138, 47, 0.22), transparent 40%),
    linear-gradient(140deg, #123f2b, #0f3324);
}

.hk-single-hero__media {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.hk-single-hero__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.92) contrast(1.02);
}

.hk-single-hero__veil {
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(180deg, rgba(7, 24, 17, 0.18) 0%, rgba(7, 24, 17, 0.72) 60%, rgba(7, 24, 17, 0.92) 100%);
}

.hk-single-hero .ct-container {
  position: relative;
  z-index: 2;
}

.hk-single-hero__content {
  max-width: 760px;
  padding: clamp(44px, 8vw, 80px) 0 clamp(32px, 5vw, 56px);
  color: #fff;
  animation: hkRise 680ms ease both;
}

.hk-single-hero__meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
  margin-bottom: 14px;
}

.hk-single-hero__cat {
  display: inline-flex;
  padding: 5px 12px;
  border-radius: 999px;
  background: rgba(31, 108, 58, 0.7);
  color: #fff;
  font-size: 0.78rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  text-decoration: none;
}

.hk-single-hero__cat:hover {
  background: rgba(31, 108, 58, 0.9);
  color: #fff;
}

.hk-single-hero__date,
.hk-single-hero__read {
  font-size: 0.82rem;
  color: rgba(255, 255, 255, 0.75);
}

.hk-single-hero__content h1 {
  margin: 0 0 14px;
  font-size: clamp(1.8rem, 4vw, 3.2rem);
  line-height: 1.08;
  color: #fff;
}

.hk-single-hero__excerpt {
  margin: 0;
  font-size: clamp(0.96rem, 1.1vw, 1.06rem);
  line-height: 1.62;
  color: rgba(255, 255, 255, 0.88);
}

/* Single Body & Prose */
.hk-single-body {
  padding: clamp(32px, 5vw, 56px) 0;
}

.hk-prose {
  max-width: 720px;
  margin: 0 auto;
  font-size: clamp(0.96rem, 1.1vw, 1.06rem);
  line-height: 1.78;
  color: var(--hk-ink-700);
}

.hk-prose > * + * {
  margin-top: 1.4em;
}

.hk-prose h2 {
  margin-top: 2.2em;
  margin-bottom: 0.6em;
  font-size: clamp(1.5rem, 2.6vw, 2rem);
  color: var(--hk-green-900);
}

.hk-prose h3 {
  margin-top: 1.8em;
  margin-bottom: 0.5em;
  font-size: clamp(1.2rem, 2vw, 1.5rem);
  color: var(--hk-green-900);
}

.hk-prose p {
  margin: 0;
}

.hk-prose img {
  width: 100%;
  height: auto;
  border-radius: var(--hk-radius-md);
  margin: 1.5em 0;
}

.hk-prose blockquote {
  margin: 1.6em 0;
  padding: 16px 20px;
  border-left: 3px solid var(--hk-green-700);
  background: var(--hk-cream-100);
  border-radius: 0 12px 12px 0;
  font-style: italic;
}

.hk-prose a {
  color: var(--hk-green-700);
  text-decoration: underline;
  text-underline-offset: 3px;
}

.hk-prose ul,
.hk-prose ol {
  padding-left: 1.4em;
}

.hk-prose li + li {
  margin-top: 0.5em;
}

.hk-prose figure {
  margin: 1.8em 0;
}

.hk-prose figcaption {
  margin-top: 8px;
  text-align: center;
  font-size: 0.86rem;
  color: var(--hk-ink-700);
}

/* Tags */
.hk-single-tags {
  max-width: 720px;
  margin: 28px auto 0;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.hk-single-tag {
  display: inline-flex;
  padding: 5px 12px;
  border-radius: 999px;
  border: 1px solid rgba(31, 108, 58, 0.16);
  background: var(--hk-cream-100);
  color: var(--hk-green-900);
  font-size: 0.82rem;
  font-weight: 600;
  text-decoration: none;
  transition: background 0.3s ease, transform 0.3s var(--hk-ease-spring);
}

.hk-single-tag:hover {
  background: var(--hk-cream-200);
  transform: translateY(-2px);
}

/* Author Box */
.hk-author-box {
  max-width: 720px;
  margin: 32px auto 0;
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 18px;
  border: 1px solid rgba(31, 108, 58, 0.12);
  border-radius: 16px;
  background:
    linear-gradient(120deg, rgba(31, 108, 58, 0.04), rgba(184, 138, 47, 0.06)),
    #fff;
}

.hk-author-box__avatar img {
  width: 56px;
  height: 56px;
  border-radius: 999px;
  object-fit: cover;
}

.hk-author-box__info strong {
  display: block;
  color: var(--hk-green-900);
  font-size: 1rem;
}

.hk-author-box__info p {
  margin: 4px 0 0;
  color: var(--hk-ink-700);
  font-size: 0.88rem;
  line-height: 1.5;
}

/* Post Navigation */
.hk-post-nav {
  max-width: 720px;
  margin: 32px auto 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}

.hk-post-nav__link {
  display: block;
  padding: 14px 16px;
  border: 1px solid rgba(31, 108, 58, 0.12);
  border-radius: 14px;
  background: #fff;
  text-decoration: none;
  transition: transform 0.3s var(--hk-ease-out-expo), box-shadow 0.3s ease;
}

.hk-post-nav__link:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(18, 71, 44, 0.08);
}

.hk-post-nav__link--next {
  text-align: right;
}

.hk-post-nav__dir {
  display: block;
  font-size: 0.78rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--hk-green-700);
  margin-bottom: 4px;
}

.hk-post-nav__title {
  display: block;
  color: var(--hk-green-900);
  font-weight: 600;
  font-size: 0.94rem;
}

/* Single post responsive */
@media (max-width: 640px) {
  .hk-single-hero {
    min-height: min(44svh, 380px);
  }

  .hk-post-nav {
    grid-template-columns: 1fr;
  }
}

/* ══════════════════════════════════════════════
   WooCommerce Refinements
   ══════════════════════════════════════════════ */

/* Shop page hero */
.woocommerce-products-header {
  padding: clamp(34px, 5vw, 56px) 0 18px;
  background:
    radial-gradient(circle at 82% 18%, rgba(184, 138, 47, 0.18), transparent 32%),
    radial-gradient(circle at 16% 22%, rgba(31, 108, 58, 0.16), transparent 30%),
    var(--hk-cream-200);
}

.woocommerce-products-header__title {
  font-size: clamp(1.8rem, 3.6vw, 3.2rem) !important;
  color: var(--hk-green-900) !important;
}

/* Product card grid refinements */
.woocommerce ul.products {
  gap: 16px !important;
}

.woocommerce ul.products li.product {
  transition: transform 0.44s var(--hk-ease-out-expo), box-shadow 0.44s var(--hk-ease-out-expo);
}

.woocommerce ul.products li.product:hover {
  transform: translateY(-4px);
  box-shadow: var(--hk-shadow-hover);
}

.woocommerce ul.products li.product a img {
  border-radius: 14px;
  transition: transform 0.6s var(--hk-ease-out-expo);
}

.woocommerce ul.products li.product:hover a img {
  transform: scale(1.04);
}

/* Product price styling */
.woocommerce ul.products li.product .price,
.woocommerce div.product p.price,
.woocommerce div.product span.price {
  color: var(--hk-green-900) !important;
  font-weight: 800;
  font-size: 1.12rem;
}

.woocommerce del .woocommerce-Price-amount {
  color: var(--hk-ink-700) !important;
  opacity: 0.6;
}

.woocommerce ins .woocommerce-Price-amount {
  color: var(--hk-green-900) !important;
  font-weight: 800;
}

/* Single product improvements */
.woocommerce div.product div.images {
  border-radius: var(--hk-radius-lg);
  overflow: hidden;
}

.woocommerce div.product div.summary {
  padding-left: 12px;
}

/* Related products heading */
.woocommerce .related.products > h2,
.woocommerce .upsells.products > h2 {
  font-size: clamp(1.5rem, 2.8vw, 2.2rem) !important;
  color: var(--hk-green-900) !important;
  margin-bottom: 18px;
}

/* Breadcrumb */
.woocommerce .woocommerce-breadcrumb {
  color: var(--hk-ink-700);
  font-size: 0.84rem;
}

.woocommerce .woocommerce-breadcrumb a {
  color: var(--hk-green-700);
  text-decoration: none;
}

.woocommerce .woocommerce-breadcrumb a:hover {
  text-decoration: underline;
}

/* Sale badge */
.woocommerce span.onsale {
  background: var(--hk-green-700) !important;
  border-radius: 999px !important;
  font-weight: 700;
}

/* Star rating */
.woocommerce .star-rating {
  color: var(--hk-gold-500);
}

/* Cart improvements */
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
  border-radius: 999px !important;
  background: linear-gradient(120deg, var(--hk-green-900), var(--hk-green-700)) !important;
  font-weight: 700;
  padding: 14px 24px !important;
}

/* Checkout improvements */
.woocommerce-checkout #payment {
  border-radius: 18px;
  background: #fff;
}

.woocommerce-checkout #place_order {
  border-radius: 999px !important;
  background: linear-gradient(120deg, var(--hk-green-900), var(--hk-green-700)) !important;
  font-weight: 700;
  padding: 14px 24px !important;
}

/* Notices */
.woocommerce-message {
  border-top-color: var(--hk-green-700) !important;
}

.woocommerce-error {
  border-top-color: #c0392b !important;
}

/* Add to cart button on single */
.woocommerce div.product form.cart .button {
  border-radius: 999px !important;
  background: linear-gradient(120deg, var(--hk-green-900), var(--hk-green-700)) !important;
  color: #fff !important;
  font-weight: 700;
  padding: 14px 32px !important;
  font-size: 1rem;
  transition: transform 0.36s var(--hk-ease-spring), box-shadow 0.36s var(--hk-ease-out-expo);
}

.woocommerce div.product form.cart .button:hover {
  transform: translateY(-3px);
  box-shadow: 0 18px 36px rgba(18, 71, 44, 0.28), 0 0 0 3px rgba(31, 108, 58, 0.12);
}

/* Quantity input */
.woocommerce .quantity .qty {
  border-radius: 12px;
  border: 1px solid rgba(31, 108, 58, 0.18);
  padding: 8px 12px;
}

/* WooCommerce tabs */
.woocommerce div.product .woocommerce-tabs ul.tabs {
  padding: 0;
  margin: 0 0 18px;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a {
  font-weight: 600;
  color: var(--hk-ink-700);
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
  color: var(--hk-green-900);
}

/* Shop subtitle */
.hk-shop-subtitle {
  text-align: center;
  color: var(--hk-ink-700);
  font-size: clamp(0.94rem, 1.1vw, 1.04rem);
  line-height: 1.66;
  max-width: 54ch;
  margin: -4px auto 16px;
}

/* Shop trust badges */
.hk-shop-badges {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  margin-bottom: 20px;
}

.hk-shop-badge {
  display: inline-flex;
  align-items: center;
  padding: 7px 16px;
  border-radius: 999px;
  border: 1px solid rgba(31, 108, 58, 0.16);
  background: #fff;
  color: var(--hk-green-900);
  font-size: 0.84rem;
  font-weight: 600;
  box-shadow: 0 4px 12px rgba(18, 71, 44, 0.06);
}

/* Ordering dropdown */
.woocommerce .woocommerce-ordering select.orderby {
  border-radius: 12px;
  border: 1px solid rgba(31, 108, 58, 0.18);
  padding: 8px 14px;
  background: #fff;
  color: var(--hk-green-900);
  font-weight: 600;
  font-size: 0.86rem;
}

/* Result count */
.woocommerce .woocommerce-result-count {
  color: var(--hk-ink-700);
  font-size: 0.84rem;
}

/* Pagination */
.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li span {
  border-radius: 10px !important;
  color: var(--hk-green-900);
}

.woocommerce nav.woocommerce-pagination ul li span.current {
  background: var(--hk-green-900) !important;
  color: #fff !important;
}

