/*
Theme Name: Nacioglu Irrigation
Theme URI: https://nacioglu.com.tr
Author: Nacioglu
Author URI: https://nacioglu.com.tr
Description: Sulama sistemleri, urun katalogu ve teklif odakli kurumsal WordPress temasi.
Version: 1.2.30
Requires at least: 6.0
Tested up to: 7.0
Requires PHP: 8.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: nacioglu-irrigation
Tags: custom-logo, custom-menu, featured-images, full-width-template, e-commerce
*/
@import url("https://fonts.googleapis.com/css2?family=Barlow:ital,wght@0,400;0,500;0,600;0,700;0,800;0,900;1,500;1,600&family=Fjalla+One&display=swap");

:root {
  --color-green-950: #182620;
  --color-green-900: #24332f;
  --color-green-800: #2f473f;
  --color-green-700: #3f6355;
  --color-green-600: #527b6a;
  --color-blue-700: #3f6355;
  --color-blue-100: #edf4f1;
  --color-gold: #c79a32;
  --color-text: #17221f;
  --color-muted: #66716d;
  --color-line: #d8e2dd;
  --color-soft: #f3f7f5;
  --color-white: #ffffff;
  --shadow-soft: 0 18px 55px rgba(36, 51, 47, 0.12);
  --shadow-card: 0 14px 35px rgba(36, 51, 47, 0.1);
  --radius: 8px;
  --radius-small: 6px;
  --shell: 1220px;
  --header-height: 94px;
  --font-main: "Barlow", "Segoe UI", Roboto, Arial, sans-serif;
  --font-display: "Fjalla One", "Arial Narrow", Arial, sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--color-white);
  color: var(--color-text);
  font-family: var(--font-main);
  font-size: 16px;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0;
}

body.nav-open {
  overflow: hidden;
}

img {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input,
select,
textarea {
  font: inherit;
  letter-spacing: 0;
}

.screen-reader-text,
.hp-field {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.skip-link:focus {
  position: fixed;
  z-index: 1000;
  top: 14px;
  left: 14px;
  width: auto;
  height: auto;
  padding: 10px 14px;
  clip: auto;
  background: var(--color-white);
  border: 1px solid var(--color-line);
  border-radius: var(--radius-small);
}

.shell {
  width: min(var(--shell), calc(100% - 48px));
  margin-inline: auto;
}

.site-header {
  position: sticky;
  z-index: 100;
  top: 0;
  min-height: var(--header-height);
  background: var(--color-green-900);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.site-header.is-scrolled {
  box-shadow: none;
}

.header-shell {
  min-height: var(--header-height);
  display: grid;
  grid-template-columns: minmax(170px, 1fr) auto minmax(170px, 1fr);
  gap: 34px;
  align-items: center;
}

.brand {
  display: inline-flex;
  min-width: 190px;
  gap: 0;
  align-items: center;
  color: var(--color-white);
}

.brand-mark {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  color: var(--color-green-700);
}

.site-header .brand-mark {
  display: none;
}

.site-header .custom-logo {
  display: block;
  width: auto;
  max-height: 48px;
  filter: brightness(0) invert(1);
}

.brand-mark svg,
.icon {
  width: 100%;
  height: 100%;
}

.brand-text {
  display: grid;
  gap: 0;
  line-height: 1;
  text-transform: uppercase;
}

.brand-text strong {
  color: inherit;
  font-family: var(--font-display);
  font-size: 24px;
  font-weight: 400;
  line-height: 1;
}

.brand-text small {
  margin-top: 5px;
  color: rgba(255, 255, 255, 0.68);
  font-family: var(--font-main);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.05em;
}

.main-navigation {
  grid-column: 2;
  justify-self: center;
}

.main-navigation ul,
.footer-nav ul {
  display: flex;
  align-items: center;
  margin: 0;
  padding: 0;
  list-style: none;
}

.main-navigation ul {
  gap: 30px;
}

.footer-nav ul {
  gap: 26px;
}

.main-navigation a {
  display: inline-flex;
  min-height: var(--header-height);
  align-items: center;
  color: var(--color-white);
  font-family: var(--font-display);
  font-size: 14px;
  font-weight: 400;
  line-height: 1.2;
  text-transform: uppercase;
}

.main-navigation a:hover,
.main-navigation a:focus-visible {
  color: #b7d8c7;
}

.header-actions {
  display: flex;
  gap: 14px;
  align-items: center;
}

.header-phone {
  display: inline-flex;
  gap: 7px;
  align-items: center;
  color: var(--color-green-800);
  font-size: 13px;
  font-weight: 750;
  white-space: nowrap;
}

.header-phone svg {
  width: 17px;
  height: 17px;
  fill: currentColor;
}

.btn {
  display: inline-flex;
  min-height: 46px;
  align-items: center;
  justify-content: center;
  gap: 9px;
  border: 1px solid transparent;
  border-radius: 2px;
  padding: 0 20px;
  cursor: pointer;
  font-size: 14px;
  font-weight: 800;
  line-height: 1;
  transition: border-color 180ms ease, background 180ms ease, color 180ms ease;
}

.btn:hover,
.btn:focus-visible {
  transform: none;
}

.btn-primary {
  background: var(--color-green-800);
  color: var(--color-white);
  box-shadow: none;
}

.btn-primary:hover,
.btn-primary:focus-visible {
  background: var(--color-green-700);
}

.btn-secondary {
  background: var(--color-white);
  border-color: #b7cbc3;
  color: var(--color-green-900);
}

.btn-light {
  background: var(--color-white);
  color: var(--color-green-900);
}

.btn-small {
  min-height: 40px;
  padding-inline: 16px;
}

.btn-submit {
  width: 100%;
  background: var(--color-green-800);
  color: var(--color-white);
}

.menu-toggle {
  display: none;
  width: 42px;
  height: 42px;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 5px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 2px;
  background: transparent;
  color: var(--color-white);
}

.menu-toggle span:not(.screen-reader-text) {
  display: block;
  width: 18px;
  height: 2px;
  background: currentColor;
  border-radius: 4px;
}

.menu-toggle:hover,
.menu-toggle:focus-visible {
  border-color: rgba(255, 255, 255, 0.56);
  outline: 2px solid rgba(183, 216, 199, 0.42);
  outline-offset: 2px;
}

.hero-section {
  position: relative;
  overflow: hidden;
  min-height: calc(100vh - var(--header-height));
  background: var(--color-green-950);
  color: var(--color-white);
  touch-action: pan-y;
}

.hero-section.is-swiping {
  cursor: grabbing;
  user-select: none;
}

.hero-track {
  display: flex;
  min-height: inherit;
  transition: transform 680ms ease;
  touch-action: pan-y;
  will-change: transform;
}

.hero-slide {
  position: relative;
  flex: 0 0 100%;
  min-height: inherit;
  overflow: hidden;
  background: var(--color-green-950);
  touch-action: pan-y;
}

.hero-media {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.hero-media::after {
  position: absolute;
  inset: 0;
  content: "";
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.58) 0%, rgba(0, 0, 0, 0.42) 42%, rgba(0, 0, 0, 0.28) 100%),
    linear-gradient(180deg, rgba(0, 0, 0, 0.08) 0%, rgba(0, 0, 0, 0.42) 100%);
}

.hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.hero-shell {
  position: relative;
  z-index: 1;
  width: min(1536px, calc(100% - 32px));
  min-height: inherit;
  display: flex;
  align-items: flex-end;
  padding: clamp(110px, 21vh, 250px) 0 64px;
}

.hero-copy {
  width: min(768px, 100%);
}

.hero-copy h1,
.hero-slide-title {
  margin: 0;
  color: var(--color-white);
  font-size: clamp(46px, 4.4vw, 60px);
  line-height: 1.2;
  font-weight: 800;
}

.hero-copy p {
  width: min(600px, 100%);
  margin: 16px 0 0;
  color: rgba(255, 255, 255, 0.9);
  font-size: 20px;
  line-height: 1.6;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 34px;
}

.hero-section .hero-actions {
  gap: 16px;
  margin-top: 28px;
}

.hero-section .btn {
  min-height: 48px;
  border-radius: 0;
  padding-inline: 32px;
  font-size: 16px;
  font-weight: 700;
  box-shadow: none;
}

.hero-section .btn-primary {
  background: var(--color-green-800);
  color: var(--color-white);
}

.hero-section .btn-primary:hover,
.hero-section .btn-primary:focus-visible {
  background: var(--color-green-700);
}

.hero-section .btn-secondary {
  background: var(--color-white);
  border-color: var(--color-white);
  color: var(--color-green-950);
}

.hero-dots {
  position: absolute;
  z-index: 3;
  top: 24px;
  right: 32px;
  display: flex;
  gap: 8px;
  align-items: center;
}

.hero-dot {
  width: 12px;
  height: 12px;
  border: 0;
  border-radius: 999px;
  padding: 0;
  background: rgba(255, 255, 255, 0.32);
  cursor: pointer;
  transition: width 220ms ease, background 220ms ease;
}

.hero-dot.is-active {
  width: 32px;
  background: var(--color-white);
}

.hero-arrow {
  position: absolute;
  z-index: 3;
  top: 50%;
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  border: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.12);
  color: var(--color-white);
  cursor: pointer;
  transform: translateY(-50%);
  transition: background 180ms ease, transform 180ms ease;
  backdrop-filter: blur(10px);
}

.hero-arrow:hover,
.hero-arrow:focus-visible {
  background: rgba(255, 255, 255, 0.22);
  transform: translateY(-50%) scale(1.03);
}

.hero-arrow svg {
  width: 26px;
  height: 26px;
}

.hero-arrow-prev {
  left: 16px;
}

.hero-arrow-next {
  right: 16px;
}

.popular-catalog-strip {
  border-block: 1px solid var(--color-line);
  background: #ffffff;
}

.popular-catalog-strip__inner {
  min-height: 94px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 24px;
  align-items: center;
  padding-block: 18px;
}

.popular-catalog-strip__copy {
  display: grid;
  gap: 5px;
}

.popular-catalog-strip__copy span {
  color: var(--color-green-700);
  font-size: 12px;
  line-height: 1;
  font-weight: 900;
  text-transform: uppercase;
}

.popular-catalog-strip__copy h2 {
  margin: 0;
  color: var(--color-green-950);
  font-size: 24px;
  line-height: 1.15;
  font-weight: 900;
}

.popular-catalog-strip__copy p {
  margin: 0;
  color: var(--color-muted);
  font-size: 14px;
  line-height: 1.45;
}

.popular-catalog-strip__button {
  min-width: 164px;
}

.popular-catalog-strip__button .icon {
  width: 15px;
  height: 15px;
}

.home-consult-section {
  scroll-margin-top: calc(var(--header-height) + 16px);
  padding: 78px 0 68px;
  background:
    linear-gradient(180deg, #f7faf8 0%, #ffffff 100%);
  border-bottom: 1px solid rgba(220, 231, 227, 0.72);
}

.home-consult-shell {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(440px, 1.05fr);
  gap: 60px;
  align-items: center;
}

.home-consult-copy {
  order: 1;
  min-width: 0;
}

.home-consult-card {
  order: 2;
  min-width: 0;
  padding: clamp(30px, 4vw, 44px);
  background: var(--color-white);
  border: 1px solid rgba(220, 231, 227, 0.95);
  border-radius: var(--radius);
  box-shadow: 0 18px 52px rgba(36, 51, 47, 0.1);
}

.home-consult-card h2,
.home-consult-copy h2 {
  margin: 0;
  color: var(--color-green-900);
  line-height: 1.08;
  font-weight: 850;
}

.home-consult-card h2 {
  font-size: 34px;
}

.home-consult-card > p {
  margin: 12px 0 0;
  color: var(--color-muted);
  font-size: 17px;
}

.home-consult-form {
  display: grid;
  gap: 18px;
  margin-top: 28px;
}

.home-consult-form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px 18px;
}

.home-consult-field {
  display: grid;
  min-width: 0;
  gap: 8px;
}

.home-consult-field-full {
  grid-column: 1 / -1;
}

.home-consult-field span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #33413c;
  font-size: 14px;
  font-weight: 760;
  line-height: 1.25;
}

.home-consult-field span .icon {
  flex: 0 0 auto;
  width: 18px;
  height: 18px;
  color: #6d7f78;
}

.home-consult-field b {
  color: #dc2626;
  font-weight: 850;
}

.home-consult-field input,
.home-consult-field select,
.home-consult-field textarea {
  width: 100%;
  min-height: 54px;
  border: 1px solid #dbe6e1;
  border-radius: var(--radius-small);
  padding: 13px 15px;
  background: var(--color-white);
  color: var(--color-text);
  outline: none;
  box-shadow: 0 1px 2px rgba(36, 51, 47, 0.03);
}

.home-consult-field textarea {
  min-height: 112px;
  resize: vertical;
}

.home-consult-field input:focus,
.home-consult-field select:focus,
.home-consult-field textarea:focus {
  border-color: var(--color-green-700);
  box-shadow: 0 0 0 3px rgba(63, 99, 85, 0.14);
}

.home-consult-submit {
  width: 100%;
  min-height: 56px;
  background: var(--color-green-800);
  color: var(--color-white);
  box-shadow: none;
}

.home-consult-submit:hover,
.home-consult-submit:focus-visible {
  background: var(--color-green-700);
}

.home-consult-submit .icon {
  width: 18px;
  height: 18px;
}

.home-consult-form small {
  display: block;
  color: var(--color-muted);
  font-size: 13px;
  text-align: center;
}

.home-consult-alert {
  border-color: rgba(63, 99, 85, 0.24);
  background: #edf4f1;
  color: var(--color-green-900);
}

.home-consult-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 22px;
  color: var(--color-green-700);
  font-size: 14px;
  font-weight: 850;
  letter-spacing: 0;
  text-transform: uppercase;
}

.home-consult-eyebrow::before {
  display: block;
  width: 4px;
  height: 34px;
  background: var(--color-green-700);
  content: "";
}

.home-consult-copy h2 {
  width: min(760px, 100%);
  font-size: 46px;
}

.home-consult-copy > p {
  width: min(720px, 100%);
  margin: 18px 0 0;
  color: var(--color-muted);
  font-size: 18px;
  line-height: 1.7;
}

.home-consult-benefits {
  display: grid;
  gap: 16px;
  margin-top: 34px;
}

.home-consult-benefit {
  display: grid;
  grid-template-columns: 62px 1fr;
  gap: 18px;
  align-items: center;
  padding: 18px;
  background: rgba(255, 255, 255, 0.88);
  border: 1px solid rgba(220, 231, 227, 0.95);
  border-radius: var(--radius);
}

.home-consult-benefit-icon {
  display: grid;
  place-items: center;
  width: 62px;
  height: 62px;
  background: #edf4f1;
  color: var(--color-green-700);
}

.home-consult-benefit-icon .icon {
  width: 30px;
  height: 30px;
}

.home-consult-benefit h3 {
  margin: 0;
  color: var(--color-text);
  font-size: 20px;
  line-height: 1.25;
  font-weight: 850;
}

.home-consult-benefit p {
  margin: 6px 0 0;
  color: var(--color-muted);
  font-size: 14px;
  line-height: 1.55;
}

.home-consult-media {
  display: block;
}

.consult-media-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 214px));
  gap: 14px;
  align-items: stretch;
  justify-content: center;
}

.consult-video-card {
  display: block;
  width: 100%;
  aspect-ratio: 9 / 16;
  border: 0;
  border-radius: var(--radius);
  background: var(--color-green-950);
  box-shadow: 0 14px 34px rgba(36, 51, 47, 0.12);
  object-fit: cover;
  pointer-events: none;
}

.consult-video-card::-webkit-media-controls,
.consult-video-card::-webkit-media-controls-enclosure {
  display: none !important;
}

.aksu-feature-section {
  padding: 76px 0 42px;
}

.aksu-feature {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(360px, 0.92fr);
  gap: 46px;
  align-items: center;
}

.aksu-feature-media {
  overflow: hidden;
  border: 1px solid var(--color-line);
  border-radius: var(--radius);
  background: var(--color-white);
  box-shadow: 0 18px 42px rgba(36, 51, 47, 0.08);
}

.aksu-feature-media img {
  width: 100%;
  aspect-ratio: 1.45;
  object-fit: cover;
}

.aksu-feature-copy h2 {
  margin: 0;
  color: var(--color-green-900);
  font-size: clamp(30px, 4vw, 46px);
  line-height: 1.06;
  font-weight: 850;
}

.aksu-feature-copy p {
  margin: 18px 0 0;
  color: var(--color-muted);
  font-size: 17px;
}

.aksu-feature-list {
  display: grid;
  gap: 0;
  margin-top: 28px;
  border-top: 1px solid var(--color-line);
  border-bottom: 1px solid var(--color-line);
}

.aksu-feature-list div {
  display: grid;
  gap: 4px;
  padding: 16px 0;
}

.aksu-feature-list div + div {
  border-top: 1px solid var(--color-line);
}

.aksu-feature-list strong {
  color: var(--color-green-900);
  font-size: 15px;
  line-height: 1.25;
}

.aksu-feature-list span {
  color: var(--color-muted);
  font-size: 14px;
  line-height: 1.45;
}

.trust-strip {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  margin-top: -66px;
  padding: 24px;
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid rgba(220, 231, 227, 0.78);
  border-radius: var(--radius);
  box-shadow: var(--shadow-soft);
  backdrop-filter: blur(14px);
}

.trust-item {
  display: grid;
  grid-template-columns: 48px 1fr;
  gap: 5px 16px;
  align-items: center;
  padding: 8px 20px;
}

.trust-item + .trust-item {
  border-left: 1px solid var(--color-line);
}

.trust-icon {
  grid-row: span 2;
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  color: var(--color-green-700);
}

.trust-item strong {
  font-size: 15px;
  line-height: 1.2;
}

.trust-item small {
  color: var(--color-muted);
  font-size: 13px;
  line-height: 1.35;
}

.section {
  padding: 84px 0;
}

.section-heading {
  width: min(680px, 100%);
  margin: 0 auto 38px;
  text-align: center;
}

.section-heading h2,
.catalog-copy h2,
.quote-section h2,
.entry-card h1 {
  margin: 0;
  color: var(--color-green-900);
  font-size: clamp(30px, 4vw, 42px);
  line-height: 1.08;
  font-weight: 850;
}

.section-heading p,
.catalog-copy p,
.quote-section p,
.entry-card p {
  margin: 14px 0 0;
  color: var(--color-muted);
}

.group-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 22px;
}

.group-card,
.product-card {
  position: relative;
  min-width: 0;
  overflow: hidden;
  background: var(--color-white);
  border: 1px solid var(--color-line);
  border-radius: var(--radius);
  box-shadow: 0 10px 28px rgba(36, 51, 47, 0.07);
  text-align: center;
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.group-card {
  display: block;
}

.group-card-featured {
  grid-column: span 2;
  text-align: left;
  border-color: rgba(63, 99, 85, 0.28);
}

.group-card:hover,
.product-card:hover {
  transform: translateY(-3px);
  border-color: rgba(63, 99, 85, 0.28);
  box-shadow: var(--shadow-card);
}

.group-card img {
  width: 100%;
  aspect-ratio: 1.35;
  object-fit: cover;
}

.group-card-featured img {
  aspect-ratio: 2.13;
}

.floating-icon {
  display: grid;
  place-items: center;
  width: 54px;
  height: 54px;
  margin: -27px auto 12px;
  color: var(--color-green-700);
  background: var(--color-white);
  border: 2px solid rgba(63, 99, 85, 0.22);
  border-radius: 50%;
  position: relative;
  z-index: 2;
}

.floating-icon .icon {
  width: 27px;
  height: 27px;
}

.group-card h3,
.product-card h3 {
  margin: 0;
  padding: 0 16px;
  color: var(--color-text);
  font-size: 17px;
  line-height: 1.25;
  font-weight: 850;
}

.group-card-featured h3 {
  padding-inline: 24px;
  font-size: 22px;
}

.group-card p,
.product-card p {
  margin: 10px auto 0;
  padding: 0 18px 24px;
  color: var(--color-muted);
  font-size: 14px;
  line-height: 1.5;
}

.group-card-featured p {
  margin-inline: 0;
  padding-inline: 24px;
}

.featured-products {
  padding-top: 18px;
  background: linear-gradient(180deg, #fff 0%, #f5f8f6 100%);
}

.product-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 16px;
}

.product-card {
  padding-bottom: 16px;
}

.product-card-featured {
  border-color: rgba(63, 99, 85, 0.34);
  box-shadow: 0 16px 38px rgba(36, 51, 47, 0.11);
}

.product-card img {
  width: 100%;
  aspect-ratio: 1.25;
  object-fit: contain;
  padding: 14px;
  background: linear-gradient(180deg, #fff, #f6faf8);
}

.product-card-featured img {
  object-fit: cover;
}

.product-card p {
  padding-bottom: 12px;
  font-size: 13px;
}

.text-link {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  min-height: 34px;
  margin-inline: 12px;
  padding: 0 12px;
  border: 1px solid rgba(63, 99, 85, 0.4);
  border-radius: var(--radius-small);
  color: var(--color-green-800);
  font-size: 13px;
  font-weight: 800;
}

.text-link .icon {
  width: 15px;
  height: 15px;
}

.center-action {
  display: flex;
  justify-content: center;
  margin-top: 28px;
}

.solution-panels {
  padding-top: 44px;
}

.panel-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  overflow: hidden;
  border-radius: var(--radius);
}

.image-panel {
  position: relative;
  min-height: 310px;
  overflow: hidden;
  color: var(--color-white);
}

.image-panel::after {
  position: absolute;
  inset: 0;
  content: "";
  background: linear-gradient(90deg, rgba(24, 38, 32, 0.86), rgba(24, 38, 32, 0.38));
}

.image-panel img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  inset: 0;
}

.image-panel div {
  position: relative;
  z-index: 1;
  display: flex;
  min-height: 310px;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  padding: 34px;
}

.image-panel h2 {
  margin: 0;
  font-size: 31px;
  line-height: 1.1;
}

.image-panel p {
  margin: 14px 0 22px;
  color: rgba(255, 255, 255, 0.88);
}

.catalog-section {
  padding-top: 34px;
}

.catalog-shell {
  display: grid;
  grid-template-columns: 0.85fr 1fr;
  gap: 60px;
  align-items: center;
  padding: 44px 54px;
  background: linear-gradient(110deg, #f1f7f4 0%, #ffffff 48%, #eef5f1 100%);
  border: 1px solid rgba(220, 231, 227, 0.9);
  border-radius: var(--radius);
}

.catalog-art img {
  width: min(420px, 100%);
  margin-inline: auto;
  filter: drop-shadow(0 20px 28px rgba(24, 38, 32, 0.16));
}

.catalog-list {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin: 24px 0 0;
  padding: 0;
  list-style: none;
}

.catalog-list a {
  display: inline-flex;
  min-height: 42px;
  align-items: center;
  border: 1px solid rgba(63, 99, 85, 0.28);
  border-radius: var(--radius-small);
  padding: 0 14px;
  background: var(--color-white);
  color: var(--color-green-800);
  font-size: 14px;
  font-weight: 800;
}

.quote-section {
  padding: 20px 0 0;
}

.quote-shell {
  display: grid;
  grid-template-columns: 1.05fr 1fr;
  gap: 46px;
  padding: 44px;
  background:
    radial-gradient(circle at 0% 0%, rgba(63, 99, 85, 0.22), transparent 34%),
    linear-gradient(135deg, var(--color-green-900) 0%, var(--color-green-950) 100%);
  border-radius: var(--radius);
  color: var(--color-white);
}

.quote-section h2 {
  color: var(--color-white);
}

.quote-section p {
  color: rgba(255, 255, 255, 0.78);
}

.form-alert {
  margin: 20px 0;
  padding: 12px 14px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: var(--radius-small);
  background: rgba(255, 255, 255, 0.1);
  color: var(--color-white);
}

.quote-form {
  display: grid;
  gap: 12px;
  margin-top: 24px;
}

.form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.quote-form label {
  display: grid;
  gap: 6px;
}

.quote-form span {
  color: rgba(255, 255, 255, 0.82);
  font-size: 13px;
  font-weight: 750;
}

.quote-form input,
.quote-form select,
.quote-form textarea {
  width: 100%;
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: var(--radius-small);
  padding: 12px 13px;
  background: rgba(255, 255, 255, 0.95);
  color: var(--color-text);
  outline: none;
}

.quote-form textarea {
  min-height: 120px;
  resize: vertical;
}

.quote-form input:focus,
.quote-form select:focus,
.quote-form textarea:focus {
  border-color: var(--color-green-600);
  box-shadow: 0 0 0 3px rgba(82, 123, 106, 0.2);
}

.contact-card {
  display: grid;
  align-content: start;
  gap: 24px;
}

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

.contact-list li {
  display: grid;
  grid-template-columns: 24px 1fr;
  gap: 12px;
  align-items: start;
  color: rgba(255, 255, 255, 0.9);
}

.contact-list .icon {
  width: 23px;
  height: 23px;
  color: #b7d8c7;
}

.map-card {
  min-height: 230px;
  display: grid;
  place-items: center;
  align-content: center;
  gap: 8px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: var(--radius);
  padding: 28px;
  background:
    linear-gradient(45deg, transparent 48%, rgba(63, 99, 85, 0.24) 49%, rgba(63, 99, 85, 0.24) 51%, transparent 52%) 0 0 / 58px 58px,
    linear-gradient(-45deg, transparent 48%, rgba(255, 255, 255, 0.1) 49%, rgba(255, 255, 255, 0.1) 51%, transparent 52%) 0 0 / 70px 70px,
    rgba(255, 255, 255, 0.08);
  text-align: center;
}

.map-pin {
  width: 26px;
  height: 26px;
  transform: rotate(45deg);
  border-radius: 50% 50% 50% 0;
  background: #e94b3c;
  box-shadow: 0 10px 18px rgba(0, 0, 0, 0.24);
}

.map-card small {
  color: rgba(255, 255, 255, 0.72);
}

.site-footer {
  background: var(--color-green-900);
  color: rgba(255, 255, 255, 0.75);
}

.footer-shell {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 24px;
  align-items: center;
  padding: 30px 0;
}

.brand-invert,
.brand-invert .brand-text strong,
.brand-invert .brand-text small {
  color: var(--color-white);
}

.footer-brand p,
.footer-meta {
  margin: 10px 0 0;
  color: rgba(255, 255, 255, 0.58);
  font-size: 13px;
}

.footer-nav {
  justify-self: end;
}

.footer-nav a {
  color: rgba(255, 255, 255, 0.72);
  font-size: 13px;
  font-weight: 700;
}

.footer-meta {
  grid-column: 1 / -1;
  display: flex;
  gap: 10px;
  justify-content: space-between;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 18px;
}

.content-section {
  min-height: 58vh;
  background: var(--color-soft);
}

.entry-card {
  max-width: 880px;
  margin-inline: auto;
  padding: 44px;
  background: var(--color-white);
  border: 1px solid var(--color-line);
  border-radius: var(--radius);
}

.entry-content {
  margin-top: 22px;
}

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

.product-archive-page,
.product-detail-page {
  background: var(--color-white);
}

.post-type-archive-nacioglu_product .site-header,
.tax-nacioglu_product_group .site-header {
  position: absolute;
  right: 0;
  left: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.54), rgba(0, 0, 0, 0));
  border-bottom: 0;
  box-shadow: none;
}

.post-type-archive-nacioglu_product .site-header.is-scrolled,
.tax-nacioglu_product_group .site-header.is-scrolled {
  box-shadow: none;
}

.product-collection-hero {
  position: relative;
  min-height: clamp(320px, 31vw, 430px);
  overflow: hidden;
  display: grid;
  background: var(--color-green-900);
  color: var(--color-white);
}

.product-collection-hero::after {
  position: absolute;
  inset: 0;
  z-index: 1;
  content: "";
  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0.48) 0%, rgba(0, 0, 0, 0.14) 42%, rgba(0, 0, 0, 0.42) 100%),
    linear-gradient(90deg, rgba(0, 0, 0, 0.32), rgba(0, 0, 0, 0.06) 46%, rgba(0, 0, 0, 0.28));
}

.product-collection-hero__media {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.product-collection-hero__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.product-collection-hero__content {
  position: relative;
  z-index: 2;
  min-height: inherit;
  display: grid;
  place-items: center;
  padding-top: var(--header-height);
}

.product-collection-hero h1 {
  margin: 0;
  color: var(--color-white);
  font-family: var(--font-display);
  font-size: clamp(46px, 5.2vw, 78px);
  font-weight: 400;
  line-height: 1;
  text-align: center;
  text-shadow: 0 6px 24px rgba(0, 0, 0, 0.36);
  text-transform: uppercase;
}

.catalog-page-hero {
  display: flex;
  gap: 32px;
  align-items: flex-end;
  justify-content: space-between;
  padding: 72px 0 34px;
}

.catalog-page-hero .btn {
  flex: 0 0 auto;
  white-space: nowrap;
}

.catalog-page-hero h1,
.single-product-copy h1 {
  margin: 0;
  color: var(--color-green-900);
  font-size: clamp(42px, 5vw, 64px);
  line-height: 1;
  font-weight: 850;
}

.single-product-copy h1 {
  font-family: var(--font-display);
  font-weight: 400;
}

.catalog-page-hero p {
  width: min(700px, 100%);
  margin: 18px 0 0;
  color: var(--color-muted);
  font-size: 17px;
}

.aksu-catalog-panel {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(360px, 0.9fr);
  gap: 0;
  overflow: hidden;
  border: 1px solid var(--color-line);
  border-radius: var(--radius);
  background: var(--color-white);
  box-shadow: 0 18px 44px rgba(36, 51, 47, 0.08);
}

.aksu-catalog-panel__media img {
  width: 100%;
  height: 100%;
  min-height: 360px;
  object-fit: cover;
}

.aksu-catalog-panel__copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 42px;
}

.aksu-catalog-panel__copy h2,
.catalog-listing-head h2,
.empty-catalog h2,
.product-detail-info h2 {
  margin: 0;
  color: var(--color-green-900);
  font-size: clamp(28px, 3vw, 38px);
  line-height: 1.08;
  font-weight: 850;
}

.aksu-catalog-panel__copy p,
.catalog-listing-head p,
.empty-catalog p {
  margin: 13px 0 0;
  color: var(--color-muted);
}

.aksu-catalog-panel__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.catalog-listing-section {
  padding-top: 46px;
}

.product-archive-page .catalog-listing-section > .shell {
  width: min(1444px, calc(100% - 48px));
}

.catalog-listing-toolbar {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 24px;
  align-items: start;
  margin-bottom: 38px;
}

.catalog-sort-select {
  margin-left: auto;
}

.catalog-sort-select select {
  width: 258px;
  max-width: 100%;
  min-height: 44px;
  border: 1px solid #9c988e;
  border-radius: 0;
  padding: 0 42px 0 12px;
  background-color: var(--color-white);
  color: #202421;
  font: inherit;
  font-size: 15px;
  font-weight: 500;
  line-height: 1;
}

.catalog-sort-select select:focus-visible {
  border-color: var(--color-green-800);
  outline: 2px solid rgba(63, 99, 85, 0.18);
  outline-offset: 2px;
}

.catalog-listing-count {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
}

.catalog-listing-head {
  display: flex;
  gap: 24px;
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: 22px;
}

.category-filter {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0;
  scroll-margin-top: calc(var(--header-height) + 18px);
}

.category-filter:target {
  display: flex;
}

.category-filter a {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  border: 1px solid rgba(36, 51, 47, 0.24);
  border-radius: 2px;
  padding: 0 18px;
  background: linear-gradient(180deg, #ffffff 0%, #f5f8f6 100%);
  color: var(--color-green-950);
  font-size: 14px;
  font-weight: 850;
  line-height: 1;
}

.category-filter a:hover,
.category-filter a:focus-visible {
  border-color: var(--color-green-800);
  background: #edf4f1;
  color: var(--color-green-900);
}

.category-filter a.is-active {
  border-color: var(--color-green-900);
  background: var(--color-green-900);
  color: var(--color-white);
}

.catalog-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 72px 0;
  align-items: start;
}

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

.catalog-product-card {
  min-width: 0;
  overflow: visible;
  background: transparent;
}

.catalog-product-card:hover,
.catalog-product-card:focus-within {
  transform: none;
}

.catalog-product-card--lead {
  grid-column: span 2;
}

.catalog-product-card.is-aksu {
  border-color: transparent;
}

.catalog-product-card__media {
  display: grid;
  min-height: clamp(240px, 20vw, 320px);
  place-items: end center;
  overflow: visible;
  padding: 0 22px;
  background: var(--color-white);
}

.catalog-product-card__media img {
  width: 100%;
  max-height: clamp(220px, 18vw, 300px);
  object-fit: contain;
  transition: transform 220ms ease;
}

.catalog-product-card:hover .catalog-product-card__media img {
  transform: translateY(-4px);
}

.catalog-product-card__body {
  display: grid;
  justify-items: center;
  gap: 7px;
  padding: 20px 18px 0;
  text-align: center;
}

.catalog-product-card__meta {
  display: block;
  min-height: 0;
}

.catalog-product-card__meta:empty {
  display: none;
}

.catalog-product-card__meta span,
.catalog-product-card__meta a {
  display: inline;
  min-height: 0;
  border: 0;
  border-radius: 0;
  padding: 0;
  background: transparent;
  color: #8d8a83;
  font-size: 15px;
  font-weight: 500;
  text-transform: uppercase;
}

.catalog-product-card__meta span {
  background: transparent;
}

.catalog-product-card h3 {
  margin: 0;
  color: #323633;
  font-family: var(--font-display);
  font-size: 18px;
  line-height: 1.15;
  font-weight: 400;
  text-transform: uppercase;
}

.catalog-product-card p {
  margin: 0;
  max-width: 300px;
  color: #a08d5e;
  font-size: 15px;
  line-height: 1.35;
}

.catalog-product-card__spec {
  color: #a08d5e;
  font-weight: 500;
}

.empty-catalog {
  display: grid;
  justify-items: start;
  gap: 16px;
  border: 1px solid var(--color-line);
  border-radius: var(--radius);
  padding: 34px;
  background: var(--color-soft);
}

.single-product-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 0.9fr);
  gap: 52px;
  align-items: center;
  padding: 72px 0 52px;
}

.single-product-visual {
  display: grid;
  gap: 14px;
  min-width: 0;
}

.product-breadcrumb {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
  color: var(--color-muted);
  font-size: 13px;
  line-height: 1.3;
  font-weight: 800;
}

.product-breadcrumb a,
.product-breadcrumb span {
  color: inherit;
}

.product-breadcrumb a {
  text-decoration: none;
}

.product-breadcrumb a:hover,
.product-breadcrumb a:focus-visible {
  color: var(--color-green-800);
}

.single-product-media {
  overflow: hidden;
  border: 1px solid var(--color-line);
  border-radius: var(--radius);
  background: #f5f8f6;
  box-shadow: 0 18px 44px rgba(36, 51, 47, 0.08);
}

.single-product-media img {
  width: 100%;
  aspect-ratio: 1.28;
  object-fit: cover;
}

.single-product-gallery {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(86px, 1fr));
  gap: 10px;
}

.single-product-gallery a {
  display: block;
  overflow: hidden;
  border: 1px solid var(--color-line);
  border-radius: 2px;
  background: #f5f8f6;
}

.single-product-gallery img {
  display: block;
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
  transition: transform 180ms ease;
}

.single-product-gallery a:hover img,
.single-product-gallery a:focus-visible img {
  transform: scale(1.04);
}

.single-product-copy {
  min-width: 0;
}

.single-product-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 16px;
}

.single-product-meta span,
.single-product-meta a {
  display: inline-flex;
  min-height: 30px;
  align-items: center;
  border: 1px solid rgba(63, 99, 85, 0.24);
  border-radius: var(--radius-small);
  padding: 0 10px;
  color: var(--color-green-800);
  font-size: 13px;
  font-weight: 800;
}

.single-product-meta span {
  background: #edf4f1;
}

.single-product-spec {
  margin: 20px 0 0;
  color: #35433e;
  font-size: 18px;
  font-weight: 700;
}

.single-product-content {
  margin-top: 22px;
  color: var(--color-muted);
}

.single-product-content p:first-child {
  margin-top: 0;
}

.single-product-highlights {
  display: grid;
  gap: 10px;
  margin: 20px 0 0;
  padding: 0;
  list-style: none;
}

.single-product-highlights li {
  position: relative;
  min-height: 36px;
  border: 1px solid rgba(36, 51, 47, 0.16);
  border-radius: 2px;
  padding: 9px 12px 9px 34px;
  background: #f5f8f6;
  color: var(--color-green-950);
  font-size: 14px;
  line-height: 1.35;
  font-weight: 750;
}

.single-product-highlights li::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 14px;
  width: 7px;
  height: 7px;
  background: var(--color-green-800);
  transform: translateY(-50%);
}

.single-product-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

.product-detail-info {
  padding: 18px 0 48px;
}

.product-specs-panel {
  border: 1px solid rgba(17, 31, 27, 0.42);
  border-radius: 0;
  background: var(--color-white);
}

.product-specs-panel summary {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  min-height: 54px;
  padding: 0 18px;
  color: #343a37;
  cursor: pointer;
  font-family: var(--font-main);
  font-size: 13px;
  font-weight: 500;
  text-transform: uppercase;
}

.product-specs-panel summary::-webkit-details-marker {
  display: none;
}

.product-specs-panel summary span {
  grid-column: 2;
}

.product-specs-panel summary svg {
  grid-column: 3;
  justify-self: end;
  width: 16px;
  height: 16px;
  color: #343a37;
  transform: rotate(0deg);
  transition: transform 180ms ease;
}

.product-specs-panel[open] summary svg {
  transform: rotate(180deg);
}

.product-specs-panel__body {
  display: grid;
  gap: 42px;
  border-top: 1px solid rgba(17, 31, 27, 0.18);
  padding: 28px 28px 36px;
}

.product-specs-section h2 {
  margin: 0 0 24px;
  color: #343a37;
  font-family: var(--font-display);
  font-size: clamp(30px, 3vw, 38px);
  font-weight: 400;
  line-height: 1;
  text-transform: uppercase;
}

.product-specs-rows {
  display: grid;
  gap: 15px;
  margin: 0;
}

.product-specs-row {
  display: grid;
  grid-template-columns: minmax(160px, 0.42fr) minmax(0, 1fr);
  gap: 28px;
  align-items: start;
}

.product-specs-row dt,
.product-specs-row dd {
  margin: 0;
  color: #071c17;
  font-family: var(--font-main);
  font-size: 17px;
  font-weight: 500;
  line-height: 1.45;
}

.related-products-section {
  padding-top: 30px;
  background: linear-gradient(180deg, #fff 0%, #f5f8f6 100%);
}

.inner-page {
  background: var(--color-white);
}

.home-page-links {
  background: var(--color-white);
}

.home-link-grid,
.solution-page-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

.home-link-card,
.solution-page-card {
  overflow: hidden;
  border: 1px solid var(--color-line);
  border-radius: var(--radius);
  background: var(--color-white);
  box-shadow: 0 10px 28px rgba(36, 51, 47, 0.06);
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.home-link-card:hover,
.home-link-card:focus-visible,
.solution-page-card:hover,
.solution-page-card:focus-within {
  transform: translateY(-2px);
  border-color: rgba(63, 99, 85, 0.32);
  box-shadow: var(--shadow-card);
}

.home-link-card img,
.solution-page-card img {
  width: 100%;
  aspect-ratio: 1.45;
  object-fit: cover;
}

.home-link-card div,
.solution-page-card div {
  display: grid;
  gap: 10px;
  padding: 22px;
}

.home-link-card h3,
.solution-page-card h2,
.download-card h2 {
  margin: 0;
  color: var(--color-green-900);
  font-size: 22px;
  line-height: 1.15;
  font-weight: 850;
}

.home-link-card p,
.solution-page-card p,
.download-card p {
  margin: 0;
  color: var(--color-muted);
  font-size: 14px;
  line-height: 1.55;
}

.home-link-card span {
  display: inline-flex;
  gap: 7px;
  align-items: center;
  color: var(--color-green-800);
  font-size: 13px;
  font-weight: 850;
}

.home-link-card .icon {
  width: 15px;
  height: 15px;
}

.solution-page-section,
.catalog-download-section {
  padding-top: 40px;
}

.catalog-download-layout {
  display: grid;
  grid-template-columns: minmax(300px, 0.78fr) minmax(0, 1.22fr);
  gap: 54px;
  align-items: start;
}

.catalog-download-art {
  border: 1px solid var(--color-line);
  border-radius: var(--radius);
  padding: 28px;
  background: linear-gradient(135deg, #f1f7f4 0%, #ffffff 52%, #eef5f1 100%);
}

.catalog-download-art img {
  width: min(430px, 100%);
  margin-inline: auto;
  filter: drop-shadow(0 20px 28px rgba(24, 38, 32, 0.16));
}

.download-card-list {
  display: grid;
  gap: 14px;
}

.download-card {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 20px;
  align-items: center;
  border: 1px solid var(--color-line);
  border-radius: var(--radius);
  padding: 22px;
  background: var(--color-white);
}

.download-card.is-focus {
  border-color: rgba(63, 99, 85, 0.34);
  background: #fbfdfc;
}

.download-card__status {
  display: inline-flex;
  width: max-content;
  margin-bottom: 8px;
  border-radius: 999px;
  padding: 5px 9px;
  background: #e9f2ee;
  color: var(--color-green-800);
  font-size: 12px;
  line-height: 1;
  font-weight: 850;
}

.download-card .btn .icon {
  width: 15px;
  height: 15px;
}

.standalone-quote-section {
  padding: 30px 0 72px;
}

@media (max-width: 1120px) {
  .header-shell {
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 18px;
  }

  .menu-toggle {
    grid-column: 2;
    display: inline-flex;
    justify-self: end;
  }

  .main-navigation {
    position: fixed;
    inset: var(--header-height) 0 auto 0;
    display: none;
    grid-column: 1 / -1;
    justify-self: stretch;
    padding: 14px 24px 24px;
    background: var(--color-green-900);
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
    box-shadow: none;
  }

  .main-navigation.is-open {
    display: block;
  }

  .main-navigation ul {
    display: grid;
    gap: 0;
  }

  .main-navigation a {
    display: block;
    min-height: auto;
    padding: 15px 0;
    color: var(--color-white);
    font-size: 15px;
  }

  .header-actions {
    display: none;
  }

  .home-consult-shell {
    grid-template-columns: 1fr;
    gap: 36px;
  }

  .home-consult-card {
    order: 1;
  }

  .home-consult-copy {
    order: 2;
  }

  .home-consult-copy h2 {
    font-size: 40px;
  }

  .consult-media-grid {
    grid-template-columns: repeat(2, minmax(0, 170px));
    max-width: 380px;
    margin-inline: auto;
  }

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

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

  .aksu-feature,
  .aksu-catalog-panel,
  .single-product-hero {
    grid-template-columns: 1fr;
  }

  .aksu-catalog-panel__media img {
    min-height: 300px;
  }

  .catalog-grid,
  .catalog-grid--compact {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 54px 0;
  }

  .catalog-product-card--lead {
    grid-column: auto;
  }

  .catalog-product-card__media {
    min-height: clamp(210px, 30vw, 290px);
  }

  .catalog-product-card__media img {
    max-height: clamp(200px, 28vw, 270px);
  }

  .product-specs-row {
    grid-template-columns: minmax(130px, 0.38fr) minmax(0, 1fr);
    gap: 20px;
  }

  .trust-strip {
    grid-template-columns: repeat(2, 1fr);
  }

  .trust-item + .trust-item {
    border-left: 0;
  }

  .trust-item:nth-child(even) {
    border-left: 1px solid var(--color-line);
  }

  .trust-item:nth-child(n+3) {
    border-top: 1px solid var(--color-line);
  }

  .panel-grid,
  .quote-shell {
    grid-template-columns: 1fr;
  }

  .home-link-grid,
  .solution-page-grid,
  .catalog-download-layout {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 760px) {
  :root {
    --header-height: 68px;
  }

  .shell {
    width: min(100% - 32px, var(--shell));
  }

  .header-shell {
    gap: 12px;
  }

  .site-header .brand {
    min-width: 0;
  }

  .site-header .custom-logo {
    max-width: 210px;
    max-height: 40px;
  }

  .brand-mark {
    width: 36px;
    height: 36px;
  }

  .brand-text strong {
    font-size: 18px;
  }

  .brand-text small {
    font-size: 9px;
  }

  .header-phone {
    display: none;
  }

  .header-actions .btn {
    display: none;
  }

  .hero-section {
    min-height: auto;
    background: var(--color-white);
    color: var(--color-green-950);
  }

  .hero-track {
    min-height: auto;
    align-items: stretch;
  }

  .hero-slide {
    min-height: auto;
    background: var(--color-white);
  }

  .hero-media {
    position: relative;
    inset: auto;
    width: 100%;
    aspect-ratio: 21 / 9;
    height: auto;
  }

  .hero-media::after {
    display: none;
  }

  .hero-shell {
    min-height: auto;
    display: block;
    padding: 20px 0 48px;
  }

  .hero-copy h1,
  .hero-slide-title {
    color: var(--color-green-950);
    font-size: 24px;
    line-height: 1.25;
    font-weight: 800;
  }

  .hero-copy p {
    margin-top: 10px;
    color: var(--color-muted);
    font-size: 14px;
    line-height: 1.65;
  }

  .hero-section .hero-actions {
    flex-wrap: nowrap;
    gap: 12px;
    margin-top: 14px;
  }

  .hero-section .btn {
    min-height: 32px;
    padding-inline: 12px;
    font-size: 14px;
    white-space: nowrap;
  }

  .hero-section .btn-secondary {
    border-color: var(--color-line);
  }

  .hero-dots {
    top: 16px;
    right: 16px;
    gap: 6px;
  }

  .hero-dot,
  .hero-dot.is-active {
    width: 10px;
    height: 10px;
  }

  .hero-arrow {
    display: none;
  }

  .popular-catalog-strip__inner {
    grid-template-columns: 1fr;
    gap: 14px;
    padding-block: 18px;
  }

  .popular-catalog-strip__copy h2 {
    font-size: 20px;
  }

  .popular-catalog-strip__button {
    width: 100%;
    min-width: 0;
  }

  .home-consult-section {
    padding: 34px 0 52px;
  }

  .home-consult-shell {
    gap: 30px;
  }

  .home-consult-card {
    padding: 24px 16px;
  }

  .home-consult-card h2 {
    font-size: 24px;
    line-height: 1.15;
  }

  .home-consult-card > p {
    font-size: 15px;
    line-height: 1.6;
  }

  .home-consult-form {
    margin-top: 24px;
  }

  .home-consult-form-grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .home-consult-field-full {
    grid-column: auto;
  }

  .home-consult-field input,
  .home-consult-field select,
  .home-consult-field textarea {
    min-height: 50px;
    padding: 12px 13px;
  }

  .home-consult-submit {
    min-height: 52px;
  }

  .home-consult-eyebrow {
    align-items: flex-start;
    margin-bottom: 18px;
    font-size: 12px;
    line-height: 1.35;
  }

  .home-consult-eyebrow::before {
    flex: 0 0 auto;
    height: 30px;
  }

  .home-consult-copy h2 {
    font-size: 29px;
    line-height: 1.14;
  }

  .home-consult-copy > p {
    font-size: 16px;
    line-height: 1.65;
  }

  .consult-media-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }

  .consult-video-card {
    aspect-ratio: 9 / 16;
  }

  .home-consult-benefits {
    gap: 14px;
    margin-top: 26px;
  }

  .home-consult-benefit {
    grid-template-columns: 50px 1fr;
    gap: 14px;
    align-items: start;
    padding: 14px;
  }

  .home-consult-benefit-icon {
    width: 50px;
    height: 50px;
  }

  .home-consult-benefit-icon .icon {
    width: 25px;
    height: 25px;
  }

  .home-consult-benefit h3 {
    font-size: 17px;
  }

  .trust-strip {
    grid-template-columns: 1fr;
    margin-top: -48px;
    padding: 12px;
  }

  .trust-item,
  .trust-item:nth-child(even),
  .trust-item:nth-child(n+3) {
    border-left: 0;
    border-top: 1px solid var(--color-line);
  }

  .trust-item:first-child {
    border-top: 0;
  }

  .section {
    padding: 62px 0;
  }

  .aksu-feature-section {
    padding: 56px 0 28px;
  }

  .aksu-feature {
    gap: 28px;
  }

  .aksu-feature-media img {
    aspect-ratio: 1.25;
  }

  .group-grid,
  .product-grid {
    grid-template-columns: 1fr;
  }

  .group-card-featured,
  .catalog-product-card--lead {
    grid-column: span 1;
  }

  .group-card-featured h3 {
    font-size: 19px;
  }

  .product-card img {
    aspect-ratio: 1.7;
  }

  .catalog-page-hero {
    display: grid;
    gap: 22px;
    align-items: start;
    padding: 46px 0 28px;
  }

  .catalog-page-hero .btn {
    justify-self: start;
  }

  .aksu-catalog-panel__media img {
    min-height: 240px;
  }

  .aksu-catalog-panel__copy {
    padding: 28px;
  }

  .catalog-listing-head {
    display: grid;
  }

  .category-filter {
    gap: 8px;
    flex-wrap: nowrap;
    overflow-x: auto;
    margin-bottom: 0;
    padding-bottom: 4px;
  }

  .category-filter a {
    flex: 0 0 auto;
    min-height: 38px;
    font-size: 13px;
  }

  .catalog-grid,
  .catalog-grid--compact {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 34px 0;
  }

  .home-link-grid,
  .solution-page-grid {
    grid-template-columns: 1fr;
  }

  .home-link-card div,
  .solution-page-card div {
    padding: 18px;
  }

  .catalog-download-layout {
    gap: 26px;
  }

  .catalog-download-art {
    padding: 22px;
  }

  .download-card {
    grid-template-columns: 1fr;
    justify-items: start;
  }

  .catalog-product-card__body {
    gap: 5px;
    padding: 13px 6px 0;
  }

  .catalog-product-card__media {
    min-height: 154px;
    padding: 0 8px;
  }

  .catalog-product-card__media img {
    max-height: 150px;
  }

  .catalog-product-card h3 {
    font-size: 14px;
    line-height: 1.2;
  }

  .catalog-product-card__meta span,
  .catalog-product-card__meta a,
  .catalog-product-card p {
    font-size: 12px;
  }

  .catalog-product-card p {
    max-width: 160px;
  }

  .single-product-hero {
    gap: 28px;
    padding: 46px 0 34px;
  }

  .product-collection-hero {
    min-height: 290px;
  }

  .product-collection-hero__content {
    padding-top: var(--header-height);
  }

  .product-collection-hero h1 {
    max-width: 92%;
    font-size: clamp(36px, 11vw, 54px);
    line-height: 1.06;
  }

  .catalog-listing-section {
    padding-top: 34px;
  }

  .product-archive-page .catalog-listing-section > .shell {
    width: min(100% - 32px, var(--shell));
  }

  .catalog-listing-toolbar {
    display: grid;
    grid-template-columns: 1fr;
    gap: 12px;
    margin-bottom: 24px;
  }

  .catalog-sort-select {
    width: 100%;
  }

  .catalog-sort-select select {
    width: 100%;
    min-height: 42px;
    padding: 0 32px 0 12px;
    font-size: 14px;
  }

  .single-product-copy h1 {
    font-size: clamp(36px, 12vw, 48px);
  }

  .single-product-media img {
    aspect-ratio: 1.2;
  }

  .product-specs-panel__body {
    gap: 32px;
    padding: 24px 18px 30px;
  }

  .product-specs-section h2 {
    margin-bottom: 18px;
    font-size: 30px;
  }

  .product-specs-row {
    grid-template-columns: 1fr;
    gap: 4px;
    border-top: 1px solid rgba(17, 31, 27, 0.12);
    padding-top: 12px;
  }

  .product-specs-row:first-child {
    border-top: 0;
    padding-top: 0;
  }

  .product-specs-row dt,
  .product-specs-row dd {
    font-size: 16px;
  }

  .catalog-shell {
    grid-template-columns: 1fr;
    gap: 26px;
    padding: 28px;
  }

  .quote-shell {
    padding: 28px 18px;
    border-radius: 0;
    width: 100%;
  }

  .form-grid,
  .footer-shell,
  .footer-meta {
    grid-template-columns: 1fr;
  }

  .footer-shell {
    align-items: start;
  }

  .footer-nav {
    justify-self: start;
  }

  .footer-nav ul,
  .footer-meta {
    display: grid;
    gap: 12px;
    justify-content: start;
  }
}

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

/* Home Blog Section */
.home-blog-section {
  padding: 80px 0;
  background: #f3f7f5;
}

.home-blog-section .section-heading {
  text-align: center;
  max-width: 800px;
  margin: 0 auto 40px auto;
}

.home-blog-section .section-heading h2 {
  font-size: 32px;
  margin-bottom: 16px;
  color: var(--color-green-950);
}

.home-blog-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  align-items: stretch;
  grid-auto-rows: 1fr;
  gap: 24px;
}

.home-blog-card {
  background: var(--color-white);
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
  display: flex;
  flex-direction: column;
  height: 100%;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  border: 1px solid rgba(0,0,0,0.04);
}

.home-blog-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}

.home-blog-card-header {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  min-height: 156px;
  padding: 20px 24px;
  border-bottom: 1px solid #f0f0f0;
}

.home-blog-card-title {
  margin: 0;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.45;
  color: var(--color-green-900);
  flex: 1;
}

.home-blog-card-title a {
  display: -webkit-box;
  overflow: hidden;
  color: inherit;
  text-decoration: none;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}

.home-blog-card-title a:hover {
  color: var(--color-green-700);
}

.home-blog-card-media {
  position: relative;
  width: 100%;
  aspect-ratio: 5 / 3;
  overflow: hidden;
}

.home-blog-card-media img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.home-blog-card:hover .home-blog-card-media img {
  transform: scale(1.05);
}

.home-blog-card-content {
  padding: 24px;
  display: flex;
  flex-direction: column;
  flex: 1;
}

.home-blog-card-content p {
  display: -webkit-box;
  overflow: hidden;
  color: #555;
  font-size: 14px;
  line-height: 1.6;
  margin: 0 0 20px 0;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}

.home-blog-card-btn {
  align-self: flex-start;
  margin-top: auto;
  background-color: var(--color-green-800);
  color: white;
  padding: 10px 20px;
  border-radius: 4px;
  font-weight: 600;
  font-size: 14px;
  text-decoration: none;
  transition: background-color 0.3s ease;
  border: none;
}

.home-blog-card-btn:hover {
  background-color: var(--color-green-700);
  color: white;
}

@media (max-width: 1024px) {
  .home-blog-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 600px) {
  .home-blog-grid {
    grid-template-columns: 1fr;
  }
}

/* Home Blog "View All" Button */
.home-blog-all {
  text-align: center;
  margin-top: 40px;
}

.home-blog-all-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 14px 32px;
  border: 2px solid var(--color-green-700);
  color: var(--color-green-700);
  border-radius: var(--radius);
  font-weight: 600;
  font-size: 15px;
  text-decoration: none;
  transition: all 0.3s ease;
}

.home-blog-all-btn svg {
  width: 18px;
  height: 18px;
}

.home-blog-all-btn:hover {
  background: var(--color-green-700);
  color: var(--color-white);
}

/* =========================================
   Blog Archive Page
   ========================================= */

.blog-archive-hero {
  position: relative;
  padding: 100px 0 60px;
  background: linear-gradient(135deg, var(--color-green-950) 0%, var(--color-green-800) 60%, var(--color-green-700) 100%);
  overflow: hidden;
}

.blog-archive-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse at 80% 20%, rgba(199, 154, 50, 0.08) 0%, transparent 60%);
  pointer-events: none;
}

.blog-archive-hero__content {
  position: relative;
  max-width: 700px;
}

.blog-archive-eyebrow {
  display: inline-block;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--color-gold);
  margin-bottom: 16px;
}

.blog-archive-hero__content h1 {
  font-family: var(--font-display);
  font-size: clamp(32px, 5vw, 48px);
  color: var(--color-white);
  margin: 0 0 16px;
  line-height: 1.15;
}

.blog-archive-hero__content p {
  font-size: 17px;
  color: rgba(255, 255, 255, 0.8);
  line-height: 1.7;
  margin: 0;
}

/* Blog Archive Grid */
.blog-archive-content {
  padding: 60px 0 80px;
  background: var(--color-soft);
}

.blog-archive-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}

.blog-archive-card {
  background: var(--color-white);
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  display: flex;
  flex-direction: column;
  border: 1px solid rgba(0, 0, 0, 0.04);
}

.blog-archive-card:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow-card);
}

.blog-archive-card__media {
  position: relative;
  width: 100%;
  padding-top: 58%;
  overflow: hidden;
  display: block;
}

.blog-archive-card__media img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.blog-archive-card:hover .blog-archive-card__media img {
  transform: scale(1.06);
}

.blog-archive-card__body {
  padding: 24px;
  display: flex;
  flex-direction: column;
  flex: 1;
}

.blog-archive-card__meta {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 12px;
  font-size: 13px;
}

.blog-archive-card__cat {
  display: inline-block;
  padding: 3px 10px;
  background: rgba(63, 99, 85, 0.1);
  color: var(--color-green-700);
  border-radius: 20px;
  font-weight: 600;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.blog-archive-card__date {
  color: var(--color-muted);
  font-size: 13px;
}

.blog-archive-card__title {
  font-size: 19px;
  font-weight: 700;
  line-height: 1.35;
  margin: 0 0 12px;
  color: var(--color-green-950);
}

.blog-archive-card__title a {
  color: inherit;
  text-decoration: none;
  transition: color 0.2s ease;
}

.blog-archive-card__title a:hover {
  color: var(--color-green-700);
}

.blog-archive-card__excerpt {
  font-size: 14px;
  line-height: 1.65;
  color: var(--color-muted);
  margin: 0 0 20px;
  flex: 1;
}

.blog-archive-card__link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 14px;
  font-weight: 700;
  color: var(--color-green-700);
  text-decoration: none;
  transition: gap 0.3s ease, color 0.2s ease;
}

.blog-archive-card__link svg {
  width: 16px;
  height: 16px;
  transition: transform 0.3s ease;
}

.blog-archive-card__link:hover {
  color: var(--color-green-900);
  gap: 10px;
}

.blog-archive-card__link:hover svg {
  transform: translateX(2px);
}

/* Blog Archive Empty */
.blog-archive-empty {
  text-align: center;
  padding: 80px 20px;
}

.blog-archive-empty__icon {
  width: 72px;
  height: 72px;
  margin: 0 auto 24px;
  background: rgba(63, 99, 85, 0.08);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--color-green-700);
}

.blog-archive-empty__icon svg {
  width: 32px;
  height: 32px;
}

.blog-archive-empty h2 {
  font-size: 24px;
  color: var(--color-green-950);
  margin: 0 0 12px;
}

.blog-archive-empty p {
  color: var(--color-muted);
  margin: 0 0 28px;
  font-size: 16px;
}

/* Blog Pagination */
.blog-pagination {
  margin-top: 48px;
  display: flex;
  justify-content: center;
}

.blog-pagination__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  gap: 6px;
}

.blog-pagination__list li a,
.blog-pagination__list li span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 42px;
  height: 42px;
  padding: 0 14px;
  border-radius: var(--radius-small);
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.2s ease;
}

.blog-pagination__list li a {
  background: var(--color-white);
  color: var(--color-green-900);
  border: 1px solid var(--color-line);
}

.blog-pagination__list li a:hover {
  background: var(--color-green-700);
  color: var(--color-white);
  border-color: var(--color-green-700);
}

.blog-pagination__list li span.current {
  background: var(--color-green-700);
  color: var(--color-white);
  border: 1px solid var(--color-green-700);
}

.blog-pagination__list li span.dots {
  border: none;
  background: transparent;
  color: var(--color-muted);
}

/* =========================================
   Blog Single Page
   ========================================= */

.blog-single-hero {
  position: relative;
  padding: 140px 0 60px;
  min-height: 380px;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
}

.blog-single-hero__bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  filter: brightness(0.4);
  transition: transform 0.6s ease;
}

.blog-single-hero__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(24, 38, 32, 0.92) 0%, rgba(24, 38, 32, 0.4) 60%, transparent 100%);
}

.blog-single-hero__content {
  position: relative;
  z-index: 1;
  max-width: 800px;
}

.blog-single-hero__meta {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 16px;
}

.blog-single-hero__cat {
  display: inline-block;
  padding: 4px 14px;
  background: rgba(199, 154, 50, 0.2);
  color: var(--color-gold);
  border-radius: 20px;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.8px;
}

.blog-single-hero__meta time {
  color: rgba(255, 255, 255, 0.7);
  font-size: 14px;
}

.blog-single-hero__content h1 {
  font-family: var(--font-display);
  font-size: clamp(28px, 4.5vw, 44px);
  color: var(--color-white);
  margin: 0;
  line-height: 1.2;
}

/* Blog Breadcrumb */
.blog-breadcrumb {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  margin-bottom: 20px;
  flex-wrap: wrap;
}

.blog-breadcrumb a {
  color: rgba(255, 255, 255, 0.7);
  text-decoration: none;
  transition: color 0.2s ease;
}

.blog-breadcrumb a:hover {
  color: var(--color-white);
}

.blog-breadcrumb span[aria-hidden] {
  color: rgba(255, 255, 255, 0.4);
}

.blog-breadcrumb span[aria-current] {
  color: var(--color-gold);
  font-weight: 600;
}

/* Blog Single Body */
.blog-single-body {
  padding: 60px 0 80px;
  background: var(--color-soft);
}

.blog-single-shell {
  display: grid;
  grid-template-columns: 1fr 320px;
  gap: 40px;
  align-items: start;
}

/* Blog Content */
.blog-single-content {
  background: var(--color-white);
  border-radius: var(--radius);
  padding: 48px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.04);
  border: 1px solid rgba(0, 0, 0, 0.04);
}

.blog-single-content h2 {
  font-size: 24px;
  font-weight: 800;
  color: var(--color-green-950);
  margin: 36px 0 16px;
  line-height: 1.3;
}

.blog-single-content h3 {
  font-size: 20px;
  font-weight: 700;
  color: var(--color-green-900);
  margin: 28px 0 12px;
}

.blog-single-content p {
  font-size: 16px;
  line-height: 1.8;
  color: var(--color-text);
  margin: 0 0 18px;
}

.blog-single-content img {
  max-width: 100%;
  height: auto;
  border-radius: var(--radius-small);
  margin: 24px 0;
}

.blog-single-content ul,
.blog-single-content ol {
  padding-left: 24px;
  margin: 0 0 18px;
}

.blog-single-content li {
  font-size: 16px;
  line-height: 1.8;
  color: var(--color-text);
  margin-bottom: 6px;
}

.blog-single-content blockquote {
  border-left: 4px solid var(--color-green-700);
  padding: 16px 24px;
  margin: 24px 0;
  background: rgba(63, 99, 85, 0.04);
  border-radius: 0 var(--radius-small) var(--radius-small) 0;
}

.blog-single-content blockquote p {
  font-style: italic;
  color: var(--color-green-900);
  margin: 0;
}

.blog-single-content a {
  color: var(--color-green-700);
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 2px;
  transition: color 0.2s ease;
}

.blog-single-content a:hover {
  color: var(--color-green-900);
}

/* Blog Sidebar */
.blog-single-sidebar {
  display: flex;
  flex-direction: column;
  gap: 20px;
  position: sticky;
  top: calc(var(--header-height) + 24px);
}

.blog-single-sidebar__card {
  background: var(--color-white);
  border-radius: var(--radius);
  padding: 24px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.04);
  border: 1px solid rgba(0, 0, 0, 0.04);
}

.blog-single-sidebar__card h3 {
  font-size: 16px;
  font-weight: 700;
  color: var(--color-green-950);
  margin: 0 0 16px;
  padding-bottom: 12px;
  border-bottom: 2px solid var(--color-line);
}

.blog-single-sidebar__list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.blog-single-sidebar__list li {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 0;
  font-size: 14px;
  color: var(--color-text);
  border-bottom: 1px solid var(--color-line);
}

.blog-single-sidebar__list li:last-child {
  border-bottom: none;
}

.blog-single-sidebar__list li svg {
  width: 18px;
  height: 18px;
  color: var(--color-green-700);
  flex-shrink: 0;
}

.blog-single-sidebar__list li a {
  color: var(--color-green-700);
  text-decoration: none;
  font-weight: 600;
}

.blog-single-sidebar__list li a:hover {
  color: var(--color-green-900);
}

/* Blog Tags */
.blog-single-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.blog-single-tag {
  display: inline-block;
  padding: 4px 12px;
  background: var(--color-soft);
  color: var(--color-muted);
  border-radius: 20px;
  font-size: 12px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.2s ease;
  border: 1px solid var(--color-line);
}

.blog-single-tag:hover {
  background: var(--color-green-700);
  color: var(--color-white);
  border-color: var(--color-green-700);
}

/* Blog PDF Download */
.blog-single-pdf-link {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 12px 18px;
  background: var(--color-soft);
  border: 1px solid var(--color-line);
  border-radius: var(--radius-small);
  color: var(--color-green-700);
  font-weight: 700;
  font-size: 14px;
  text-decoration: none;
  transition: all 0.2s ease;
}

.blog-single-pdf-link svg {
  width: 18px;
  height: 18px;
  transform: rotate(90deg);
}

.blog-single-pdf-link:hover {
  background: var(--color-green-700);
  color: var(--color-white);
  border-color: var(--color-green-700);
}

/* Blog Sidebar CTA */
.blog-single-sidebar__cta {
  background: linear-gradient(135deg, var(--color-green-900) 0%, var(--color-green-700) 100%);
  border: none;
}

.blog-single-sidebar__cta h3 {
  color: var(--color-white);
  border-bottom-color: rgba(255, 255, 255, 0.2);
}

.blog-single-sidebar__cta p {
  color: rgba(255, 255, 255, 0.8);
  font-size: 14px;
  line-height: 1.6;
  margin: 0 0 16px;
}

.blog-single-sidebar__cta .btn {
  display: block;
  text-align: center;
  background: var(--color-white);
  color: var(--color-green-900);
  font-weight: 700;
}

.blog-single-sidebar__cta .btn:hover {
  background: var(--color-blue-100);
}

/* Blog Single Navigation */
.blog-single-nav {
  background: var(--color-white);
  border-top: 1px solid var(--color-line);
  border-bottom: 1px solid var(--color-line);
}

.blog-single-nav__inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1px;
  background: var(--color-line);
}

.blog-single-nav__link {
  display: flex;
  flex-direction: column;
  gap: 6px;
  padding: 28px 32px;
  text-decoration: none;
  background: var(--color-white);
  transition: background 0.2s ease;
}

.blog-single-nav__link:hover {
  background: var(--color-soft);
}

.blog-single-nav__next {
  text-align: right;
}

.blog-single-nav__label {
  font-size: 13px;
  font-weight: 600;
  color: var(--color-green-700);
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.blog-single-nav__title {
  font-size: 15px;
  font-weight: 600;
  color: var(--color-green-950);
  line-height: 1.4;
}

/* Blog Related Section */
.blog-related-section {
  padding: 60px 0 80px;
  background: var(--color-soft);
}

.blog-related-heading {
  text-align: center;
  margin-bottom: 36px;
}

.blog-related-heading h2 {
  font-size: 28px;
  font-weight: 800;
  color: var(--color-green-950);
  margin: 0;
}

.blog-related-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}

/* =========================================
   Blog Responsive
   ========================================= */

@media (max-width: 1024px) {
  .blog-archive-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .blog-single-shell {
    grid-template-columns: 1fr;
  }

  .blog-single-sidebar {
    position: static;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }

  .blog-single-content {
    padding: 36px;
  }

  .blog-related-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .blog-single-nav__link {
    padding: 20px 24px;
  }
}

@media (max-width: 768px) {
  .blog-archive-hero {
    padding: 80px 0 40px;
  }

  .blog-single-hero {
    padding: 110px 0 40px;
    min-height: 300px;
  }

  .blog-single-sidebar {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 600px) {
  .blog-archive-grid {
    grid-template-columns: 1fr;
  }

  .blog-single-content {
    padding: 24px;
  }

  .blog-single-nav__inner {
    grid-template-columns: 1fr;
  }

  .blog-single-nav__next {
    text-align: left;
  }

  .blog-related-grid {
    grid-template-columns: 1fr;
  }

  .blog-breadcrumb {
    font-size: 12px;
  }
}
