:root {
  --kcs-navy: #1d234b;
  --kcs-navy-deep: #171d43;
  --kcs-gold: #c8a56a;
  --kcs-gold-light: #d8bd8b;
  --kcs-text: #222848;
  --kcs-muted: #69708a;
  --kcs-line: #e7e2d9;
  --kcs-soft: #f7f6f3;
  --kcs-white: #ffffff;
  --kcs-shadow: 0 20px 45px rgba(20, 25, 55, 0.14);
  --kcs-font-family: "Poppins", Arial, Helvetica, sans-serif;
  --bs-font-sans-serif: var(--kcs-font-family);
  --bs-body-font-family: var(--kcs-font-family);
}

.product-catalog-page {
  --catalog-dark: #1a2e44;
  --catalog-mid: #2563a8;
  --catalog-light: #3b82c4;
  --catalog-accent: #e8a020;
  --catalog-accent-strong: #d97706;
  --catalog-bg: #f8fafc;
  --catalog-card: #ffffff;
  --catalog-text: #1e2a3a;
  --catalog-muted: #64748b;
  --catalog-border: #dde3ec;
  --catalog-radius: 12px;
  color: var(--catalog-text);
  background: var(--catalog-bg);
  font-family: var(--kcs-font-family);
}

.product-catalog-page * {
  letter-spacing: 0;
}

.product-catalog-page .hero {
  position: relative;
  height: auto;
  min-height: clamp(390px, 45vw, 560px);
  display: flex;
  align-items: center;
  overflow: hidden;
  color: #ffffff;
  background-color: var(--catalog-dark);
  background-position: center;
  background-size: cover;
  isolation: isolate;
}

.product-catalog-page--gazbeton .hero {
  background-image:
    linear-gradient(135deg, rgba(26, 46, 68, 0.85), rgba(37, 99, 168, 0.52)),
    url("/images/product-headers/header-gazbeton.png");
}

.product-catalog-page--agrega .hero {
  background-image:
    linear-gradient(135deg, rgba(26, 46, 68, 0.78), rgba(37, 99, 168, 0.42)),
    url("/images/product-headers/header-agrega.png");
}

.product-catalog-page--yapi-kimyasallari .hero {
  background-image:
    linear-gradient(135deg, rgba(26, 46, 68, 0.78), rgba(37, 99, 168, 0.42)),
    url("/images/product-headers/header-yapi-kimyasallari.png");
}

.product-catalog-page .hero-bg {
  position: absolute;
  inset: 0;
  z-index: -1;
  background-position: center;
  background-size: cover;
}

.product-catalog-page--beton .hero-bg {
  background-image:
    linear-gradient(90deg, rgba(255, 255, 255, 0.93), rgba(255, 255, 255, 0.58) 56%, rgba(255, 255, 255, 0.1)),
    url("/images/hero-beton.jpg");
}

.product-catalog-page--kirec .hero-bg {
  background-image:
    linear-gradient(90deg, rgba(255, 255, 255, 0.96), rgba(255, 255, 255, 0.58) 56%, rgba(255, 255, 255, 0.08)),
    url("/images/product-headers/header-kirec.png");
}

.product-catalog-page--beton .hero,
.product-catalog-page--kirec .hero {
  color: var(--catalog-text);
  background: #ffffff;
}

.product-catalog-page .hero-content {
  position: relative;
  z-index: 1;
  left: auto;
  bottom: auto;
  width: min(1200px, calc(100% - 4rem));
  margin-inline: auto;
  padding: clamp(3rem, 7vw, 5rem) 0;
}

.product-catalog-page .hero-text,
.product-catalog-page .hero-content > :not(.hero-bg) {
  max-width: 760px;
}

.product-catalog-page .hero h1 {
  margin: 0 0 1rem;
  color: inherit;
  font-size: clamp(2.1rem, 5vw, 4.8rem);
  font-weight: 900;
  line-height: 1.05;
}

.product-catalog-page .hero h1 em,
.product-catalog-page .tagline {
  color: var(--catalog-accent);
  font-style: normal;
}

.product-catalog-page--kirec .hero h1 {
  color: var(--catalog-accent-strong);
}

.product-catalog-page--kirec .hero h1 em {
  color: inherit;
}

.product-catalog-page--beton .hero h1 em {
  color: var(--catalog-accent-strong);
}

.product-catalog-page .hero p {
  max-width: 700px;
  margin: 0;
  color: inherit;
  font-size: clamp(1rem, 1.4vw, 1.18rem);
  line-height: 1.7;
  opacity: 0.92;
}

.product-catalog-page--beton .hero p,
.product-catalog-page--kirec .hero p {
  color: #475569;
}

.product-catalog-page .tagline,
.product-catalog-page .hero-badge,
.product-catalog-page .section-label {
  display: inline-flex;
  align-items: center;
  gap: 0.65rem;
  margin-bottom: 1rem;
  color: var(--catalog-accent-strong);
  font-size: 0.78rem;
  font-weight: 800;
  text-transform: uppercase;
}

.product-catalog-page .hero-badge {
  padding: 0.42rem 0.9rem;
  border-radius: 999px;
  background: rgba(232, 160, 32, 0.14);
}

.product-catalog-page .hero-stats {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  display: flex;
  justify-content: center;
  padding-inline: 2rem;
}

.product-catalog-page .stats-bar {
  display: grid;
  grid-template-columns: repeat(4, minmax(130px, 1fr));
  overflow: hidden;
  border: 1px solid var(--catalog-border);
  border-bottom: 0;
  border-radius: 18px 18px 0 0;
  background: #ffffff;
  box-shadow: 0 -12px 34px rgba(20, 30, 52, 0.08);
}

.product-catalog-page .stat-item {
  padding: 1.15rem 1.35rem;
  border-right: 1px solid var(--catalog-border);
  text-align: center;
}

.product-catalog-page .stat-item:last-child {
  border-right: 0;
}

.product-catalog-page .stat-num {
  color: #172033;
  font-size: clamp(1.35rem, 2.2vw, 2rem);
  font-weight: 900;
  line-height: 1;
  white-space: nowrap;
}

.product-catalog-page .stat-label {
  display: block;
  margin-top: 0.45rem;
  color: var(--catalog-muted);
  font-size: 0.72rem;
  font-weight: 800;
  text-transform: uppercase;
  white-space: nowrap;
}

.product-catalog-page main,
.product-catalog-page > section:not(.hero) {
  width: min(1200px, calc(100% - 4rem));
  margin-inline: auto;
  padding: clamp(3rem, 6vw, 5rem) 0;
}

.product-catalog-page--beton > section:not(.hero),
.product-catalog-page--kirec > section:not(.hero) {
  width: 100%;
  padding-inline: max(2rem, calc((100% - 1200px) / 2));
}

.product-catalog-page--beton #urunler {
  padding-top: clamp(5rem, 9vw, 7rem);
  background: #ffffff;
}

.product-catalog-page .section-title {
  margin: 0 0 1.5rem;
  color: var(--catalog-mid);
  font-size: clamp(1.5rem, 3vw, 2.55rem);
  font-weight: 900;
  line-height: 1.12;
  text-transform: none;
}

.product-catalog-page main > .section-title,
.product-catalog-page .section-title:not(h2) {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  margin-top: 2.7rem;
  margin-bottom: 1.5rem;
  color: var(--catalog-mid);
  font-size: 0.82rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.product-catalog-page main > .section-title:first-child {
  margin-top: 0;
}

.product-catalog-page main > .section-title::before,
.product-catalog-page .section-title:not(h2)::before,
.product-catalog-page .section-label::before {
  content: "";
  width: 34px;
  height: 3px;
  border-radius: 99px;
  background: var(--catalog-accent);
}

.product-catalog-page .section-header,
.product-catalog-page .products-header {
  margin-bottom: 2rem;
}

.product-catalog-page .section-sub,
.product-catalog-page .products-text,
.product-catalog-page .intro-text {
  color: var(--catalog-muted);
  font-size: 1rem;
  line-height: 1.75;
}

.product-catalog-page .intro-text {
  margin-bottom: 2.2rem;
  padding: 1.45rem 1.65rem;
  border: 1px solid var(--catalog-border);
  border-radius: var(--catalog-radius);
  background: var(--catalog-card);
}

.product-catalog-page .product-grid,
.product-catalog-page .products-grid,
.product-catalog-page .info-grid,
.product-catalog-page .adv-grid,
.product-catalog-page .advantages-grid,
.product-catalog-page .app-grid,
.product-catalog-page .usage-grid,
.product-catalog-page .ship-grid,
.product-catalog-page .quality-inner {
  display: grid;
  gap: 1.35rem;
}

.product-catalog-page .product-grid,
.product-catalog-page .products-grid {
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
}

.product-catalog-page .info-grid,
.product-catalog-page .adv-grid,
.product-catalog-page .advantages-grid,
.product-catalog-page .app-grid {
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
}

.product-catalog-page .usage-grid {
  grid-template-columns: repeat(auto-fit, minmax(170px, 1fr));
}

.product-catalog-page .ship-grid,
.product-catalog-page .quality-inner {
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
}

.product-catalog-page .product-card,
.product-catalog-page .product-item,
.product-catalog-page .info-card,
.product-catalog-page .adv-card,
.product-catalog-page .advantage-card,
.product-catalog-page .app-item,
.product-catalog-page .usage-item,
.product-catalog-page .ship-card,
.product-catalog-page .standard-card {
  border: 1px solid var(--catalog-border);
  border-radius: var(--catalog-radius);
  background: var(--catalog-card);
  box-shadow: 0 10px 28px rgba(22, 36, 68, 0.06);
}

.product-catalog-page .product-card,
.product-catalog-page .product-item,
.product-catalog-page .adv-card,
.product-catalog-page .advantage-card,
.product-catalog-page .info-card {
  overflow: hidden;
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.product-catalog-page .product-card:hover,
.product-catalog-page .product-item:hover,
.product-catalog-page .adv-card:hover,
.product-catalog-page .advantage-card:hover,
.product-catalog-page .info-card:hover {
  border-color: var(--catalog-mid);
  box-shadow: 0 18px 42px rgba(22, 36, 68, 0.11);
  transform: translateY(-3px);
}

.product-catalog-page .product-header,
.product-catalog-page .card-title,
.product-catalog-page .card-grade {
  display: block;
  padding: 1.05rem 1.35rem;
  color: #ffffff;
  background: linear-gradient(135deg, var(--catalog-mid), var(--catalog-light));
  font-size: 1.25rem;
  font-weight: 900;
  line-height: 1.25;
}

.product-catalog-page .product-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.product-catalog-page .product-header h2,
.product-catalog-page .product-name,
.product-catalog-page .product-size {
  margin: 0;
  color: inherit;
  font-size: 1.2rem;
  font-weight: 900;
}

.product-catalog-page .product-type,
.product-catalog-page .product-std,
.product-catalog-page .card-subtitle,
.product-catalog-page .card-type {
  color: var(--catalog-mid);
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
}

.product-catalog-page .card-subtitle {
  padding: 0.75rem 1.35rem;
  border-bottom: 1px solid var(--catalog-border);
  background: #eef5fc;
  text-align: center;
}

.product-catalog-page .product-std {
  padding: 0.25rem 0.7rem;
  border-radius: 999px;
  color: #ffffff;
  background: rgba(255, 255, 255, 0.15);
  white-space: nowrap;
}

.product-catalog-page .product-body,
.product-catalog-page .product-content,
.product-catalog-page .card-desc,
.product-catalog-page .info-card,
.product-catalog-page .adv-card,
.product-catalog-page .advantage-card,
.product-catalog-page .app-item,
.product-catalog-page .usage-item,
.product-catalog-page .ship-card,
.product-catalog-page .quality-text {
  padding: 1.45rem;
}

.product-catalog-page .card-desc {
  margin: 0;
  color: var(--catalog-muted);
  font-size: 0.94rem;
  line-height: 1.68;
}

.product-catalog-page .product-body h3,
.product-catalog-page .desc-box h3,
.product-catalog-page .usage-box h3,
.product-catalog-page .info-card h4,
.product-catalog-page .adv-title,
.product-catalog-page .advantage-card h4,
.product-catalog-page .app-text h5,
.product-catalog-page .usage-title,
.product-catalog-page .ship-title {
  margin: 0 0 0.6rem;
  color: #172033;
  font-size: 1rem;
  font-weight: 900;
  line-height: 1.3;
}

.product-catalog-page .product-body p + h3,
.product-catalog-page .product-body ul + h3 {
  margin-top: 1.1rem;
}

.product-catalog-page p {
  margin: 0;
}

.product-catalog-page p + p {
  margin-top: 1rem;
}

.product-catalog-page .features-list,
.product-catalog-page .usage-list {
  margin: 1rem 0;
  padding: 0;
  list-style: none;
}

.product-catalog-page .features-list li,
.product-catalog-page .usage-list li {
  position: relative;
  margin-bottom: 0.5rem;
  padding-left: 1.35rem;
  color: var(--catalog-text);
  font-size: 0.9rem;
}

.product-catalog-page .features-list li::before,
.product-catalog-page .usage-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.68em;
  width: 0.4rem;
  height: 0.4rem;
  border-radius: 999px;
  background: var(--catalog-accent);
}

.product-catalog-page .product-footer,
.product-catalog-page .card-footer,
.product-catalog-page .card-standard {
  border-top: 1px solid var(--catalog-border);
  padding: 0.85rem 1.35rem;
  color: var(--catalog-muted);
  font-size: 0.82rem;
}

.product-catalog-page .card-tags,
.product-catalog-page .spec-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  padding: 0 1.35rem 1.2rem;
}

.product-catalog-page .spec-tags {
  padding: 1rem 0 0;
}

.product-catalog-page .tag,
.product-catalog-page .spec-tag {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 0.35rem 0.75rem;
  border-radius: 999px;
  color: #3d4a5c;
  background: #f1f5f9;
  font-size: 0.78rem;
  font-weight: 800;
}

.product-catalog-page .tag.highlight {
  color: #ffffff;
  background: var(--catalog-mid);
}

.product-catalog-page .card-specs,
.product-catalog-page .standard-card {
  margin-top: 1rem;
  padding: 1rem;
  border-radius: 10px;
  background: #f8fafc;
}

.product-catalog-page .spec-row {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.45rem 0;
  border-bottom: 1px solid #edf2f7;
  font-size: 0.86rem;
}

.product-catalog-page .spec-row:last-child {
  border-bottom: 0;
}

.product-catalog-page .spec-label {
  color: var(--catalog-muted);
}

.product-catalog-page .spec-value {
  color: #172033;
  font-weight: 800;
  text-align: right;
}

.product-catalog-page .icon-wrapper,
.product-catalog-page .adv-icon,
.product-catalog-page .advantage-icon,
.product-catalog-page .app-icon,
.product-catalog-page .usage-icon,
.product-catalog-page .ship-icon {
  display: grid;
  place-items: center;
  width: 52px;
  height: 52px;
  margin-bottom: 1rem;
  border-radius: 12px;
  color: var(--catalog-accent);
  background: rgba(232, 160, 32, 0.13);
  font-size: 1.55rem;
}

.product-catalog-page .icon-wrapper svg {
  width: 28px;
  height: 28px;
}

.product-catalog-page .app-item {
  display: flex;
  gap: 1rem;
}

.product-catalog-page .app-icon {
  flex: 0 0 42px;
  width: 42px;
  height: 42px;
  margin: 0;
  color: var(--catalog-accent);
  background: var(--catalog-dark);
}

.product-catalog-page .usage-item,
.product-catalog-page .ship-card,
.product-catalog-page .advantage-card {
  text-align: center;
}

.product-catalog-page .usage-icon,
.product-catalog-page .ship-icon,
.product-catalog-page .advantage-icon {
  margin-inline: auto;
}

.product-catalog-page .quality-visual {
  display: grid;
  gap: 1rem;
}

.product-catalog-page .std-badge {
  display: inline-flex;
  min-width: 132px;
  justify-content: center;
  margin-right: 1rem;
  padding: 0.55rem 0.75rem;
  border-radius: 8px;
  color: #ffffff;
  background: #172033;
  font-weight: 900;
}

.product-catalog-page .std-desc {
  color: var(--catalog-muted);
  font-size: 0.94rem;
}

.renewable-page {
  --renewable-deep: #133a40;
  --renewable-panel: #1f4d56;
  --renewable-panel-strong: #255862;
  --renewable-line: #316872;
  --renewable-sun: #6fe4d1;
  --renewable-water: #45b8c9;
  --renewable-earth: #4ec27a;
  --renewable-text: #f2faf7;
  --renewable-muted: #b4cec9;
  color: var(--renewable-text);
  background: var(--renewable-deep);
  font-family: var(--kcs-font-family);
}

.renewable-wrap {
  width: min(1180px, calc(100% - 48px));
  margin-inline: auto;
}

.renewable-hero {
  position: relative;
  min-height: 650px;
  display: flex;
  align-items: center;
  overflow: hidden;
  background: var(--renewable-deep);
}

.renewable-hero__media,
.renewable-hero__shade {
  position: absolute;
  inset: 0;
}

.renewable-hero__media {
  background-image: url("/images/sustainability/yenilenebilir-enerji.png");
  background-position: center;
  background-size: cover;
}

.renewable-hero__shade {
  background:
    linear-gradient(90deg, rgba(16, 51, 55, 0.94) 0%, rgba(16, 51, 55, 0.72) 46%, rgba(16, 51, 55, 0.16) 100%),
    linear-gradient(0deg, rgba(19, 58, 64, 0.86) 0%, rgba(19, 58, 64, 0.1) 45%);
}

.renewable-hero__content {
  position: relative;
  z-index: 1;
  padding-block: 96px;
}

.renewable-eyebrow,
.renewable-section-kicker {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: var(--renewable-sun);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

.renewable-eyebrow::before,
.renewable-section-kicker::before {
  content: "";
  width: 28px;
  height: 1px;
  background: currentColor;
}

.renewable-hero h1 {
  max-width: 920px;
  margin: 18px 0 18px;
  color: var(--renewable-text);
  font-size: 80px;
  font-weight: 900;
  line-height: 0.98;
  text-transform: uppercase;
}

.renewable-hero h1 span {
  color: var(--renewable-earth);
}

.renewable-hero p {
  max-width: 620px;
  margin: 0;
  color: var(--renewable-muted);
  font-size: 17px;
  line-height: 1.7;
}

.renewable-pillar {
  padding-block: 76px 88px;
}

.renewable-pillar--solar {
  background: linear-gradient(180deg, var(--renewable-deep) 0%, #1c464e 100%);
}

.renewable-pillar--earth {
  background: linear-gradient(180deg, #1a3f3a 0%, var(--renewable-deep) 100%);
}

.renewable-pillar--waste {
  background: linear-gradient(180deg, #173d47 0%, #132f39 100%);
}

.renewable-section-head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 440px);
  gap: 56px;
  align-items: end;
  margin-bottom: 40px;
}

.renewable-section-head h2 {
  margin: 16px 0 0;
  color: var(--renewable-text);
  font-size: 46px;
  font-weight: 900;
  line-height: 1.08;
  text-transform: uppercase;
}

.renewable-section-head p {
  margin: 0;
  color: var(--renewable-muted);
  font-size: 16px;
  line-height: 1.75;
}

.renewable-kpi-grid,
.renewable-plant-grid,
.renewable-summary-grid {
  display: grid;
  gap: 1px;
  border: 1px solid var(--renewable-line);
  background: var(--renewable-line);
}

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

.renewable-kpi,
.renewable-plant,
.renewable-summary {
  position: relative;
  min-width: 0;
  border-radius: 0;
  background: var(--renewable-panel);
}

.renewable-kpi {
  min-height: 198px;
  padding: 34px 26px;
}

.renewable-kpi small {
  display: block;
  min-height: 34px;
  margin: 0 24px 16px 0;
  color: var(--renewable-muted);
  font-size: 11px;
  font-weight: 800;
  line-height: 1.45;
  text-transform: uppercase;
}

.renewable-kpi strong {
  display: block;
  color: var(--renewable-sun);
  font-size: 36px;
  font-weight: 900;
  line-height: 1;
}

.renewable-pillar--earth .renewable-kpi strong,
.renewable-pillar--waste .renewable-kpi strong,
.renewable-plant strong,
.renewable-closing__line em {
  color: var(--renewable-earth);
  font-style: normal;
}

.renewable-kpi > span:not(.renewable-kpi__state) {
  display: block;
  margin-top: 8px;
  color: var(--renewable-muted);
  font-size: 13px;
  font-weight: 600;
}

.renewable-kpi__state {
  position: absolute;
  top: 26px;
  right: 26px;
  width: 7px;
  height: 7px;
  border: 1px solid var(--renewable-water);
  border-radius: 999px;
}

.renewable-kpi__state--live {
  border-color: var(--renewable-sun);
  background: var(--renewable-sun);
  box-shadow: 0 0 12px rgba(111, 228, 209, 0.85);
}

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

.renewable-plant {
  min-height: 152px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  padding: 28px 22px;
}

.renewable-plant span,
.renewable-summary span {
  color: var(--renewable-text);
  font-size: 15px;
  font-weight: 900;
  line-height: 1.3;
  text-transform: uppercase;
}

.renewable-plant strong {
  display: block;
  font-size: 34px;
  font-weight: 900;
  line-height: 1;
}

.renewable-plant--total {
  background: var(--renewable-panel-strong);
}

.renewable-plant--total strong {
  color: var(--renewable-sun);
}

.renewable-closing {
  padding-block: 84px 68px;
  border-top: 1px solid var(--renewable-line);
  background: var(--renewable-deep);
  text-align: center;
}

.renewable-closing__line {
  max-width: 820px;
  margin: 0 auto 32px;
  color: var(--renewable-text);
  font-size: 36px;
  font-weight: 900;
  line-height: 1.22;
  text-transform: uppercase;
}

.renewable-closing__line span {
  color: var(--renewable-sun);
}

.renewable-summary-grid {
  max-width: 1040px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-inline: auto;
}

.renewable-summary {
  min-height: 164px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 30px 24px;
}

.renewable-summary strong {
  color: var(--renewable-sun);
  font-size: 40px;
  font-weight: 900;
  line-height: 1;
}

.renewable-summary small {
  color: var(--renewable-muted);
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
}

.renewable-summary--wide {
  grid-column: 1 / -1;
}

.renewable-summary--wide strong {
  color: var(--renewable-earth);
}

@media (max-width: 1080px) {
  .renewable-hero {
    min-height: 580px;
  }

  .renewable-hero h1 {
    max-width: 760px;
    font-size: 62px;
  }

  .renewable-section-head,
  .renewable-kpi-grid,
  .renewable-plant-grid,
  .renewable-summary-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .renewable-section-head {
    gap: 28px;
  }
}

@media (max-width: 680px) {
  .renewable-wrap {
    width: min(100% - 32px, 560px);
  }

  .renewable-hero {
    min-height: 560px;
  }

  .renewable-hero__shade {
    background:
      linear-gradient(90deg, rgba(16, 51, 55, 0.96) 0%, rgba(16, 51, 55, 0.8) 100%),
      linear-gradient(0deg, rgba(19, 58, 64, 0.92) 0%, rgba(19, 58, 64, 0.18) 48%);
  }

  .renewable-hero__content {
    padding-block: 72px;
  }

  .renewable-hero h1 {
    font-size: 42px;
  }

  .renewable-hero p,
  .renewable-section-head p {
    font-size: 15px;
  }

  .renewable-pillar {
    padding-block: 58px 66px;
  }

  .renewable-section-head,
  .renewable-kpi-grid,
  .renewable-plant-grid,
  .renewable-summary-grid {
    grid-template-columns: 1fr;
  }

  .renewable-section-head h2 {
    font-size: 34px;
  }

  .renewable-kpi,
  .renewable-plant,
  .renewable-summary {
    min-height: auto;
  }

  .renewable-kpi strong,
  .renewable-summary strong {
    font-size: 32px;
  }

  .renewable-closing {
    padding-block: 62px 54px;
  }

  .renewable-closing__line {
    font-size: 26px;
  }
}

.product-catalog-page--beton .hero {
  min-height: 85vh;
  align-items: center;
  overflow: visible;
  padding: 80px 6vw 120px;
  color: #1e293b;
  background: #f1f5f9;
}

.product-catalog-page--beton .hero-bg {
  z-index: 0;
  background-image:
    linear-gradient(135deg, rgba(255, 255, 255, 0.99) 0%, rgba(248, 250, 252, 0.98) 66%, rgba(241, 245, 249, 0.96) 100%),
    url("/images/hero-beton.jpg");
}

.product-catalog-page--beton .hero-content {
  position: relative;
  z-index: 2;
  width: auto;
  max-width: 750px;
  margin: 0;
  padding: 0;
}

.product-catalog-page--beton .hero-badge {
  gap: 8px;
  margin-bottom: 24px;
  padding: 8px 18px;
  border: 1px solid #e2e8f0;
  border-radius: 100px;
  color: #d97706;
  background: #ffffff;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.03);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 1px;
}

.product-catalog-page--beton .hero h1 {
  margin: 0 0 24px;
  color: #1e293b;
  font-family: "Arial Narrow", "Roboto Condensed", "Barlow Condensed", var(--kcs-font-family);
  font-size: clamp(42px, 6vw, 82px);
  font-weight: 900;
  line-height: 1;
  max-width: 900px;
  transform: scaleX(0.72);
  transform-origin: left center;
}

.product-catalog-page--beton .hero h1 em {
  color: #f59e0b;
  background: linear-gradient(120deg, #f59e0b 0%, #d97706 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.product-catalog-page--beton .hero-heading-accent {
  color: inherit;
  white-space: nowrap;
}

.product-catalog-page--beton .hero p {
  max-width: 560px;
  margin: 0;
  color: #64748b;
  font-size: 18px;
  line-height: 1.6;
  opacity: 1;
}

.product-catalog-page--beton .hero-stats {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 5;
  display: flex;
  justify-content: center;
  padding: 0 6vw;
}

.product-catalog-page--beton .stats-bar {
  display: flex;
  overflow: hidden;
  border: 1px solid #e2e8f0;
  border-bottom: 0;
  border-radius: 20px 20px 0 0;
  background: #ffffff;
  box-shadow: 0 -10px 40px rgba(0, 0, 0, 0.04);
}

.product-catalog-page--beton .stat-item {
  min-width: 170px;
  padding: 22px 28px;
  border-right: 1px solid #e2e8f0;
  text-align: center;
}

.product-catalog-page--beton .stat-num {
  color: #1e293b;
  font-family: "Arial Narrow", "Roboto Condensed", "Barlow Condensed", var(--kcs-font-family);
  font-size: 32px;
  font-weight: 900;
  line-height: 1;
  white-space: nowrap;
}

.product-catalog-page--beton .stat-label {
  display: block;
  margin-top: 8px;
  color: #64748b;
  font-size: 12px;
  font-weight: 800;
  line-height: 1.3;
  white-space: nowrap;
}

.product-catalog-page--kirec #sonmemis,
.product-catalog-page--kirec #sonmus {
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 80px 6vw;
}

.product-catalog-page--kirec #sonmemis {
  background: #f8f9fb;
}

.product-catalog-page--kirec #sonmus {
  background: #ffffff;
}

.product-catalog-page--kirec #sonmemis .section-header,
.product-catalog-page--kirec #sonmus .section-header,
.product-catalog-page--kirec #sonmemis .products-grid,
.product-catalog-page--kirec #sonmus .products-grid {
  width: min(1250px, 100%);
  margin-inline: auto;
}

.product-catalog-page--kirec #sonmemis .section-header,
.product-catalog-page--kirec #sonmus .section-header {
  margin-bottom: 48px;
}

.product-catalog-page--kirec #sonmemis .section-title,
.product-catalog-page--kirec #sonmus .section-title {
  margin: 0;
  color: #0f172a;
  font-family: "Arial Narrow", "Roboto Condensed", "Barlow Condensed", var(--kcs-font-family);
  font-size: 40px;
  font-weight: 900;
  line-height: 1.05;
}

.product-catalog-page--kirec #sonmemis .products-grid,
.product-catalog-page--kirec #sonmus .products-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

.product-catalog-page--kirec #sonmemis .product-card,
.product-catalog-page--kirec #sonmus .product-card {
  position: relative;
  min-height: 458px;
  display: flex;
  flex-direction: column;
  overflow: visible;
  padding: 32px;
  border: 1px solid #e2e8f0;
  border-radius: 16px;
  background: #ffffff;
  box-shadow: none;
}

.product-catalog-page--kirec #sonmemis .product-card:hover,
.product-catalog-page--kirec #sonmus .product-card:hover {
  border-color: #e8a020;
  box-shadow: 0 20px 40px rgba(15, 23, 42, 0.05);
  transform: translateY(-4px);
}

.product-catalog-page--kirec #sonmemis .card-accent,
.product-catalog-page--kirec #sonmus .card-accent {
  position: absolute;
  top: 0;
  left: 32px;
  right: 32px;
  height: 4px;
  border-radius: 0 0 4px 4px;
  background: #e8a020;
  opacity: 0.3;
}

.product-catalog-page--kirec #sonmemis .card-grade,
.product-catalog-page--kirec #sonmus .card-grade {
  display: block;
  width: 100%;
  margin: 0 0 16px;
  padding: 18px 24px;
  border-radius: 8px;
  color: #ffffff;
  background: linear-gradient(to right, #172554, #1e3a8a);
  box-shadow: 0 4px 12px rgba(23, 37, 84, 0.2);
  font-family: "Arial Narrow", "Roboto Condensed", "Barlow Condensed", var(--kcs-font-family);
  font-size: 28px;
  font-weight: 900;
  line-height: 1.2;
  text-align: center;
}

.product-catalog-page--kirec #sonmemis .card-type,
.product-catalog-page--kirec #sonmus .card-type {
  margin: 0 0 16px;
  color: #e8a020;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

.product-catalog-page--kirec #sonmemis .card-desc,
.product-catalog-page--kirec #sonmus .card-desc {
  flex: 1 1 auto;
  margin: 0 0 24px;
  padding: 0;
  color: #64748b;
  font-size: 14px;
  line-height: 1.6;
}

.product-catalog-page--kirec #sonmemis .card-specs,
.product-catalog-page--kirec #sonmus .card-specs {
  margin-top: auto;
  padding: 16px;
  border-radius: 10px;
  background: #f8fafc;
}

.product-catalog-page--kirec #sonmemis .spec-row,
.product-catalog-page--kirec #sonmus .spec-row {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  padding: 6px 0;
  border-bottom: 1px solid #edf2f7;
  font-size: 13px;
  line-height: 1.45;
}

.product-catalog-page--kirec #sonmemis .spec-label,
.product-catalog-page--kirec #sonmus .spec-label {
  color: #64748b;
  font-weight: 400;
}

.product-catalog-page--kirec #sonmemis .spec-value,
.product-catalog-page--kirec #sonmus .spec-value {
  color: #0f172a;
  font-weight: 700;
  text-align: right;
  white-space: nowrap;
}

@media (max-width: 1100px) {
  .product-catalog-page--kirec #sonmemis .products-grid,
  .product-catalog-page--kirec #sonmus .products-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 700px) {
  .product-catalog-page--kirec #sonmemis,
  .product-catalog-page--kirec #sonmus {
    padding: 60px 5vw;
  }

  .product-catalog-page--kirec #sonmemis .section-title,
  .product-catalog-page--kirec #sonmus .section-title {
    font-size: 32px;
  }

  .product-catalog-page--kirec #sonmemis .products-grid,
  .product-catalog-page--kirec #sonmus .products-grid {
    grid-template-columns: 1fr;
  }

  .product-catalog-page--kirec #sonmemis .product-card,
  .product-catalog-page--kirec #sonmus .product-card {
    min-height: auto;
    padding: 24px;
  }

  .product-catalog-page--kirec #sonmemis .card-accent,
  .product-catalog-page--kirec #sonmus .card-accent {
    left: 24px;
    right: 24px;
  }
}

.product-catalog-page--beton #urunler {
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 120px 6vw;
  background: #ffffff;
}

.product-catalog-page--beton .products-header {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 32px;
  flex-wrap: wrap;
  max-width: none;
  margin: 0 0 80px;
}

.product-catalog-page--beton .products-header .section-label {
  margin-bottom: 20px;
}

.product-catalog-page--beton .products-header .section-title {
  margin: 0;
  color: #1e293b;
  font-family: "Arial Narrow", "Roboto Condensed", "Barlow Condensed", var(--kcs-font-family);
  font-size: clamp(36px, 5vw, 56px);
  font-weight: 800;
  line-height: 1.1;
  transform: scaleX(0.85);
  transform-origin: left center;
}

.product-catalog-page--beton .products-text {
  max-width: 820px;
  color: #1e293b;
  font-size: 18px;
  line-height: 1.6;
}

.product-catalog-page--beton .products-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
  max-width: 1100px;
  margin: 0 auto;
}

.product-catalog-page--beton .product-card {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  min-width: 0;
  border: 1px solid #dbe5ef;
  border-radius: 18px;
  background: #ffffff;
  box-shadow: none;
  transition: transform 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease;
}

.product-catalog-page--beton .product-card:hover {
  border-color: #0b5cad;
  box-shadow: 0 20px 45px rgba(0, 0, 0, 0.08);
  transform: translateY(-8px);
}

.product-catalog-page--beton .card-number,
.product-catalog-page--beton .card-icon {
  display: none;
}

.product-catalog-page--beton .card-title {
  display: block;
  margin: 0;
  padding: 18px;
  color: #ffffff;
  background: linear-gradient(90deg, #234f82 0%, #2f5f96 100%);
  font-family: "Arial Narrow", "Roboto Condensed", "Barlow Condensed", var(--kcs-font-family);
  font-size: 24px;
  font-weight: 800;
  line-height: 1.2;
  text-align: center;
}

.product-catalog-page--beton .card-subtitle {
  display: block;
  margin: 0;
  padding: 12px;
  border-bottom: 1px solid #dbe5ef;
  color: #005baa;
  background: #eef5fc;
  font-size: 15px;
  font-weight: 800;
  line-height: 1.35;
  text-align: center;
  text-transform: none;
}

.product-catalog-page--beton .card-desc {
  flex: 1;
  margin: 0;
  padding: 24px;
  color: #555555;
  font-size: 15px;
  line-height: 1.7;
}

.product-catalog-page--beton .card-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  padding: 0 24px 24px;
}

.product-catalog-page--beton .tag {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 7px 14px;
  border-radius: 30px;
  color: #4b5563;
  background: #f1f5f9;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
}

.product-catalog-page--beton .tag.highlight {
  color: #ffffff;
  background: #005baa;
}

.product-catalog-page--beton .card-footer {
  margin-top: auto;
  border-top: 1px solid #e5e7eb;
  padding: 18px;
  color: #666666;
  background: #ffffff;
  text-align: center;
}

.product-catalog-page--beton .card-standard {
  border-top: 0;
  padding: 0;
  color: #666666;
  font-size: 13px;
}

.product-catalog-page--beton .card-standard strong {
  color: #005baa;
}

@media (max-width: 1200px) {
  .product-catalog-page--beton .products-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 768px) {
  .product-catalog-page--beton #urunler {
    padding-top: 80px;
  }

  .product-catalog-page--beton .products-header {
    margin-bottom: 48px;
  }

  .product-catalog-page--beton .products-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 900px) {
  .product-catalog-page .hero-stats {
    display: none;
  }

  .product-catalog-page .hero-content,
  .product-catalog-page main,
  .product-catalog-page > section:not(.hero) {
    width: min(100% - 2rem, 760px);
  }

  .product-catalog-page--beton > section:not(.hero),
  .product-catalog-page--kirec > section:not(.hero) {
    padding-inline: 1rem;
  }
}

@media (max-width: 575.98px) {
  .product-catalog-page .product-header {
    align-items: flex-start;
    flex-direction: column;
  }

  .product-catalog-page .app-item {
    flex-direction: column;
  }

  .product-catalog-page .std-badge {
    margin: 0 0 0.65rem;
  }
}

/* Unified product family pages */
.product-catalog-page {
  --product-hero-image: none;
  --product-ink: #172033;
  --product-muted: #526178;
  --product-accent: #d49a1d;
  --product-card-line: #dbe3ee;
  --product-panel: #f7f9fc;
  --product-navy: #172554;
  --product-navy-soft: #1e3a8a;
  color: var(--product-ink);
  background: #ffffff;
}

.product-catalog-page--beton {
  --product-hero-image: url("/images/hero-beton.jpg");
}

.product-catalog-page--kirec {
  --product-hero-image: url("/images/product-headers/header-kirec.png");
}

.product-catalog-page--gazbeton {
  --product-hero-image: url("/images/product-headers/header-gazbeton.png");
}

.product-catalog-page--agrega {
  --product-hero-image: url("/images/product-headers/header-agrega.png");
}

.product-catalog-page--yapi-kimyasallari {
  --product-hero-image: url("/images/product-headers/header-yapi-kimyasallari.png");
}

.product-catalog-page .hero,
.product-catalog-page--beton .hero,
.product-catalog-page--kirec .hero,
.product-catalog-page--gazbeton .hero,
.product-catalog-page--agrega .hero,
.product-catalog-page--yapi-kimyasallari .hero {
  min-height: clamp(390px, 42vw, 540px);
  height: auto;
  padding: 0;
  overflow: hidden;
  color: var(--product-ink);
  background: #ffffff;
}

.product-catalog-page .hero::before,
.product-catalog-page .hero-bg {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background-image:
    linear-gradient(90deg, #ffffff 0%, #ffffff 45%, rgba(255, 255, 255, 0.96) 56%, rgba(255, 255, 255, 0.12) 78%, rgba(255, 255, 255, 0) 100%),
    var(--product-hero-image);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center right;
}

.product-catalog-page .hero::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  z-index: 1;
  background: rgba(214, 222, 233, 0.78);
}

.product-catalog-page .hero-content,
.product-catalog-page--beton .hero-content {
  position: relative;
  z-index: 2;
  width: min(1220px, calc(100% - 4rem));
  max-width: none;
  margin-inline: auto;
  padding: clamp(3.5rem, 6vw, 5rem) 0;
}

.product-catalog-page .hero-text,
.product-catalog-page .hero-content > :not(.hero-bg) {
  max-width: 590px;
}

.product-catalog-page .hero-badge,
.product-catalog-page .tagline,
.product-catalog-page .section-label {
  color: var(--product-accent);
  font-family: var(--kcs-font-family);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0;
}

.product-catalog-page .hero-badge {
  margin-bottom: 1rem;
  padding: 0.34rem 0.68rem;
  border: 0;
  border-radius: 999px;
  background: #fff3d7;
  box-shadow: none;
}

.product-catalog-page .hero h1,
.product-catalog-page--beton .hero h1,
.product-catalog-page--kirec .hero h1 {
  max-width: 640px;
  margin: 0;
  color: var(--product-ink);
  font-family: var(--kcs-font-family);
  font-size: clamp(2.25rem, 5vw, 4rem);
  font-weight: 900;
  line-height: 1.04;
  transform: none;
}

.product-catalog-page .hero h1 em,
.product-catalog-page .hero-heading-accent,
.product-catalog-page--beton .hero h1 em,
.product-catalog-page--beton .hero-heading-accent,
.product-catalog-page--kirec .hero h1 em,
.product-catalog-page--kirec .hero-heading-accent {
  color: var(--product-accent);
  font-style: normal;
  background: none;
  -webkit-text-fill-color: currentColor;
}

.product-catalog-page .hero p,
.product-catalog-page--beton .hero p,
.product-catalog-page--kirec .hero p {
  max-width: 570px;
  margin-top: 1.05rem;
  color: var(--product-muted);
  font-size: 1rem;
  line-height: 1.72;
  opacity: 1;
}

.product-catalog-page .hero-stats {
  z-index: 3;
}

.product-catalog-page main,
.product-catalog-page > section:not(.hero) {
  color: var(--product-ink);
  background: #ffffff;
}

.product-catalog-page .section-title,
.product-catalog-page main > .section-title,
.product-catalog-page .section-title:not(h2),
.product-catalog-page--beton .products-header .section-title,
.product-catalog-page--kirec #sonmemis .section-title,
.product-catalog-page--kirec #sonmus .section-title {
  display: block;
  margin: 0 0 2rem;
  color: var(--product-ink);
  font-family: var(--kcs-font-family);
  font-size: clamp(2rem, 4vw, 2.65rem);
  font-weight: 900;
  line-height: 1.16;
  text-transform: none;
  transform: none;
}

.product-catalog-page main > .section-title::before,
.product-catalog-page .section-title:not(h2)::before {
  display: none;
}

.product-catalog-page .products-header {
  width: min(1220px, 100%);
  margin-inline: auto;
}

.product-catalog-page .products-text,
.product-catalog-page .intro-text,
.product-catalog-page .section-sub {
  color: var(--product-muted);
}

.product-catalog-page .product-card,
.product-catalog-page .product-item,
.product-catalog-page .info-card,
.product-catalog-page .adv-card,
.product-catalog-page .advantage-card,
.product-catalog-page .app-item,
.product-catalog-page .usage-item,
.product-catalog-page .ship-card,
.product-catalog-page .standard-card {
  border-color: var(--product-card-line);
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 14px 34px rgba(23, 32, 51, 0.06);
}

.product-catalog-page .product-card,
.product-catalog-page .product-item {
  position: relative;
}

.product-catalog-page .product-card:hover,
.product-catalog-page .product-item:hover,
.product-catalog-page .adv-card:hover,
.product-catalog-page .advantage-card:hover,
.product-catalog-page .info-card:hover {
  border-color: var(--product-accent);
  box-shadow: 0 20px 40px rgba(15, 23, 42, 0.08);
  transform: translateY(-4px);
}

.product-catalog-page .product-header,
.product-catalog-page .card-title,
.product-catalog-page .card-grade,
.product-catalog-page--beton .card-title,
.product-catalog-page--kirec #sonmemis .card-grade,
.product-catalog-page--kirec #sonmus .card-grade {
  color: #ffffff;
  background: linear-gradient(to right, var(--product-navy), var(--product-navy-soft));
  font-family: var(--kcs-font-family);
  font-weight: 900;
  box-shadow: 0 4px 12px rgba(23, 37, 84, 0.16);
}

.product-catalog-page .product-type,
.product-catalog-page .card-type,
.product-catalog-page--kirec #sonmemis .card-type,
.product-catalog-page--kirec #sonmus .card-type {
  color: var(--product-accent);
  font-weight: 900;
  letter-spacing: 0;
}

.product-catalog-page .product-body h3,
.product-catalog-page .desc-box h3,
.product-catalog-page .usage-box h3,
.product-catalog-page .info-card h4,
.product-catalog-page .adv-title,
.product-catalog-page .advantage-card h4,
.product-catalog-page .app-text h5,
.product-catalog-page .usage-title,
.product-catalog-page .ship-title {
  color: var(--product-ink);
  font-family: var(--kcs-font-family);
  font-weight: 900;
}

.product-catalog-page .product-body,
.product-catalog-page .product-content,
.product-catalog-page .card-desc,
.product-catalog-page .info-card,
.product-catalog-page .adv-card,
.product-catalog-page .advantage-card,
.product-catalog-page .app-item,
.product-catalog-page .usage-item,
.product-catalog-page .ship-card,
.product-catalog-page .quality-text {
  color: var(--product-muted);
}

.product-catalog-page .card-subtitle,
.product-catalog-page--beton .card-subtitle {
  color: #0b5cad;
  background: #eef5fc;
}

.product-catalog-page .tag.highlight,
.product-catalog-page .spec-tag.highlight,
.product-catalog-page--beton .tag.highlight {
  color: #ffffff;
  background: #0b5cad;
}

.product-catalog-page .card-specs,
.product-catalog-page .standard-card,
.product-catalog-page--kirec #sonmemis .card-specs,
.product-catalog-page--kirec #sonmus .card-specs {
  background: var(--product-panel);
}

.product-catalog-page--beton #urunler {
  padding-top: clamp(4.5rem, 7vw, 6rem);
}

.product-catalog-page--beton .products-grid {
  width: min(1120px, 100%);
  max-width: none;
}

@media (max-width: 900px) {
  .product-catalog-page .hero,
  .product-catalog-page--beton .hero,
  .product-catalog-page--kirec .hero,
  .product-catalog-page--gazbeton .hero,
  .product-catalog-page--agrega .hero,
  .product-catalog-page--yapi-kimyasallari .hero {
    min-height: auto;
  }

  .product-catalog-page .hero::before,
  .product-catalog-page .hero-bg {
    background-image:
      linear-gradient(90deg, #ffffff 0%, rgba(255, 255, 255, 0.96) 62%, rgba(255, 255, 255, 0.72) 100%),
      var(--product-hero-image);
  }

  .product-catalog-page .hero-content,
  .product-catalog-page--beton .hero-content {
    width: min(100% - 2rem, 760px);
    padding-block: 3.25rem;
  }
}

@media (max-width: 620px) {
  .product-catalog-page .hero::before,
  .product-catalog-page .hero-bg {
    background-image:
      linear-gradient(180deg, #ffffff 0%, rgba(255, 255, 255, 0.97) 58%, rgba(255, 255, 255, 0.83) 100%),
      var(--product-hero-image);
    background-position: center right;
  }

  .product-catalog-page .hero h1,
  .product-catalog-page--beton .hero h1,
  .product-catalog-page--kirec .hero h1 {
    font-size: clamp(2rem, 12vw, 2.75rem);
  }

  .product-catalog-page .hero p,
  .product-catalog-page--beton .hero p,
  .product-catalog-page--kirec .hero p {
    font-size: 0.96rem;
  }
}

* {
  box-sizing: border-box;
}

html {
  min-height: 100%;
  scroll-behavior: smooth;
  overflow-x: hidden;
}

body {
  margin: 0;
  color: var(--kcs-text);
  font-family: var(--kcs-font-family);
  font-size: 16px;
  line-height: 1.6;
  background: var(--kcs-white);
  overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
button,
input,
select,
textarea {
  font-family: var(--kcs-font-family);
}

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

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

button,
input,
textarea {
  font: inherit;
}

button {
  cursor: pointer;
}

:focus-visible {
  outline: 3px solid var(--kcs-gold);
  outline-offset: 4px;
}

.skip-link {
  position: fixed;
  left: 1rem;
  top: 1rem;
  z-index: 1000;
  padding: 0.65rem 1rem;
  color: var(--kcs-white);
  background: var(--kcs-navy);
  transform: translateY(-160%);
}

.skip-link:focus {
  transform: translateY(0);
}

.kcs-container {
  width: min(1220px, calc(100% - 4rem));
  margin-inline: auto;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  color: var(--kcs-white);
  background: var(--kcs-navy);
}

.site-header.is-scrolled {
  box-shadow: 0 8px 22px rgba(9, 14, 42, 0.2);
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: min(1360px, calc(100% - 4rem));
  min-height: 108px;
  margin-inline: auto;
  gap: 2rem;
}

.brand {
  flex: 0 0 auto;
}

.brand img {
  width: 174px;
  height: auto;
}

.site-nav {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: clamp(0.75rem, 1.15vw, 1.35rem);
  flex: 1;
  min-width: 0;
}

.nav-link,
.dropdown-trigger {
  border: 0;
  padding: 0;
  color: var(--kcs-white);
  background: transparent;
  font-size: 0.92rem;
  font-weight: 600;
  white-space: nowrap;
}

.dropdown-trigger {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
}

.dropdown-trigger::after {
  content: "";
  width: 0;
  height: 0;
  border-inline: 4px solid transparent;
  border-top: 5px solid currentColor;
  transform: translateY(1px);
  transition: transform 120ms ease;
}

.nav-dropdown:hover .dropdown-trigger::after,
.nav-dropdown.is-open .dropdown-trigger::after {
  transform: rotate(180deg) translateY(1px);
}

.nav-contact {
  color: var(--kcs-white);
}

.nav-dropdown {
  position: relative;
}

.dropdown-panel {
  position: absolute;
  top: 100%;
  left: 50%;
  min-width: 235px;
  visibility: hidden;
  opacity: 0;
  transform: translate(-50%, 0);
  transition: opacity 120ms ease, visibility 120ms ease;
  pointer-events: none;
}

.nav-dropdown:hover .dropdown-panel,
.nav-dropdown.is-open .dropdown-panel {
  visibility: visible;
  opacity: 1;
  transform: translate(-50%, 0);
  pointer-events: auto;
}

.dropdown-list {
  display: grid;
  gap: 0.4rem;
  padding: 1rem;
  color: var(--kcs-text);
  background: var(--kcs-white);
  box-shadow: var(--kcs-shadow);
}

.dropdown-list a {
  padding: 0.45rem 0.6rem;
  border-bottom: 1px solid rgba(30, 35, 75, 0.08);
  font-size: 0.95rem;
}

.dropdown-list a:hover {
  color: var(--kcs-gold);
}

.is-mega .dropdown-panel {
  left: auto;
  right: -38vw;
  width: min(1160px, 92vw);
  transform: translateY(0);
}

.is-mega:hover .dropdown-panel,
.is-mega.is-open .dropdown-panel {
  transform: translateY(0);
}

.mega-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(145px, 1fr));
  gap: 1rem;
  padding: 1.1rem;
  background: var(--kcs-white);
  box-shadow: var(--kcs-shadow);
}

.mega-card {
  display: grid;
  grid-template-rows: 170px auto;
  gap: 0.25rem;
  color: var(--kcs-text);
}

.mega-card img {
  width: 100%;
  height: 170px;
  object-fit: cover;
}

.mega-card strong {
  margin-top: 0.45rem;
  font-size: 1.06rem;
  line-height: 1.25;
}

.mega-card small {
  color: var(--kcs-muted);
  line-height: 1.35;
}

.dropdown-list.compact {
  display: none;
}

.language-links {
  display: flex;
  align-items: center;
  gap: 0.25rem;
}

.language-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.14rem;
  border: 1px solid transparent;
  border-radius: 4px;
  transition: border-color 120ms ease, background-color 120ms ease, opacity 120ms ease;
}

.language-link:not(.is-active) {
  opacity: 0.76;
}

.language-link:hover,
.language-link:focus-visible,
.language-link.is-active {
  border-color: rgba(216, 189, 139, 0.82);
  background: rgba(255, 255, 255, 0.08);
  opacity: 1;
}

.language-links img {
  width: 32px;
  height: 24px;
  object-fit: cover;
  border-radius: 2px;
}

.mobile-menu-button {
  display: none;
  width: 44px;
  height: 44px;
  border: 1px solid rgba(255, 255, 255, 0.35);
  border-radius: 3px;
  background: transparent;
  transition: border-color 160ms ease, background-color 160ms ease;
}

.mobile-menu-button span:not(.visually-hidden) {
  display: block;
  width: 22px;
  height: 2px;
  margin: 5px auto;
  background: var(--kcs-white);
  transition: transform 160ms ease, opacity 160ms ease;
}

.mobile-menu-button.is-open {
  border-color: var(--kcs-gold-light);
  background: rgba(255, 255, 255, 0.08);
}

.mobile-menu-button.is-open span:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}

.mobile-menu-button.is-open span:nth-child(2) {
  opacity: 0;
}

.mobile-menu-button.is-open span:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}

.hero {
  position: relative;
  height: clamp(290px, 60.5vw, 750px);
  min-height: 290px;
  overflow: hidden;
  background: var(--kcs-navy-deep);
}

.hero-slides,
.hero-slide {
  position: absolute;
  inset: 0;
}

.hero-slide {
  opacity: 0;
  pointer-events: none;
  transition: opacity 650ms ease;
}

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

.hero-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-shade {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(17, 24, 54, 0.68) 0%, rgba(17, 24, 54, 0.48) 34%, rgba(17, 24, 54, 0.14) 68%, rgba(17, 24, 54, 0.02) 100%),
    linear-gradient(180deg, rgba(22, 29, 63, 0.02) 0%, rgba(22, 29, 63, 0.08) 48%, rgba(11, 13, 30, 0.56) 100%);
  pointer-events: none;
}

.hero-content {
  position: absolute;
  z-index: 2;
  left: clamp(2rem, 8vw, 7.5rem);
  bottom: clamp(2.2rem, 5.2vw, 3.9rem);
  width: min(700px, 80vw);
  color: var(--kcs-white);
}

.hero-eyebrow {
  display: block;
  margin-bottom: 0.6rem;
  color: var(--kcs-gold-light);
  font-family: "Poppins", var(--kcs-font-family);
  font-size: clamp(1rem, 1.32vw, 1.24rem);
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: 0;
  text-shadow: 0 2px 14px rgba(8, 14, 32, 0.46);
}

.hero-content h1 {
  max-width: 820px;
  margin: 0 0 0.8rem;
  font-family: "Poppins", var(--kcs-font-family);
  font-size: clamp(2rem, 4.25vw, 4.42rem);
  font-weight: 900;
  line-height: 1.04;
  letter-spacing: 0;
  text-transform: uppercase;
  text-shadow: 0 3px 22px rgba(8, 14, 32, 0.5);
}

.hero-content p {
  width: min(620px, 100%);
  margin: 0 0 1.15rem;
  font-family: "Poppins", var(--kcs-font-family);
  font-size: clamp(1rem, 1.32vw, 1.24rem);
  font-weight: 500;
  line-height: 1.48;
  text-shadow: 0 2px 16px rgba(8, 14, 32, 0.5);
}

.outline-button,
.solid-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 45px;
  padding: 0 34px;
  border: 2px solid currentColor;
  font-family: "Poppins", var(--kcs-font-family);
  font-size: 1.125rem;
  font-weight: 300;
  line-height: 45px;
}

.outline-button {
  color: var(--kcs-white);
  transition: background-color 180ms ease, border-color 180ms ease;
}

.outline-button:hover {
  border-color: var(--kcs-gold);
  color: var(--kcs-white);
  background: var(--kcs-gold);
}

.solid-button {
  border-color: var(--kcs-navy);
  color: var(--kcs-white);
  background: var(--kcs-navy);
}

.hero-controls {
  position: absolute;
  z-index: 3;
  right: clamp(2rem, 8vw, 7.5rem);
  bottom: clamp(2.1rem, 5.2vw, 2.8rem);
  display: flex;
  gap: 0.75rem;
}

.hero-controls button {
  width: 60px;
  height: 60px;
  border: 2px solid var(--kcs-white);
  color: var(--kcs-white);
  background: transparent;
  font-size: 2.2rem;
  line-height: 1;
}

.intro-section {
  padding: clamp(4rem, 7vw, 7.8rem) 0 4.5rem;
}

.intro-copy {
  display: grid;
  gap: 1.3rem;
  color: var(--kcs-text);
  font-size: clamp(1.12rem, 1.7vw, 1.6rem);
  line-height: 1.75;
}

.stats-row {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2rem;
  margin-top: 4.25rem;
  padding-top: 4.25rem;
  border-top: 1px solid var(--kcs-line);
}

.stat-card {
  display: grid;
  justify-items: start;
  gap: 0.75rem;
}

.stat-card img {
  width: 150px;
  height: 116px;
  object-fit: contain;
}

.stat-card strong {
  color: var(--kcs-gold);
  font-size: clamp(2.4rem, 4vw, 4.2rem);
  font-weight: 800;
  line-height: 1;
}

.stat-card span {
  font-size: 1.18rem;
}

.solution-section {
  padding: 2rem 0 5rem;
}

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

.section-heading span,
.products-heading span {
  display: block;
  color: var(--kcs-text);
  font-size: clamp(1.7rem, 3vw, 3.2rem);
  font-weight: 400;
}

.section-heading h2,
.products-heading h2 {
  margin: 0.4rem 0 1.35rem;
  color: var(--kcs-text);
  font-size: clamp(1.9rem, 3.3vw, 3.7rem);
  font-weight: 400;
  letter-spacing: 0;
}

.section-heading p,
.products-heading p {
  margin-inline: auto;
  color: var(--kcs-text);
  font-size: clamp(1.05rem, 1.6vw, 1.45rem);
  line-height: 1.72;
}

.solution-grid {
  display: grid;
  grid-template-columns: minmax(260px, 1fr) minmax(220px, 0.82fr) minmax(220px, 0.82fr);
  gap: 2rem;
  align-items: end;
  margin-top: 4.5rem;
}

.quality-copy {
  align-self: center;
  font-size: clamp(1.05rem, 1.4vw, 1.38rem);
  line-height: 1.65;
}

.quality-copy strong {
  color: var(--kcs-navy);
}

.experience {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-top: 2rem;
}

.experience strong {
  color: var(--kcs-gold);
  font-size: clamp(3rem, 6vw, 5.2rem);
  line-height: 1;
}

.experience span {
  max-width: 260px;
  color: var(--kcs-muted);
}

.feature-image {
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
}

.feature-image.is-offset {
  transform: translateY(2.2rem);
}

.products-section {
  padding: 5rem 0 0;
}

.products-heading {
  width: min(1260px, 100%);
  margin-bottom: 3rem;
}

.products-heading span {
  font-size: 1.32rem;
  font-weight: 700;
}

.products-heading h2 {
  width: min(1200px, 100%);
  font-size: clamp(1.65rem, 2.55vw, 2.68rem);
  line-height: 1.2;
}

.product-card-grid {
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  gap: 0;
  align-items: stretch;
}

.product-card-grid .product-card {
  position: relative;
  min-height: clamp(330px, 28vw, 438px);
  overflow: hidden;
  color: var(--kcs-white);
  isolation: isolate;
}

.product-card-grid .product-card img,
.product-card-grid .product-card span {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.product-card-grid .product-card img {
  object-fit: cover;
  transition: transform 350ms ease;
}

.product-card-grid .product-card span {
  z-index: 1;
  background: linear-gradient(180deg, rgba(18, 22, 50, 0.02) 0%, rgba(18, 22, 50, 0.82) 100%);
}

.product-card-grid .product-card strong,
.product-card-grid .product-card small {
  position: relative;
  z-index: 2;
  display: block;
  padding-inline: 1.25rem;
}

.product-card-grid .product-card strong {
  margin-top: clamp(220px, 20vw, 312px);
  font-size: clamp(1.08rem, 1.1vw, 1.42rem);
  font-weight: 800;
  line-height: 1.1;
}

.product-card-grid .product-card small {
  margin-top: 0.65rem;
  font-size: clamp(0.78rem, 0.78vw, 0.95rem);
  line-height: 1.45;
}

.product-card-grid .product-card:hover img {
  transform: scale(1.05);
}

.inner-title {
  padding: clamp(4rem, 7vw, 6.2rem) 1rem 2.4rem;
  text-align: center;
}

.inner-title h1 {
  margin: 0;
  color: var(--kcs-navy);
  font-size: clamp(2.4rem, 4vw, 4.6rem);
  font-weight: 800;
  letter-spacing: 0;
}

.title-line {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: min(410px, 70vw);
  margin: 1.45rem auto 0;
  color: var(--kcs-white);
}

.title-line::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  height: 3px;
  background: var(--kcs-gold);
}

.title-line span {
  position: relative;
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border-radius: 999px;
  background: var(--kcs-gold);
  line-height: 1;
}

.content-page,
.contact-section {
  padding: 1.5rem 0 7rem;
}

.content-layout {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: clamp(2rem, 5vw, 5rem);
  align-items: center;
}

.content-layout.no-image {
  grid-template-columns: minmax(0, 880px);
  justify-content: center;
}

.rich-copy {
  color: var(--kcs-text);
  font-size: 1.12rem;
}

.rich-copy .lead {
  color: var(--kcs-navy);
  font-size: clamp(1.45rem, 2.4vw, 2.25rem);
  font-weight: 600;
  line-height: 1.35;
}

.rich-copy p + p {
  margin-top: 1.25rem;
}

.content-image {
  width: 100%;
  aspect-ratio: 5 / 4;
  object-fit: cover;
  box-shadow: var(--kcs-shadow);
}

.kvkk-page {
  padding: clamp(4rem, 7vw, 6.2rem) 0 7rem;
}

.kvkk-content {
  display: grid;
  gap: 2.2rem;
  justify-items: center;
}

.kvkk-title {
  width: 100%;
  text-align: center;
}

.kvkk-title h1 {
  margin: 0;
  color: var(--kcs-navy);
  font-size: clamp(1.8rem, 3vw, 2.2rem);
  font-weight: 500;
  line-height: 1.35;
  letter-spacing: 0;
}

.kvkk-separator {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  width: min(350px, 100%);
  margin: 1.15rem auto 0;
  color: var(--kcs-white);
}

.kvkk-separator::before,
.kvkk-separator::after {
  content: "";
  height: 2px;
  background: var(--kcs-gold);
}

.kvkk-separator span {
  position: relative;
  display: grid;
  place-items: center;
  width: 28px;
  height: 28px;
  border: 2px solid var(--kcs-gold);
  border-radius: 999px;
  background: var(--kcs-gold);
}

.kvkk-separator span::before {
  content: "";
  width: 8px;
  height: 8px;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: translateY(-2px) rotate(45deg);
}

.kvkk-image {
  width: 100%;
  max-width: 1200px;
  aspect-ratio: 1200 / 414;
  object-fit: cover;
}

.kvkk-document-links {
  display: grid;
  gap: 0.65rem;
  width: 100%;
  padding-top: 2.6rem;
  color: var(--kcs-navy);
  text-align: center;
  font-size: 1.25rem;
  line-height: 1.55;
}

.kvkk-document-links p {
  margin: 0;
}

.kvkk-document-links span {
  font-weight: 300;
}

.kvkk-document-links a {
  color: var(--kcs-navy);
  font-weight: 600;
}

.kvkk-document-links a:hover {
  color: var(--kcs-gold);
}

.sustainability-page {
  overflow: hidden;
  background: var(--kcs-white);
  font-family: "Poppins", var(--kcs-font-family);
}

.sustainability-page * {
  font-family: inherit;
}

.sustainability-heading {
  padding: 40px 1rem 22px;
  color: var(--kcs-navy);
  text-align: center;
}

.sustainability-heading p {
  margin: 0;
  line-height: 1.25;
}

.sustainability-heading span,
.sustainability-heading strong {
  display: block;
  letter-spacing: 0;
}

.sustainability-heading span {
  font-size: 36px;
  font-weight: 400;
}

.sustainability-heading strong {
  font-size: 40px;
  font-weight: 600;
}

.sustainability-band {
  color: var(--kcs-white);
  background-image: var(--sustainability-bg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.sustainability-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  width: min(1248px, calc(100% - 3rem));
  min-height: 690px;
  margin-inline: auto;
  column-gap: 7.5%;
}

.sustainability-visual {
  display: flex;
  justify-content: center;
  margin: 0;
}

.sustainability-visual img {
  width: min(382px, 88%);
  height: auto;
}

.sustainability-copy {
  max-width: 590px;
  color: var(--kcs-white);
}

.sustainability-copy h2,
.sustainability-copy p {
  color: inherit;
}

.sustainability-copy h2 {
  margin: 0 0 1rem;
  font-size: 27px;
  font-weight: 700;
  line-height: 1.37;
}

.sustainability-copy p {
  margin: 0 0 1rem;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.6;
}

.sustainability-copy strong {
  font-weight: 800;
}

.sustainability-button {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  min-height: 42px;
  margin-top: 0.25rem;
  border: 0;
  padding: 0.55rem 0;
  color: var(--kcs-white);
  background: transparent;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.2;
}

.sustainability-button span {
  position: relative;
  display: inline-grid;
  place-items: center;
  width: 18px;
  height: 18px;
  border: 2px solid currentColor;
  border-radius: 999px;
}

.sustainability-button span::before {
  content: "";
  width: 0;
  height: 0;
  margin-left: 2px;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 6px solid currentColor;
}

.sustainability-button:hover {
  color: var(--kcs-gold-light);
}

.sustainability-band--forest .sustainability-row {
  min-height: 675px;
}

.sustainability-band--waste .sustainability-row,
.sustainability-band--nature .sustainability-row,
.sustainability-band--solar .sustainability-row {
  min-height: 690px;
}

.sustainability-band--school .sustainability-row {
  min-height: 800px;
}

.sustainability-band--electric .sustainability-row {
  min-height: 640px;
}

.hr-page {
  padding: 3.7rem 0 6.5rem;
  background: var(--kcs-white);
  font-family: "Poppins", var(--kcs-font-family);
}

.hr-page * {
  font-family: inherit;
}

.hr-container {
  width: min(1248px, calc(100% - 3rem));
  margin-inline: auto;
}

.hr-title {
  padding-bottom: 1.25rem;
  color: var(--kcs-navy);
  text-align: center;
}

.hr-title h1 {
  margin: 0;
  color: inherit;
  font-size: 35px;
  font-weight: 400;
  line-height: 1.35;
  letter-spacing: 0;
  text-transform: uppercase;
}

.hr-title--normal h1 {
  text-transform: none;
}

.hr-separator {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  width: min(350px, 100%);
  margin: 0.85rem auto 0;
  color: var(--kcs-white);
}

.hr-separator::before,
.hr-separator::after {
  content: "";
  height: 3px;
  background: var(--kcs-gold);
}

.hr-separator span {
  display: grid;
  place-items: center;
  width: 28px;
  height: 28px;
  border: 3px solid var(--kcs-gold);
  border-radius: 999px;
  background: var(--kcs-gold);
}

.hr-separator span::before {
  content: "";
  width: 8px;
  height: 8px;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: translateY(-2px) rotate(45deg);
}

.hr-hero-image {
  display: block;
  width: 100%;
  max-width: 1170px;
  height: auto;
  margin: 0 auto 1.35rem;
}

.hr-hero-image--ik {
  max-width: 1000px;
}

.hr-policy-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: clamp(2rem, 6vw, 5rem);
  margin-top: 0.35rem;
}

.hr-copy {
  color: var(--kcs-navy);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.65;
}

.hr-copy--jobs {
  max-width: 1170px;
  margin-inline: auto;
  font-size: 15px;
}

.hr-copy--wide {
  max-width: 1170px;
  margin-inline: auto;
}

.hr-copy p {
  margin: 0 0 1rem;
}

.hr-copy h2 {
  margin: 1.15rem 0 0.65rem;
  color: var(--kcs-navy);
  font-size: 21px;
  font-weight: 600;
  line-height: 1.45;
  letter-spacing: 0;
}

.hr-copy ul {
  margin: 0 0 1rem;
  padding-left: 1.2rem;
}

.hr-copy li {
  margin-bottom: 0.35rem;
}

.hr-copy a {
  color: var(--kcs-navy);
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.hr-copy a:hover {
  color: var(--kcs-gold);
}

.corporate-hero-image {
  max-width: 1170px;
  margin-bottom: 1.85rem;
}

.corporate-copy {
  max-width: 1170px;
  margin-inline: auto;
}

.corporate-copy sup {
  font-size: 0.72em;
}

.policy-page {
  padding-top: 3.7rem;
}

.policy-page .hr-title {
  padding-bottom: 2rem;
}

.policy-separator {
  width: min(450px, 100%);
  max-width: 450px;
}

.policy-list {
  display: grid;
  row-gap: 0;
  max-width: 1170px;
  margin: 0 auto;
}

.policy-item {
  display: grid;
  grid-template-columns: 25% 75%;
  align-items: start;
  color: var(--kcs-navy);
}

.policy-number {
  padding: 0 7.68% 18px;
  color: var(--kcs-navy);
  font-size: 60px;
  font-weight: 400;
  line-height: 1.2;
  text-align: center;
}

.policy-content {
  padding: 0 2.56%;
  color: var(--kcs-navy);
  font-family: "Poppins", var(--kcs-font-family);
  font-weight: 400;
}

.policy-content h2 {
  margin: 0 0 0.45rem;
  color: inherit;
  font-size: 28px;
  font-weight: 400;
  line-height: 1.35;
  letter-spacing: 0;
}

.policy-content p {
  margin: 0 0 1.15rem;
  color: inherit;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.55;
}

.management-systems-title {
  padding-bottom: 2.25rem;
}

.management-systems-title h1,
.management-systems-doc-title h2 {
  margin: 0;
  color: inherit;
  font-size: 35px;
  font-weight: 400;
  line-height: 1.35;
  letter-spacing: 0;
}

.management-systems-hero {
  display: block;
  width: 100%;
  max-width: 1200px;
  height: auto;
  margin: 0 auto;
}

.management-systems-copy {
  max-width: 1170px;
  margin: 2.15rem auto 1.4rem;
}

.management-systems-doc-title {
  padding-bottom: 2.3rem;
}

.management-systems-doc-image {
  display: block;
  width: 100%;
  max-width: 1200px;
  height: auto;
  margin: 0 auto;
}

.corporate-identity-page {
  padding-top: 3.7rem;
}

.corporate-identity-title {
  padding-bottom: 1.5rem;
}

.corporate-identity-title h1 {
  margin: 0;
  color: var(--kcs-navy);
  font-size: 35px;
  font-weight: 400;
  line-height: 1.35;
  letter-spacing: 0;
}

.corporate-identity-title p {
  margin: 1.2rem 0 0;
  color: var(--kcs-navy);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
}

.corporate-identity-guide {
  width: 100%;
  max-width: 1170px;
  min-height: 760px;
  margin: 0 auto;
}

.corporate-identity-guide iframe {
  display: block;
  width: 100%;
  height: min(78vh, 860px);
  min-height: 720px;
  border: 0;
}

.logo-download-page {
  padding-top: 3.7rem;
}

.logo-download-title {
  padding-bottom: 2.35rem;
}

.logo-download-title p {
  max-width: 820px;
  margin: 1.2rem auto 0;
  color: var(--kcs-navy);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.65;
}

.logo-download-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(2rem, 3.2vw, 3rem) clamp(1.5rem, 3vw, 2.5rem);
  width: min(1170px, 100%);
  margin: 0 auto;
}

.logo-download-card {
  display: grid;
  justify-items: center;
  align-content: start;
  min-width: 0;
  color: var(--kcs-navy);
  text-align: center;
}

.logo-download-preview {
  display: grid;
  place-items: center;
  width: 100%;
  min-height: 140px;
  margin-bottom: 1.05rem;
  padding: 1.8rem 1.4rem;
  background: var(--kcs-white);
}

.logo-download-preview img {
  width: min(260px, 100%);
  max-height: 96px;
  object-fit: contain;
}

.logo-download-card h2 {
  margin: 0 0 0.25rem;
  color: inherit;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.35;
  letter-spacing: 0;
}

.logo-download-card p {
  margin: 0 0 1rem;
  color: var(--kcs-navy);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
}

.logo-download-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 108px;
  min-height: 42px;
  padding: 0 1.4rem;
  border: 2px solid var(--kcs-navy);
  color: var(--kcs-navy);
  font-size: 15px;
  font-weight: 600;
  line-height: 1;
  transition: color 180ms ease, background-color 180ms ease, border-color 180ms ease;
}

.logo-download-button:hover {
  border-color: var(--kcs-gold);
  color: var(--kcs-white);
  background: var(--kcs-gold);
}

.sector-detail-page {
  font-family: "Poppins", var(--kcs-font-family);
}

.sector-detail-page * {
  font-family: inherit;
}

.sector-detail-title {
  padding-bottom: 1.75rem;
}

.sector-detail-title h1 {
  margin: 0;
  color: inherit;
  font-size: 40px;
  font-weight: 400;
  line-height: 1.3;
  letter-spacing: 0;
}

.sector-detail-title strong {
  font-weight: 700;
}

.sector-detail-copy {
  max-width: 1170px;
  margin-inline: auto;
  color: var(--kcs-navy);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.65;
}

.sector-detail-copy--columns {
  column-count: 2;
  column-gap: 2em;
  padding-top: 0.35rem;
  margin-bottom: 1.8rem;
}

.sector-detail-copy p {
  margin: 0;
}

.sector-detail-copy p + p {
  margin-top: 2.2rem;
}

.sector-detail-hero {
  display: block;
  width: 100%;
  max-width: 1170px;
  height: auto;
  margin: 0 auto;
}

.product-header-band {
  padding: 0 0 1.4rem;
}

.product-header-hero {
  display: block;
  width: 100%;
  max-width: 1200px;
  height: clamp(220px, 37.5vw, 450px);
  margin: 0 auto 2rem;
  object-fit: cover;
  object-position: center right;
}

.product-header-band .product-header-hero {
  margin-bottom: 0;
}

.content-page--after-product-header {
  padding-top: 0;
}

.sector-detail-copy--wide {
  margin-top: 2.1rem;
}

.sector-detail-copy-center {
  padding-top: 0.85rem;
  text-align: center;
}

.sector-detail-gallery {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  max-width: 1170px;
  margin: 1.25rem auto 0;
}

.sector-detail-gallery img {
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
}

.sector-detail-action {
  display: flex;
  justify-content: center;
  margin-top: 2.5rem;
}

.sector-detail-button {
  display: inline-flex;
  align-items: center;
  gap: 0.65rem;
  min-height: 48px;
  padding: 0.85rem 1.45rem;
  color: var(--kcs-white);
  background: var(--kcs-navy);
  border-radius: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.2;
  text-decoration: none;
  transition: background-color 0.2s ease, color 0.2s ease;
}

.sector-detail-button::before {
  content: "";
  width: 0.55rem;
  height: 0.55rem;
  border-top: 2px solid currentColor;
  border-right: 2px solid currentColor;
  transform: rotate(45deg);
}

.sector-detail-button:hover {
  color: var(--kcs-white);
  background: var(--kcs-gold);
}

.cement-types-page {
  padding: 0.35rem 0 4.4rem;
  background:
    radial-gradient(circle at top left, rgba(16, 79, 152, 0.06), transparent 32rem),
    #ffffff;
}

.cement-types-container {
  width: min(1320px, calc(100% - 3rem));
}

.cement-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.18fr) minmax(280px, 0.82fr);
  min-height: 235px;
  overflow: hidden;
  border-radius: 12px;
  background: var(--kcs-navy);
  box-shadow: 0 16px 42px rgba(22, 36, 68, 0.13);
}

.cement-hero__copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 1.78rem 2.45rem;
  color: #ffffff;
  background:
    linear-gradient(90deg, rgba(30, 35, 76, 1), rgba(30, 35, 76, 0.94) 58%, rgba(30, 35, 76, 0.78)),
    radial-gradient(circle at 75% 52%, rgba(197, 154, 46, 0.12), transparent 20rem);
}

.cement-kicker {
  display: flex;
  align-items: center;
  gap: 0.62rem;
  margin: 0 0 0.38rem;
  color: #e6b83e;
  font-size: 0.76rem;
  font-weight: 700;
  text-transform: uppercase;
}

.cement-kicker::before,
.cement-panel-header h2::before {
  content: "";
  width: 18px;
  height: 3px;
  border-radius: 99px;
  background: #e6b83e;
}

.cement-hero h1 {
  margin: 0;
  color: #ffffff;
  font-size: 2.16rem;
  line-height: 1.02;
  font-weight: 900;
  text-transform: uppercase;
}

.cement-title-rule {
  width: 56px;
  height: 3px;
  margin: 0.56rem 0 0.72rem;
  border-radius: 99px;
  background: #e6b83e;
}

.cement-hero__copy > p:not(.cement-kicker) {
  max-width: 390px;
  margin: 0;
  color: #f2f5fb;
  font-size: 0.84rem;
  line-height: 1.38;
}

.cement-feature-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.52rem;
  margin-top: 0.95rem;
}

.cement-feature-list span {
  min-height: 22px;
  display: inline-flex;
  align-items: center;
  gap: 0.42rem;
  color: #ffffff;
  font-size: 0.74rem;
  font-weight: 600;
}

.cement-feature-list span + span {
  padding-left: 0.82rem;
  border-left: 1px solid rgba(255, 255, 255, 0.3);
}

.feature-icon {
  position: relative;
  width: 20px;
  height: 20px;
  flex: 0 0 20px;
  border: 2px solid #d2a638;
  border-radius: 50%;
}

.feature-icon--shield {
  border-radius: 8px 8px 14px 14px;
}

.feature-icon--leaf {
  border-radius: 70% 0 70% 0;
  transform: rotate(-18deg);
}

.feature-icon--check::after {
  content: "";
  position: absolute;
  left: 7px;
  top: 6px;
  width: 9px;
  height: 5px;
  border-left: 2px solid #d2a638;
  border-bottom: 2px solid #d2a638;
  transform: rotate(-45deg);
}

.cement-hero__visual {
  min-height: 235px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem;
  background: #f3f3f1;
}

.cement-hero__visual--photo {
  align-items: stretch;
  justify-content: stretch;
  padding: 0;
  background: transparent;
}

.cement-hero__visual img {
  width: auto;
  height: auto;
  max-width: 78%;
  max-height: 248px;
  object-fit: contain;
}

.cement-hero__visual--photo img {
  width: 100%;
  height: 100%;
  max-width: none;
  max-height: none;
  object-fit: cover;
  object-position: center;
}

.cement-types-panel {
  margin-top: 1.25rem;
  padding: 1.7rem 3.8rem 1.05rem;
  border-radius: 12px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(248, 250, 253, 0.96)),
    radial-gradient(circle at 88% 20%, rgba(16, 79, 152, 0.08), transparent 22rem);
  box-shadow: 0 18px 48px rgba(22, 36, 68, 0.09);
}

.cement-panel-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 1.25rem;
}

.cement-panel-header h2 {
  display: flex;
  align-items: center;
  gap: 0.85rem;
  margin: 0;
  color: var(--kcs-navy);
  font-size: 1.42rem;
  font-weight: 900;
  text-transform: uppercase;
}

.cement-type-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem 2rem;
}

.cement-type-card {
  min-height: 116px;
  display: grid;
  grid-template-columns: 118px minmax(0, 1fr);
  align-items: center;
  gap: 0.8rem;
  padding: 0.5rem 1.1rem 0.5rem 0.75rem;
  border: 1px solid rgba(217, 224, 234, 0.75);
  border-radius: 10px;
  background: #ffffff;
  box-shadow: 0 10px 24px rgba(22, 36, 68, 0.08);
}

.cement-type-card--astm {
  background: linear-gradient(90deg, #f4ffe9, #ffffff 72%);
}

.cement-type-card__image {
  min-height: 98px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.cement-type-card__image img {
  max-width: 104px;
  max-height: 106px;
  object-fit: contain;
}

.cement-type-card__content h3 {
  margin: 0;
  color: var(--kcs-navy);
  font-size: 1.12rem;
  line-height: 1.22;
  font-weight: 900;
}

.cement-type-card__content p {
  margin: 0.35rem 0 0;
  color: #334564;
  font-size: 0.92rem;
  line-height: 1.2;
}

.cement-type-card__content span {
  display: block;
  margin-top: 1.15rem;
  color: #2b3b59;
  font-size: 0.76rem;
  font-weight: 700;
}

.cement-support-strip {
  min-height: 64px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-top: 1.2rem;
  padding: 0.75rem 1.15rem 0.75rem 2.25rem;
  border: 1px solid #dbe2eb;
  border-radius: 8px;
  background: #fbfcfe;
}

.cement-support-strip__message {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.support-icon {
  position: relative;
  width: 34px;
  height: 34px;
  border: 2px solid #31466b;
  border-radius: 50%;
}

.support-icon::before {
  content: "";
  position: absolute;
  left: 8px;
  top: 8px;
  width: 14px;
  height: 9px;
  border: 2px solid #31466b;
  border-top: 0;
  border-radius: 0 0 10px 10px;
}

.support-icon::after {
  content: "";
  position: absolute;
  left: -4px;
  right: -4px;
  bottom: -9px;
  height: 14px;
  border: 2px solid #31466b;
  border-bottom: 0;
  border-radius: 18px 18px 0 0;
}

.cement-support-strip p {
  margin: 0;
  color: #31466b;
  font-weight: 600;
}

.contact-pill {
  min-width: 236px;
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 1.2rem;
  border-radius: 999px;
  color: #ffffff;
  background: #0c2355;
  font-size: 0.85rem;
  font-weight: 900;
  text-transform: uppercase;
}

.contact-pill span {
  width: 10px;
  height: 10px;
  border-top: 2px solid currentColor;
  border-right: 2px solid currentColor;
  transform: rotate(45deg);
}

@media (max-width: 991.98px) {
  .cement-hero {
    grid-template-columns: 1fr;
  }

  .cement-hero__copy {
    padding: 1.55rem 1.7rem;
  }

  .cement-hero__visual {
    min-height: 235px;
  }

  .cement-hero__visual img {
    max-height: 190px;
  }

  .cement-hero__visual--photo img {
    width: 100%;
    max-height: none;
  }

  .cement-type-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
  }

  .cement-types-panel {
    padding: 1.5rem;
  }

  .cement-support-strip {
    align-items: flex-start;
    flex-direction: column;
    padding: 1rem 1.2rem;
  }
}

@media (max-width: 575.98px) {
  .cement-types-page {
    padding-top: 0.35rem;
  }

  .cement-types-container {
    width: min(100% - 2rem, 760px);
  }

  .cement-hero__copy {
    padding: 1.15rem 0.95rem;
  }

  .cement-hero h1 {
    font-size: 1.62rem;
  }

  .cement-hero__visual img {
    max-height: 170px;
  }

  .cement-hero__visual--photo img {
    width: 100%;
    max-height: none;
  }

  .cement-feature-list {
    gap: 0.55rem;
    margin-top: 1rem;
  }

  .cement-feature-list span {
    width: 100%;
  }

  .cement-feature-list span + span {
    padding-left: 0;
    border-left: 0;
  }

  .cement-panel-header {
    align-items: flex-start;
    flex-direction: column;
  }

  .cement-type-grid {
    grid-template-columns: 1fr;
  }

  .cement-type-card {
    grid-template-columns: 92px minmax(0, 1fr);
    padding-right: 0.8rem;
  }

  .cement-type-card__image img {
    max-width: 86px;
  }

  .contact-pill {
    width: 100%;
    min-width: 0;
  }
}

.gazbeton-page .sector-detail-title {
  padding-bottom: 1.15rem;
}

.gazbeton-page .sector-detail-copy--columns {
  column-gap: 20px;
  padding-top: 1.1rem;
  margin-bottom: 1.1rem;
}

.gazbeton-hero {
  max-width: 1200px;
}

.gazbeton-copy {
  margin-top: 2.25rem;
  margin-bottom: 1.1rem;
}

.gazbeton-copy p + p {
  margin-top: 1rem;
}

.gazbeton-highlight {
  max-width: 920px;
  margin-inline: auto;
  padding-top: 1.25rem;
  font-size: 16px;
}

.kirec-page .sector-detail-title {
  padding-bottom: 1.55rem;
}

.kirec-page .sector-detail-title h1 {
  font-weight: 600;
}

.kirec-page .hr-separator {
  width: min(450px, 100%);
  max-width: 450px;
}

.kirec-page .hr-separator::before,
.kirec-page .hr-separator::after {
  height: 4px;
}

.kirec-page .hr-separator span {
  border-width: 4px;
}

.kirec-copy {
  margin-bottom: 1.35rem;
}

.kirec-copy p + p {
  margin-top: 1rem;
}

.kirec-hero {
  max-width: 1200px;
}

.kirec-copy--after-image {
  margin-top: 2.15rem;
  margin-bottom: 0;
}

.lime-catalog-page {
  color: #172033;
  background: #f4f6f9;
  font-family: "Poppins", var(--kcs-font-family);
}

.lime-catalog-page * {
  letter-spacing: 0;
}

.lime-catalog-hero {
  position: relative;
  min-height: 360px;
  display: flex;
  align-items: center;
  overflow: hidden;
  background: #ffffff;
}

.lime-catalog-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, #ffffff 0%, #ffffff 39%, rgba(255, 255, 255, 0.88) 55%, rgba(255, 255, 255, 0.22) 100%),
    var(--lime-hero-image);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center right;
}

.lime-catalog-hero::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  background: rgba(214, 222, 233, 0.75);
}

.lime-catalog-hero__inner {
  position: relative;
  z-index: 1;
  padding-block: 4.4rem;
}

.lime-kicker,
.lime-section-kicker {
  display: inline-flex;
  margin: 0 0 1rem;
  color: #d49a1d;
  font-size: 0.78rem;
  font-weight: 800;
  text-transform: uppercase;
}

.lime-kicker {
  padding: 0.34rem 0.68rem;
  border-radius: 999px;
  background: #fff3d7;
}

.lime-catalog-hero h1 {
  max-width: 560px;
  margin: 0;
  color: #172033;
  font-size: 3.2rem;
  font-weight: 900;
  line-height: 1.04;
}

.lime-catalog-hero h1 span {
  color: #f0a51f;
}

.lime-catalog-hero__inner > p:not(.lime-kicker) {
  max-width: 550px;
  margin: 1.05rem 0 0;
  color: #526178;
  font-size: 1rem;
  line-height: 1.72;
}

.lime-catalog-shell {
  padding-block: 3.6rem 1.8rem;
}

.lime-catalog-nav {
  display: flex;
  align-items: center;
  gap: 1.6rem;
  padding: 0 0 2.4rem;
  overflow-x: auto;
  color: #7f8ba1;
  font-size: 0.76rem;
  font-weight: 800;
  text-transform: uppercase;
  white-space: nowrap;
}

.lime-catalog-nav a {
  position: relative;
  padding-bottom: 0.45rem;
}

.lime-catalog-nav a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 2px;
  transform: scaleX(0);
  transform-origin: left;
  background: #d49a1d;
  transition: transform 180ms ease;
}

.lime-catalog-nav a:hover::after,
.lime-catalog-nav a:focus::after {
  transform: scaleX(1);
}

.lime-catalog-section {
  padding-block: 1rem 3.1rem;
}

.lime-catalog-section h2,
.lime-usage-band h2,
.lime-shipping-section h2 {
  margin: 0 0 2rem;
  color: #172033;
  font-size: 2rem;
  font-weight: 900;
  line-height: 1.16;
}

.lime-catalog-section h2 span {
  font-weight: 800;
}

.lime-product-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.55rem;
}

.lime-product-card {
  position: relative;
  min-height: 334px;
  display: flex;
  flex-direction: column;
  padding: 2rem 1.55rem 1.55rem;
  border: 1px solid #dbe3ee;
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 14px 34px rgba(23, 32, 51, 0.06);
}

.lime-product-card::before {
  content: "";
  position: absolute;
  top: -1px;
  left: 1.35rem;
  right: 1.35rem;
  height: 3px;
  border-radius: 999px;
  background: #f0c66e;
}

.lime-product-card__icon {
  min-height: 34px;
  display: inline-flex;
  align-items: center;
  color: #0b6fc8;
  font-size: 1.55rem;
  line-height: 1;
}

.lime-product-card h3 {
  margin: 1rem 0 0;
  color: #172033;
  font-size: 1.42rem;
  font-weight: 900;
}

.lime-product-card__category {
  margin: 0.18rem 0 0.75rem;
  color: #d49a1d;
  font-size: 0.72rem;
  font-weight: 900;
  text-transform: uppercase;
}

.lime-product-card > p:not(.lime-product-card__category) {
  min-height: 92px;
  margin: 0 0 1.25rem;
  color: #647287;
  font-size: 0.88rem;
  line-height: 1.62;
}

.lime-product-card dl {
  display: grid;
  gap: 0.55rem;
  margin: auto 0 0;
  padding: 0.9rem 1rem;
  border-radius: 8px;
  background: #f7f9fc;
}

.lime-product-card dl div {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 0.85rem;
}

.lime-product-card dt,
.lime-product-card dd {
  margin: 0;
  font-size: 0.76rem;
  line-height: 1.35;
}

.lime-product-card dt {
  color: #8491a5;
  font-weight: 700;
}

.lime-product-card dd {
  color: #34435a;
  font-weight: 900;
  text-align: right;
}

.lime-usage-band {
  padding-block: 3.2rem 3.5rem;
  background: #ffffff;
  border-block: 1px solid #e5ebf3;
}

.lime-usage-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 0;
}

.lime-usage-item {
  min-height: 118px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.82rem;
  padding: 1rem;
  border-left: 1px solid #e5ebf3;
  text-align: center;
}

.lime-usage-item:first-child {
  border-left: 0;
}

.lime-usage-item span {
  font-size: 2.05rem;
  line-height: 1;
}

.lime-usage-item h3 {
  margin: 0;
  color: #172033;
  font-size: 0.8rem;
  font-weight: 900;
  line-height: 1.28;
  text-transform: uppercase;
}

.lime-advantages-section {
  padding-block: 3.4rem 3.8rem;
}

.lime-advantages-section .kcs-container,
.lime-shipping-section .kcs-container,
.lime-usage-band .kcs-container {
  width: min(1220px, calc(100% - 4rem));
}

.lime-advantage-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
}

.lime-advantage-card {
  min-height: 210px;
  padding: 1.65rem 1.35rem;
  border: 1px solid #dbe3ee;
  border-radius: 8px;
  background: #ffffff;
}

.lime-advantage-card span {
  display: block;
  margin-bottom: 1rem;
  font-size: 1.55rem;
  line-height: 1;
}

.lime-advantage-card h3,
.lime-shipping-card h3 {
  margin: 0;
  color: #172033;
  font-size: 1rem;
  font-weight: 900;
  line-height: 1.28;
}

.lime-advantage-card p,
.lime-shipping-card p {
  margin: 0.72rem 0 0;
  color: #647287;
  font-size: 0.88rem;
  line-height: 1.58;
}

.lime-shipping-section {
  padding-block: 3.2rem 4.4rem;
  background: #ffffff;
  border-top: 1px solid #e5ebf3;
}

.lime-shipping-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.35rem;
}

.lime-shipping-card {
  min-height: 176px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 1.6rem 1.35rem;
  border: 1px solid #dbe3ee;
  border-radius: 8px;
  background: #f8fafc;
  text-align: center;
}

.lime-shipping-card span {
  width: 58px;
  height: 58px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1rem;
  border-radius: 50%;
  background: #fff2cc;
  font-size: 1.45rem;
  line-height: 1;
}

.lime-catalog-action {
  display: flex;
  justify-content: center;
  margin-top: 2.4rem;
}

@media (max-width: 991.98px) {
  .lime-catalog-hero {
    min-height: 320px;
  }

  .lime-catalog-hero::before {
    background:
      linear-gradient(90deg, #ffffff 0%, rgba(255, 255, 255, 0.94) 62%, rgba(255, 255, 255, 0.7) 100%),
      var(--lime-hero-image);
    background-size: cover;
    background-position: center right;
  }

  .lime-catalog-hero h1 {
    font-size: 2.45rem;
  }

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

  .lime-product-card > p:not(.lime-product-card__category) {
    min-height: 0;
  }

  .lime-usage-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1px;
    background: #e5ebf3;
  }

  .lime-usage-item {
    border-left: 0;
    background: #ffffff;
  }

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

@media (max-width: 575.98px) {
  .lime-catalog-hero__inner {
    padding-block: 3rem;
  }

  .lime-catalog-hero h1 {
    font-size: 2rem;
  }

  .lime-catalog-shell,
  .lime-advantages-section,
  .lime-shipping-section,
  .lime-usage-band {
    padding-block-start: 2.5rem;
  }

  .lime-catalog-shell,
  .lime-advantages-section .kcs-container,
  .lime-shipping-section .kcs-container,
  .lime-usage-band .kcs-container {
    width: min(100% - 2rem, 760px);
  }

  .lime-catalog-section h2,
  .lime-usage-band h2,
  .lime-shipping-section h2 {
    font-size: 1.55rem;
  }

  .lime-catalog-nav {
    gap: 1rem;
    padding-bottom: 1.8rem;
  }

  .lime-usage-grid,
  .lime-advantage-grid {
    grid-template-columns: 1fr;
  }

  .lime-product-card {
    padding-inline: 1.15rem;
  }

  .lime-product-card dl div {
    align-items: flex-start;
    flex-direction: column;
    gap: 0.18rem;
  }

  .lime-product-card dd {
    text-align: left;
  }
}

.agrega-page .sector-detail-title h1 {
  font-weight: 700;
}

.agrega-copy {
  padding-top: 1.35rem;
  margin-bottom: 2.4rem;
}

.agrega-copy p + p {
  margin-top: 1rem;
}

.agrega-gallery {
  grid-template-columns: repeat(2, 1fr);
  margin-top: 0;
}

.agrega-gallery img {
  aspect-ratio: 4 / 3;
}

.agrega-action {
  margin-top: 2.8rem;
}

.mission-vision-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: clamp(2rem, 5vw, 5rem);
  max-width: 1170px;
  margin: 1.4rem auto 0;
}

.mission-vision-block h2 {
  margin-top: 0;
  font-size: 24px;
  font-weight: 600;
}

.board-grid {
  display: grid;
  gap: 1.75rem;
  max-width: 1248px;
  margin: 0 auto;
}

.board-member-card {
  display: grid;
  grid-template-columns: 20% 30% 40% 10%;
  align-items: start;
  column-gap: 0;
  min-width: 0;
  color: var(--kcs-navy);
}

.board-member-media {
  display: grid;
  grid-column: 2;
  justify-items: center;
  gap: 0.65rem;
  min-width: 0;
  padding: 0 6.4%;
}

.board-member-summary {
  grid-column: 3;
  min-width: 0;
  padding: 24.9531px 4.8% 0;
  color: var(--kcs-navy);
  text-align: center;
}

.board-member-card img {
  width: min(150px, 100%);
  aspect-ratio: 1;
  object-fit: cover;
}

.board-bio-button {
  border: 0;
  min-height: 42px;
  padding: 0 1.55rem;
  border-radius: 999px;
  color: var(--kcs-white);
  background: var(--kcs-gold);
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  transition: background-color 180ms ease, color 180ms ease;
}

.board-bio-button:hover {
  color: var(--kcs-white);
  background: var(--kcs-navy);
}

.board-member-summary h2 {
  margin: 0;
  color: inherit;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: 0;
}

.board-member-summary p {
  margin: 0.25rem 0 0;
  color: var(--kcs-navy);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.45;
}

.board-modal {
  font-family: "Poppins", var(--kcs-font-family);
}

.board-modal .modal-content {
  border: 0;
  border-radius: 0;
  color: var(--kcs-navy);
}

.board-modal .modal-header {
  justify-content: flex-end;
  padding: 1rem 1rem 0;
  border-bottom: 0;
}

.board-modal .modal-title {
  color: var(--kcs-navy);
  font-size: 17px;
  font-weight: 400;
  letter-spacing: 0;
}

.board-modal .modal-body {
  padding: 0 1.5rem 1.7rem;
  color: var(--kcs-navy);
  font-size: 17px;
  font-weight: 400;
  line-height: 1.65;
}

.board-modal .modal-body p {
  margin: 0 0 1rem;
}

.board-modal-image {
  width: 200px;
  height: 200px;
  margin-bottom: 1rem;
  object-fit: cover;
}

.board-modal-name,
.board-modal-role {
  color: var(--kcs-navy);
  font-size: 17px;
  font-weight: 400;
  line-height: 1.45;
}

.hr-centered {
  text-align: center;
}

.hr-accordion {
  max-width: 1170px;
  margin: 1rem auto 0;
}

.hr-accordion details {
  border: 1px solid rgba(29, 35, 75, 0.18);
  border-bottom: 0;
  background: var(--kcs-white);
}

.hr-accordion details:last-child {
  border-bottom: 1px solid rgba(29, 35, 75, 0.18);
}

.hr-accordion summary {
  position: relative;
  min-height: 58px;
  padding: 0.95rem 1.15rem 0.95rem 3.15rem;
  color: var(--kcs-navy);
  font-size: 21px;
  font-weight: 400;
  line-height: 1.35;
  cursor: pointer;
  list-style: none;
}

.hr-accordion summary::-webkit-details-marker {
  display: none;
}

.hr-accordion summary::before {
  content: "";
  position: absolute;
  left: 1rem;
  top: 1rem;
  width: 24px;
  height: 24px;
  border: 1px solid rgba(29, 35, 75, 0.25);
  background: var(--kcs-soft);
}

.hr-accordion summary::after {
  content: "";
  position: absolute;
  left: 1.48rem;
  top: 1.45rem;
  width: 8px;
  height: 8px;
  border-right: 2px solid var(--kcs-navy);
  border-bottom: 2px solid var(--kcs-navy);
  transform: rotate(-45deg);
  transition: transform 180ms ease;
}

.hr-accordion details[open] summary::after {
  transform: translateY(-2px) rotate(45deg);
}

.hr-accordion details > div {
  padding: 0 1.25rem 1.1rem 3.15rem;
  color: var(--kcs-navy);
  font-size: 16px;
  line-height: 1.65;
}

.hr-accordion p,
.hr-accordion ul {
  margin: 0 0 0.85rem;
}

.hr-accordion ul {
  padding-left: 1.1rem;
}

.about-heading__rule {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  margin-top: 1rem;
}

.about-heading__rule span {
  width: 62px;
  height: 1px;
  background: #d7dee9;
}

.about-heading__rule i {
  width: 9px;
  height: 9px;
  border-radius: 999px;
  background: var(--kcs-navy);
}

.contact-page {
  padding: 3.2rem 0 5rem;
  color: var(--kcs-navy);
  background:
    linear-gradient(145deg, rgba(248, 250, 253, 0.92) 0%, #ffffff 36%, #f6f8fc 100%);
  font-family: "Poppins", var(--kcs-font-family);
}

.contact-hero {
  max-width: 620px;
  margin: 0 auto 2.7rem;
  text-align: center;
}

.contact-hero h1 {
  margin: 0;
  color: var(--kcs-navy);
  font-size: 3rem;
  line-height: 1.1;
  font-weight: 800;
  letter-spacing: 0;
}

.contact-showcase,
.contact-form-panel {
  border: 1px solid rgba(30, 35, 76, 0.12);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.86);
  box-shadow: 0 22px 60px rgba(30, 35, 76, 0.08);
}

.contact-showcase {
  display: grid;
  grid-template-columns: 292px minmax(0, 1fr);
  gap: 1.3rem;
  padding: 1.55rem;
}

.contact-departments {
  display: grid;
  align-self: start;
  align-content: start;
  grid-auto-rows: minmax(68px, auto);
  gap: 0.7rem;
}

.contact-department {
  width: 100%;
  min-height: 68px;
  display: grid;
  grid-template-columns: 32px minmax(0, 1fr) 14px;
  align-items: center;
  gap: 1rem;
  padding: 0 1.2rem;
  border: 1px solid rgba(30, 35, 76, 0.12);
  border-radius: 9px;
  color: var(--kcs-navy);
  background: #ffffff;
  box-shadow: 0 10px 22px rgba(30, 35, 76, 0.05);
  font-size: 0.95rem;
  font-weight: 800;
  font-family: inherit;
  text-align: left;
  cursor: pointer;
  transition: color 0.18s ease, background-color 0.18s ease, border-color 0.18s ease, box-shadow 0.18s ease;
}

.contact-department:hover,
.contact-department:focus,
.contact-department.active {
  border-color: rgba(30, 35, 76, 0.42);
  color: #ffffff;
  background: var(--kcs-navy);
  box-shadow: 0 16px 28px rgba(30, 35, 76, 0.2);
}

.contact-department__icon {
  position: relative;
  width: 32px;
  height: 32px;
  display: inline-flex;
  color: inherit;
}

.contact-department__icon::before {
  content: "";
  position: absolute;
  inset: 6px 8px 7px;
  border: 2px solid currentColor;
  border-radius: 3px;
  box-shadow: 6px 5px 0 -4px currentColor, 6px 12px 0 -4px currentColor;
}

.contact-department__icon::after {
  content: "";
  position: absolute;
  left: 11px;
  right: 11px;
  bottom: 6px;
  border-top: 2px solid currentColor;
}

.contact-department i {
  width: 9px;
  height: 9px;
  border-top: 2px solid currentColor;
  border-right: 2px solid currentColor;
  transform: rotate(45deg);
}

.contact-tab-content {
  min-width: 0;
}

.contact-panel {
  min-width: 0;
  padding: 2rem 1.75rem 1.8rem;
  border: 1px solid rgba(30, 35, 76, 0.12);
  border-radius: 10px;
  background: #ffffff;
}

.contact-panel.tab-pane:not(.active) {
  display: none;
}

.contact-panel__header {
  margin-bottom: 1.35rem;
}

.contact-panel__header h2 {
  margin: 0 0 0.75rem;
  color: var(--kcs-navy);
  font-size: 1.18rem;
  line-height: 1.35;
  font-weight: 800;
}

.contact-detail-list {
  display: grid;
  gap: 0.32rem;
  margin: 0;
  color: var(--kcs-navy);
}

.contact-detail-list div {
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem 0.55rem;
  align-items: baseline;
}

.contact-detail-list dt {
  min-width: 132px;
  color: #2c3855;
  font-size: 0.93rem;
  font-weight: 700;
}

.contact-detail-list dt::after {
  content: ":";
  margin-left: 0.35rem;
}

.contact-detail-list dd {
  margin: 0;
  color: #1f2b46;
  font-size: 0.95rem;
  line-height: 1.5;
}

.contact-detail-list a {
  color: inherit;
  text-decoration: none;
}

.contact-detail-list a:hover,
.contact-detail-list a:focus {
  color: var(--kcs-gold);
}

.contact-factory-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
  margin-top: 1.1rem;
}

.contact-factory {
  padding: 1rem;
  border: 1px solid rgba(30, 35, 76, 0.1);
  border-radius: 8px;
  background: #fbfcff;
}

.contact-factory h3,
.contact-map-unit h3 {
  margin: 0 0 0.65rem;
  color: var(--kcs-navy);
  font-size: 1rem;
  line-height: 1.35;
  font-weight: 800;
}

.contact-map-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.1rem;
  margin-top: 1.3rem;
}

.contact-map-grid--single {
  grid-template-columns: 1fr;
}

.contact-map-card {
  position: relative;
  overflow: hidden;
  min-height: 340px;
  border-radius: 10px;
  background: #eef3f7;
}

.contact-map-card iframe {
  width: 100%;
  height: 100%;
  min-height: 340px;
  display: block;
  border: 0;
}

.contact-map-grid--single .contact-map-card,
.contact-map-grid--single .contact-map-card iframe {
  min-height: 420px;
}

.contact-map-link {
  position: absolute;
  top: 1.05rem;
  right: 1.05rem;
  width: 44px;
  height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(30, 35, 76, 0.12);
  border-radius: 8px;
  color: var(--kcs-navy);
  background: #ffffff;
  box-shadow: 0 10px 24px rgba(30, 35, 76, 0.12);
}

.contact-map-link::before {
  content: "";
  width: 13px;
  height: 13px;
  border-top: 2px solid currentColor;
  border-right: 2px solid currentColor;
  transform: translate(-1px, 1px);
}

.contact-map-link::after {
  content: "";
  position: absolute;
  width: 16px;
  border-top: 2px solid currentColor;
  transform: translate(-1px, 1px) rotate(-45deg);
}

.contact-form-panel {
  position: relative;
  overflow: hidden;
  margin-top: 2.2rem;
  padding: 2.35rem clamp(1.4rem, 9vw, 10rem) 3rem;
}

.contact-form-panel::after {
  content: "";
  position: absolute;
  right: -68px;
  top: 5.6rem;
  width: 190px;
  height: 190px;
  border: 18px solid rgba(30, 35, 76, 0.045);
  border-left-width: 34px;
  border-radius: 52px;
  pointer-events: none;
}

.contact-form-panel__icon {
  position: relative;
  left: 50%;
  width: 54px;
  height: 54px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(30, 35, 76, 0.11);
  border-radius: 50%;
  color: #ffffff;
  background: var(--kcs-navy);
  box-shadow: 0 14px 30px rgba(30, 35, 76, 0.2);
  transform: translateX(-50%);
}

.contact-form-panel__icon::before {
  content: "";
  position: absolute;
  width: 24px;
  height: 17px;
  border: 2px solid currentColor;
  border-radius: 3px;
}

.contact-form-panel__icon::after {
  content: "";
  position: absolute;
  top: 20px;
  width: 17px;
  height: 17px;
  border-left: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: rotate(-45deg);
}

.contact-form-panel h2 {
  margin: 1.05rem 0 0;
  color: var(--kcs-navy);
  font-size: 1.7rem;
  line-height: 1.3;
  font-weight: 800;
  text-align: center;
}

.contact-form-rule {
  width: 58px;
  height: 3px;
  margin: 1.25rem auto 2rem;
  border-radius: 999px;
  background: var(--kcs-navy);
}

.contact-form {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 0.85rem;
}

.contact-form label:not(.contact-consent),
.contact-consent-group > span {
  margin-top: 0.3rem;
  color: #2c3855;
  font-size: 0.9rem;
  font-weight: 800;
}

.contact-form input[type="text"],
.contact-form input[type="email"],
.contact-form textarea {
  width: 100%;
  min-height: 50px;
  padding: 0.8rem 0.95rem;
  border: 1px solid #d4dbe6;
  border-radius: 8px;
  color: var(--kcs-navy);
  background: #ffffff;
  font: inherit;
  font-size: 0.95rem;
  outline: none;
  transition: border-color 0.18s ease, box-shadow 0.18s ease;
}

.contact-form textarea {
  min-height: 118px;
  resize: vertical;
}

.contact-form input:focus,
.contact-form textarea:focus {
  border-color: rgba(30, 35, 76, 0.55);
  box-shadow: 0 0 0 4px rgba(30, 35, 76, 0.08);
}

.contact-form ::placeholder {
  color: #9aa4b6;
}

.contact-form-feedback {
  position: relative;
  z-index: 1;
  margin: 0 0 1.15rem;
  padding: 0.85rem 1rem;
  border-radius: 8px;
  font-size: 0.94rem;
  line-height: 1.55;
}

.contact-form-feedback ul {
  margin: 0;
  padding-left: 1.1rem;
}

.contact-form-feedback--success {
  border: 1px solid rgba(38, 132, 88, 0.26);
  color: #17633f;
  background: rgba(38, 132, 88, 0.09);
}

.contact-form-feedback--error,
.contact-validation {
  color: #9f2837;
}

.contact-form-feedback--error {
  border: 1px solid rgba(159, 40, 55, 0.24);
  background: rgba(159, 40, 55, 0.08);
}

.validation-summary-valid,
.field-validation-valid {
  display: none;
}

.contact-validation {
  margin-top: -0.45rem;
  font-size: 0.86rem;
  line-height: 1.45;
}

.contact-consent-group {
  display: grid;
  gap: 0.7rem;
  margin-top: 0.25rem;
}

.contact-consent-link {
  color: var(--kcs-navy);
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.18em;
  transition: color 0.18s ease;
}

.contact-consent-link:hover,
.contact-consent-link:focus-visible {
  color: var(--kcs-gold);
}

.contact-consent {
  display: inline-flex;
  align-items: center;
  gap: 0.65rem;
  width: max-content;
  color: #4e5b74;
  font-size: 0.92rem;
}

.contact-consent input {
  width: 22px;
  height: 22px;
  accent-color: var(--kcs-navy);
}

.honeypot {
  position: absolute;
  left: -10000px;
}

.contact-captcha-group {
  display: grid;
  gap: 0.65rem;
  margin-top: 0.25rem;
}

.contact-captcha {
  display: grid;
  grid-template-columns: minmax(190px, 0.38fr) minmax(0, 1fr);
  gap: 0.7rem;
  align-items: center;
}

.contact-captcha__image {
  min-height: 60px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.18rem;
  border: 1px solid rgba(30, 35, 76, 0.24);
  border-radius: 8px;
  background: #eef2f7;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.72);
  overflow: hidden;
}

.contact-captcha__svg {
  width: 100%;
  min-width: 184px;
  height: 58px;
  display: block;
  line-height: 1;
  user-select: none;
}

.contact-submit {
  width: max-content;
  min-width: 142px;
  min-height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.65rem;
  margin-top: 0.25rem;
  padding: 0.8rem 1.35rem;
  border: 0;
  border-radius: 7px;
  color: #ffffff;
  background: var(--kcs-navy);
  box-shadow: 0 14px 24px rgba(30, 35, 76, 0.24);
  font: inherit;
  font-size: 0.98rem;
  font-weight: 800;
  cursor: pointer;
  transition: transform 0.18s ease, box-shadow 0.18s ease, background-color 0.18s ease;
}

.contact-submit::after {
  content: "";
  width: 9px;
  height: 9px;
  border-top: 2px solid currentColor;
  border-right: 2px solid currentColor;
  transform: rotate(45deg);
}

.contact-submit:hover,
.contact-submit:focus {
  background: #0b2a65;
  box-shadow: 0 17px 28px rgba(30, 35, 76, 0.28);
  transform: translateY(-1px);
}

.site-footer {
  color: var(--kcs-white);
  background: var(--kcs-navy);
}

.footer-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  width: min(1360px, calc(100% - 4rem));
  margin-inline: auto;
  padding: 1.65rem 0;
  border-top: 2px solid var(--kcs-gold);
}

.footer-brand {
  display: flex;
  align-items: center;
  gap: 1.15rem;
  min-width: 0;
}

.footer-brand img {
  width: 145px;
  flex: 0 0 auto;
}

.footer-brand span {
  color: rgba(255, 255, 255, 0.92);
  font-size: 0.98rem;
  line-height: 1.35;
}

.social-links {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: nowrap;
  gap: 0.65rem;
  flex: 0 0 auto;
}

.social-links a {
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border-radius: 4px;
  color: var(--kcs-navy);
  background: var(--kcs-white);
  font-weight: 800;
  line-height: 1;
}

.social-icon {
  width: 19px;
  height: 19px;
  display: block;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.social-links a[href="#"] {
  display: none;
}

.to-top {
  position: fixed;
  right: 2rem;
  bottom: 2rem;
  z-index: 80;
  display: grid;
  place-items: center;
  width: 52px;
  height: 52px;
  border: 4px solid var(--kcs-gold);
  border-radius: 8px;
  color: var(--kcs-white);
  background: var(--kcs-navy);
  font-size: 1.6rem;
}

@media (max-width: 1180px) {
  body.is-menu-open {
    overflow: hidden;
  }

  .header-inner {
    min-height: 92px;
    width: min(100% - 2rem, 1060px);
  }

  .mobile-menu-button {
    display: inline-grid;
    place-items: center;
    flex: 0 0 auto;
  }

  .site-nav {
    position: fixed;
    left: 0;
    right: 0;
    top: 92px;
    bottom: 0;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    max-height: none;
    overflow-y: auto;
    overscroll-behavior: contain;
    padding: 0 clamp(1rem, 4vw, 2rem);
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    background: var(--kcs-navy);
    box-shadow: 0 24px 38px rgba(9, 14, 42, 0.25);
    opacity: 0;
    pointer-events: none;
    transform: translateY(-8px);
    visibility: hidden;
    transition: padding 220ms ease, opacity 160ms ease, transform 160ms ease, visibility 160ms ease;
    -webkit-overflow-scrolling: touch;
  }

  .site-nav.is-open {
    max-height: none;
    padding-top: 0.75rem;
    padding-bottom: 1rem;
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
    visibility: visible;
  }

  .nav-dropdown {
    position: static;
    width: 100%;
  }

  .nav-link,
  .dropdown-trigger {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    min-height: 48px;
    padding: 0.78rem 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    text-align: left;
    font-size: 1rem;
  }

  .dropdown-trigger::after {
    margin-left: 1rem;
  }

  .nav-dropdown:hover .dropdown-trigger::after {
    transform: translateY(1px);
  }

  .nav-dropdown.is-open .dropdown-trigger::after {
    transform: rotate(180deg) translateY(1px);
  }

  .nav-dropdown .dropdown-panel,
  .nav-dropdown:hover .dropdown-panel,
  .nav-dropdown.is-open .dropdown-panel,
  .is-mega .dropdown-panel,
  .is-mega:hover .dropdown-panel,
  .is-mega.is-open .dropdown-panel {
    position: static;
    inset: auto;
    width: 100%;
    max-width: 100%;
    visibility: visible;
    opacity: 1;
    display: none;
    transform: none;
    pointer-events: auto;
    min-width: 0;
    transition: none;
  }

  .nav-dropdown.is-open .dropdown-panel {
    display: block;
  }

  .is-mega .mega-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.75rem;
    width: 100%;
    max-width: 100%;
    margin: 0.45rem 0 0.9rem;
    padding: 0.75rem;
    border: 1px solid rgba(255, 255, 255, 0.09);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.07);
    box-shadow: none;
  }

  .is-mega .mega-card {
    grid-template-rows: 88px auto;
    gap: 0.45rem;
    min-height: 128px;
    padding: 0.45rem;
    border-radius: 6px;
    color: rgba(255, 255, 255, 0.94);
    background: rgba(255, 255, 255, 0.08);
  }

  .is-mega .mega-card img {
    height: 88px;
    border-radius: 4px;
    object-fit: cover;
  }

  .is-mega .mega-card strong {
    margin: 0;
    color: currentColor;
    font-size: 0.92rem;
    line-height: 1.25;
    overflow-wrap: anywhere;
  }

  .is-mega .dropdown-list.compact {
    display: none;
  }

  .dropdown-list,
  .dropdown-list.compact {
    display: grid;
    gap: 0;
    width: 100%;
    max-width: 100%;
    margin: 0.35rem 0 0.85rem;
    padding: 0.35rem 0;
    color: var(--kcs-white);
    border: 1px solid rgba(255, 255, 255, 0.09);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.07);
    box-shadow: none;
  }

  .dropdown-list a {
    min-height: 42px;
    padding: 0.65rem 1rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    color: rgba(255, 255, 255, 0.9);
  }

  .dropdown-list a:last-child {
    border-bottom: 0;
  }

  .language-links {
    width: 100%;
    padding-top: 0.8rem;
    justify-content: flex-start;
  }

  .language-links img {
    width: 30px;
    height: 22px;
  }

  .product-card-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}

@media (max-width: 900px) {
  .kcs-container,
  .header-inner,
  .footer-inner,
  .footer-bottom {
    width: min(100% - 2rem, 760px);
  }

  .hero {
    height: clamp(290px, 60.5vw, 470px);
    min-height: 290px;
  }

  .hero-controls {
    right: 1rem;
    bottom: 1rem;
  }

  .stats-row,
  .solution-grid,
  .content-layout,
  .contact-layout,
  .sustainability-row,
  .hr-policy-grid,
  .policy-item,
  .sector-detail-gallery,
  .mission-vision-grid {
    grid-template-columns: 1fr;
  }

  .sector-detail-copy--columns {
    column-count: 1;
  }

  .board-member-card {
    grid-template-columns: 1fr;
    justify-items: center;
    row-gap: 0.85rem;
    text-align: center;
  }

  .board-member-media,
  .board-member-summary {
    grid-column: 1;
  }

  .board-member-media {
    padding: 0;
  }

  .board-member-summary {
    padding: 0;
  }

  .hr-container {
    width: min(100% - 2rem, 760px);
  }

  .sustainability-row {
    width: min(100% - 2rem, 760px);
    min-height: auto;
    padding: 4.5rem 0 5rem;
    row-gap: 2rem;
  }

  .sustainability-band--forest .sustainability-row,
  .sustainability-band--waste .sustainability-row,
  .sustainability-band--nature .sustainability-row,
  .sustainability-band--solar .sustainability-row,
  .sustainability-band--school .sustainability-row,
  .sustainability-band--electric .sustainability-row {
    min-height: auto;
  }

  .sustainability-visual img {
    width: min(300px, 80%);
  }

  .sustainability-copy {
    max-width: 100%;
    text-align: left;
  }

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

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

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

  .feature-image.is-offset {
    transform: none;
  }

  .contact-showcase {
    grid-template-columns: 1fr;
    padding: 1.15rem;
  }

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

  .contact-panel {
    padding: 1.55rem 1.25rem 1.4rem;
  }

  .contact-map-grid,
  .contact-factory-grid {
    grid-template-columns: 1fr;
  }

  .contact-map-card,
  .contact-map-card iframe {
    min-height: 360px;
  }

  .contact-form-panel {
    padding: 2.15rem clamp(1.2rem, 5vw, 3rem) 2.7rem;
  }

  .contact-form {
    grid-template-columns: 1fr;
  }

  .footer-inner {
    flex-direction: column;
    align-items: flex-start;
  }

  .social-links {
    justify-content: flex-start;
  }
}

@media (max-width: 620px) {
  .brand img {
    width: 145px;
  }

  .site-nav {
    top: 82px;
    padding-inline: 1rem;
  }

  .is-mega .mega-grid {
    grid-template-columns: 1fr;
    padding: 0.65rem;
  }

  .is-mega .mega-card {
    grid-template-columns: 92px minmax(0, 1fr);
    grid-template-rows: auto;
    align-items: center;
    min-height: 88px;
  }

  .is-mega .mega-card img {
    height: 72px;
  }

  .header-inner {
    min-height: 82px;
  }

  .hero {
    height: clamp(290px, 60.5vw, 360px);
    min-height: 290px;
  }

  .hero-content {
    left: 1rem;
    bottom: 4.7rem;
    width: calc(100% - 2rem);
  }

  .hero-eyebrow {
    margin-bottom: 0.42rem;
    font-size: 0.78rem;
  }

  .hero-content h1 {
    margin-bottom: 0.55rem;
    font-size: 1.38rem;
    line-height: 1.12;
  }

  .hero-content p {
    margin-bottom: 0.75rem;
    font-size: 0.9rem;
    line-height: 1.35;
  }

  .hero-controls {
    left: 1rem;
    right: auto;
    bottom: 1.2rem;
  }

  .hero-controls button {
    width: 52px;
    height: 52px;
  }

  .logo-download-grid {
    grid-template-columns: 1fr;
  }

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

  .product-section-heading {
    align-items: flex-start;
    flex-direction: column;
  }

  .logo-download-title {
    padding-bottom: 1.8rem;
  }

  .logo-download-preview {
    min-height: 124px;
  }

  .intro-section {
    padding-top: 3rem;
  }

  .stats-row {
    gap: 2.3rem;
    margin-top: 2.5rem;
    padding-top: 2.5rem;
  }

  .stat-card {
    justify-items: center;
    text-align: center;
  }

  .footer-brand {
    align-items: flex-start;
    flex-direction: column;
  }

  .product-card-grid,
  .mega-grid,
  .footer-columns {
    grid-template-columns: 1fr;
  }

  .product-card-grid .product-card {
    min-height: 330px;
  }

  .product-card-grid .product-card strong {
    margin-top: 210px;
  }

  .contact-page {
    padding: 2.5rem 0 3.4rem;
  }

  .contact-hero {
    margin-bottom: 1.8rem;
  }

  .contact-hero h1 {
    font-size: 2.25rem;
  }

  .contact-showcase {
    padding: 0.85rem;
    border-radius: 10px;
  }

  .contact-departments {
    grid-template-columns: 1fr;
    grid-auto-rows: minmax(58px, auto);
  }

  .contact-department {
    min-height: 58px;
  }

  .contact-panel {
    padding: 1.25rem 1rem;
  }

  .contact-detail-list dt {
    min-width: 100%;
  }

  .contact-detail-list dt::after {
    content: "";
    margin-left: 0;
  }

  .contact-map-card,
  .contact-map-card iframe,
  .contact-map-grid--single .contact-map-card,
  .contact-map-grid--single .contact-map-card iframe {
    min-height: 315px;
  }

  .contact-form-panel {
    margin-top: 1.5rem;
    padding: 1.85rem 1rem 2.2rem;
    border-radius: 10px;
  }

  .contact-form-panel::after {
    display: none;
  }

  .contact-form-panel h2 {
    font-size: 1.3rem;
  }

  .contact-consent {
    width: auto;
  }

  .contact-captcha {
    grid-template-columns: 1fr;
  }

  .contact-captcha__image {
    justify-content: flex-start;
  }

  .kvkk-page {
    padding: 3rem 0 5rem;
  }

  .kvkk-content {
    gap: 1.6rem;
  }

  .kvkk-document-links {
    padding-top: 1.35rem;
    font-size: 1.05rem;
  }

  .sustainability-heading {
    padding-top: 2rem;
  }

  .sustainability-heading span {
    font-size: 2rem;
  }

  .sustainability-heading strong {
    font-size: 2.1rem;
  }

  .sustainability-row {
    padding: 3.5rem 0 4rem;
  }

  .sustainability-copy h2 {
    font-size: 1.45rem;
  }

  .sustainability-copy p {
    font-size: 1.04rem;
    line-height: 1.55;
  }

  .hr-page {
    padding: 3rem 0 5rem;
  }

  .hr-title h1,
  .sector-detail-title h1,
  .management-systems-doc-title h2 {
    font-size: 2rem;
  }

  .hr-copy,
  .hr-copy--jobs,
  .hr-accordion details > div {
    font-size: 0.98rem;
  }

  .policy-number {
    padding: 0 0 0.25rem;
    font-size: 3rem;
  }

  .policy-content {
    padding: 0 0 1.2rem;
    text-align: left;
  }

  .policy-content h2 {
    font-size: 1.45rem;
  }

  .hr-accordion summary {
    font-size: 1.1rem;
  }

  .board-grid {
    gap: 2.6rem;
  }

  .board-member-summary h2 {
    font-size: 24px;
  }

  .to-top {
    right: 1rem;
    bottom: 1rem;
  }
}
