/* Sito creato con ❤ custom da MarTe Graphics | autore e sito web: www.martegraphics.it | All Rights Reserved. */

.k-coming-soon { background: var(--k-bg); }

.k-cs-hero { padding: 40px 0 24px; }
.k-cs-hero-grid {
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  gap: 44px;
  align-items: center;
  background: linear-gradient(135deg, #F4E7DE, #ffffff 55%, #FBF9F7);
  border-radius: 32px;
  padding: 64px 56px;
}
.k-cs-hero-text { position: relative; z-index: 1; }
.k-cs-hero-text h1 {
  font-family: var(--k-font-heading);
  font-weight: 600;
  font-size: clamp(32px, 4.4vw, 46px);
  letter-spacing: -.03em;
  color: var(--k-text);
  margin: 14px 0 12px;
  max-width: 560px;
}
.k-cs-hero-text h1 b,
.k-cs-hero-text h1 em {
  color: var(--k-primary-dark);
  font-style: normal;
  font-weight: 700;
}
.k-cs-hero-text p {
  font-size: 16px;
  line-height: 1.6;
  color: var(--k-text-soft);
  margin-bottom: 26px;
  max-width: 460px;
}
.k-cs-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: var(--k-primary);
  color: #fff;
  font-family: var(--k-font-heading);
  font-weight: 600;
  font-size: 15px;
  padding: 14px 28px;
  border-radius: var(--k-radius-pill);
  text-decoration: none;
  transition: background .2s, transform .15s;
}
.k-cs-link:hover { background: var(--k-primary-dark); transform: translateY(-2px); color: #fff; }
.k-cs-link::after { content: '→'; transition: transform .2s; }
.k-cs-link:hover::after { transform: translateX(4px); }

.k-cs-hero-image-wrap {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 380px;
  justify-self: center;
}
.k-cs-hero-image {
  width: 100%;
  aspect-ratio: 1;
  border-radius: 50%;
  overflow: hidden;
  box-shadow: var(--k-shadow-lg);
}
.k-cs-hero-image img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.k-cs-marquee {
  background: var(--k-primary);
  overflow: hidden;
  padding: 16px 0;
  margin: 20px 0 44px;
}
.k-marquee-track {
  display: flex;
  align-items: center;
  gap: 28px;
  white-space: nowrap;
  animation: kiddiMarquee 30s linear infinite;
}
.k-marquee-item,
.k-marquee-heart {
  font-family: var(--k-font-heading);
  font-weight: 600;
  font-size: 14px;
  color: #fff;
  letter-spacing: .04em;
  flex-shrink: 0;
}
.k-marquee-heart { color: var(--k-terracotta); font-size: 16px; }
@keyframes kiddiMarquee {
  from { transform: translateX(0); }
  to   { transform: translateX(-50%); }
}

.k-cs-consapevolezza { padding: 90px 0; }
.k-cs-vision-card {
  max-width: 1120px;
  margin: 0 auto;
  background: linear-gradient(135deg, #F4E7DE, #ffffff 55%, #FBF9F7);
  border-radius: 32px;
  padding: 64px 56px;
  position: relative;
  overflow: hidden;
}
.k-cs-vision-card::before {
  content: '';
  position: absolute;
  z-index: 0;
  top: -70px;
  right: -60px;
  width: 260px;
  height: 260px;
  border-radius: 50%;
  background: linear-gradient(150deg, #E7D3C6, #CBD9CE);
  opacity: .55;
  filter: blur(6px);
  pointer-events: none;
}
.k-cs-eyebrow-block {
  display: inline-block;
  font-family: var(--k-font-heading);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--k-eyebrow);
  margin-bottom: 16px;
}
.k-cs-vision-intro {
  position: relative;
  z-index: 1;
  max-width: 640px;
}
.k-cs-vision-intro h2 {
  font-family: var(--k-font-heading);
  font-weight: 600;
  font-size: clamp(28px, 3.4vw, 42px);
  line-height: 1.16;
  letter-spacing: -.02em;
  margin: 0 0 22px;
  color: var(--k-text);
}
.k-cs-vision-text p {
  font-size: 17px;
  line-height: 1.78;
  color: var(--k-text-soft);
  text-align: justify;
  text-align-last: left;
  -webkit-hyphens: none;
  hyphens: none;
  margin-bottom: 16px;
}
.k-cs-vision-text p:last-child { margin-bottom: 0; }
.k-cs-vision-text strong { color: var(--k-primary-dark); font-weight: 600; }

.k-cs-pillars {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
  margin-top: 52px;
}
.k-cs-pillar {
  background: #fff;
  border-radius: var(--k-radius-lg);
  padding: 30px 26px;
  box-shadow: var(--k-shadow);
  transition: transform .25s, box-shadow .25s;
}
.k-cs-pillar:hover {
  transform: translateY(-5px);
  box-shadow: var(--k-shadow-lg);
}
.k-cs-pillar-num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  font-family: var(--k-font-heading);
  font-weight: 700;
  font-size: 13px;
  color: #fff;
  margin-bottom: 16px;
}
.k-cs-pillar--1 .k-cs-pillar-num { background: var(--k-salvia); }
.k-cs-pillar--2 .k-cs-pillar-num { background: var(--k-terracotta); }
.k-cs-pillar--3 .k-cs-pillar-num { background: var(--k-rosa-antico); }
.k-cs-pillar h3 {
  font-family: var(--k-font-heading);
  font-weight: 600;
  font-size: 17.5px;
  color: var(--k-text);
  margin-bottom: 10px;
  line-height: 1.3;
}
.k-cs-pillar p {
  font-size: 14.5px;
  line-height: 1.65;
  color: var(--k-text-muted);
  margin: 0;
}

.k-cs-mission {
  padding: 80px 0;
  text-align: center;
  max-width: 720px;
  margin: 0 auto;
}
.k-cs-mission h2 {
  font-family: var(--k-font-heading);
  font-weight: 600;
  font-size: clamp(28px, 3.4vw, 42px);
  letter-spacing: -.01em;
  margin: 12px 0 18px;
  color: var(--k-text);
}
.k-cs-mission p {
  font-size: 18px;
  line-height: 1.7;
  color: var(--k-text-soft);
}
.k-cs-mission strong { color: var(--k-text); font-weight: 600; }

.k-cs-categorie,
.k-fornitori-categorie {
  background: var(--k-surface);
  border-top: 1px solid #EFE7E2;
  border-bottom: 1px solid #EFE7E2;
  padding: 96px 0;
}
.k-cs-categorie .k-page-section-head,
.k-fornitori-categorie .k-page-section-head {
  text-align: center;
  margin-bottom: 64px;
}
.k-cs-categorie .k-page-section-head h2,
.k-fornitori-categorie .k-page-section-head h2 {
  font-family: var(--k-font-heading);
  font-weight: 600;
  font-size: clamp(28px, 3.4vw, 44px);
  letter-spacing: -.01em;
  color: var(--k-text);
}

.k-cat-circles {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 32px;
  max-width: 1100px;
  margin: 0 auto;
}
.k-cat-circle {
  text-align: center;
  position: relative;
  cursor: default;
  transition: transform .3s ease;
}
.k-cat-circle:hover {
  transform: translateY(-6px);
}
.k-cat-circle-img {
  width: 170px;
  height: 170px;
  margin: 0 auto 22px;
  padding: 3px;
  border-radius: 46% 54% 53% 47% / 53% 46% 55% 45%;
  background: var(--k-rosa-light);
  box-shadow: var(--k-shadow);
  transition: box-shadow .3s ease, border-radius .5s ease;
}
.k-cat-circles .k-cat-circle:nth-child(5n+1) .k-cat-circle-img{background:#789088}
.k-cat-circles .k-cat-circle:nth-child(5n+2) .k-cat-circle-img{background:#D0B8B0}
.k-cat-circles .k-cat-circle:nth-child(5n+3) .k-cat-circle-img{background:#E8D0C8}
.k-cat-circles .k-cat-circle:nth-child(5n+4) .k-cat-circle-img{background:#D0A898}
.k-cat-circles .k-cat-circle:nth-child(5n+5) .k-cat-circle-img{background:#A0A8A0}
.k-cat-circle:hover .k-cat-circle-img {
  border-radius: 52% 48% 47% 53% / 47% 54% 46% 53%;
  box-shadow: var(--k-shadow-lg);
}
.k-cat-circle-img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border: 4px solid #fff;
  border-radius: inherit;
  box-sizing: border-box;
  transition: transform .7s ease;
}
.k-cat-circle:hover .k-cat-circle-img img {
  transform: scale(1.06);
}
.k-cat-circle h3 {
  font-family: var(--k-font-heading);
  font-weight: 600;
  font-size: 17px;
  margin-bottom: 6px;
  color: var(--k-text);
  line-height: 1.3;
  padding: 0 8px;
}
.k-cat-circle p {
  font-size: 13.5px;
  color: var(--k-text-muted);
  line-height: 1.55;
  max-width: 180px;
  margin: 0 auto;
}
.k-cat-circle::after {
  content: '';
  display: block;
  height: 2px;
  width: 32px;
  background: var(--k-rosa-light);
  border-radius: 2px;
  margin: 16px auto 0;
  transition: width .3s ease, background .3s ease;
}
.k-cat-circle:hover::after {
  width: 56px;
  background: var(--k-terracotta);
}

.k-cs-waitlist { padding: 30px 0 24px; }
.k-cs-waitlist-card {
  background: linear-gradient(150deg, #F4E7DE, #FBF9F7);
  border: 1px solid var(--k-border);
  border-radius: 30px;
  box-shadow: var(--k-shadow);
  max-width: 720px;
  margin: 0 auto;
  padding: 52px 48px 44px;
  text-align: center;
}
.k-cs-waitlist-card h2 {
  font-family: var(--k-font-heading);
  font-weight: 600;
  font-size: clamp(24px, 3vw, 36px);
  line-height: 1.15;
  letter-spacing: -.02em;
  color: var(--k-text);
  margin-bottom: 12px;
}
.k-cs-waitlist-lead {
  font-family: var(--k-font-body);
  font-size: 16px;
  line-height: 1.6;
  color: var(--k-text-soft);
  max-width: 520px;
  margin: 0 auto 26px;
}
.k-waitlist-form { max-width: 420px; margin: 0 auto; }
.k-waitlist-row { display: flex; flex-direction: column; gap: 12px; }
.k-waitlist-field { display: block; width: 100%; text-align: left; }
.k-waitlist-form input[type="email"],
.k-waitlist-form select {
  width: 100%;
  font-family: var(--k-font-body);
  font-size: 15px;
  color: var(--k-text);
  background: var(--k-bg);
  border: 1px solid var(--k-border);
  border-radius: var(--k-radius-pill);
  padding: 14px 20px;
  transition: border-color .2s, box-shadow .2s;
}
.k-waitlist-form input[type="email"]:focus,
.k-waitlist-form select:focus {
  outline: none;
  border-color: var(--k-primary);
  box-shadow: 0 0 0 3px rgba(125,144,136,.15);
}
.k-waitlist-submit {
  align-self: center;
  margin-top: 6px;
  font-family: var(--k-font-heading);
  font-weight: 600;
  font-size: 15px;
  color: #fff;
  background: var(--k-primary);
  border: none;
  border-radius: var(--k-radius-pill);
  padding: 14px 34px;
  cursor: pointer;
  transition: background .2s, transform .15s;
}
.k-waitlist-submit:hover { background: var(--k-primary-dark); transform: translateY(-2px); }
.k-waitlist-submit:disabled { opacity: .6; cursor: default; transform: none; }
.k-waitlist-consent {
  display: flex;
  align-items: flex-start;
  gap: 9px;
  margin-top: 16px;
  text-align: left;
  font-family: var(--k-font-body);
  font-size: 13px;
  line-height: 1.5;
  color: var(--k-text-muted);
}
.k-waitlist-consent input { margin-top: 3px; flex: 0 0 auto; accent-color: var(--k-primary); }
.k-waitlist-consent a { color: var(--k-primary); text-decoration: underline; }
.k-waitlist-feedback {
  min-height: 20px;
  margin: 14px 0 0;
  font-family: var(--k-font-body);
  font-size: 14px;
  font-weight: 600;
}
.k-waitlist-feedback.is-success { color: var(--k-success); }
.k-waitlist-feedback.is-error { color: var(--k-error); }
.k-waitlist-feedback.is-pending { color: var(--k-text-muted); }
@media (max-width: 600px) {
  .k-cs-waitlist-card { padding: 32px 22px 28px; }
}

.k-cs-partner { padding: 96px 0; }
.k-cs-partner > .k-container > div {
  background: linear-gradient(135deg, var(--k-primary), var(--k-primary-dark));
  border-radius: 30px;
  padding: 64px 56px;
  max-width: 880px;
  margin: 0 auto;
  color: #fff;
}
.k-cs-partner h2 {
  font-family: var(--k-font-heading);
  font-weight: 600;
  font-size: clamp(28px, 3.4vw, 44px);
  letter-spacing: -.02em;
  color: #fff;
  margin-bottom: 32px;
}
.k-cs-partner-btn {
  background: #fff;
  color: var(--k-primary-dark);
  font-family: var(--k-font-heading);
  font-weight: 600;
  font-size: 15px;
  padding: 16px 30px;
  border-radius: var(--k-radius-pill);
  border: none;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  text-decoration: none;
  transition: background .2s, transform .15s, color .2s;
  margin-bottom: 36px;
}
.k-cs-partner-btn:hover {
  background: #fff;
  color: var(--k-text);
  transform: translateY(-2px);
}
.k-cs-contatti {
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: center;
  font-family: var(--k-font-body);
  font-size: 15px;
  color: rgba(255, 255, 255, .85);
}
.k-cs-contatti a {
  color: rgba(255, 255, 255, .92);
  text-decoration: none;
  transition: color .15s;
}
.k-cs-contatti a strong { color: #fff; }
.k-cs-contatti a:hover { color: var(--k-terracotta); }

.k-landing-fornitori { background: var(--k-bg); }

.k-fornitori-hero { padding: 60px 0 30px; }
.k-fornitori-hero-grid {
  display: grid;
  grid-template-columns: 1.02fr 1fr;
  gap: 48px;
  align-items: center;
}
.k-fornitori-hero h1 {
  font-family: var(--k-font-heading);
  font-weight: 600;
  font-size: clamp(32px, 4vw, 54px);
  line-height: 1.08;
  letter-spacing: -.02em;
  color: var(--k-text);
  margin: 14px 0 22px;
}
.k-fornitori-hero h1 em {
  color: var(--k-primary);
  font-style: italic;
  font-weight: 500;
}
.k-fornitori-hero .k-eyebrow {
  display: inline-block;
  font-family: var(--k-font-heading);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: var(--k-terracotta);
}
.k-fornitori-hero-text {
  font-size: 17px;
  line-height: 1.75;
  color: var(--k-text-soft);
  max-width: 480px;
}
.k-fornitori-hero-image-wrap { position: relative; }
.k-fornitori-hero-image-wrap::before { display: none !important; }
.k-fornitori-hero-image {
  position: relative;
  z-index: 1;
  border-radius: 24px 24px 200px 200px;
  overflow: hidden;
  box-shadow: var(--k-shadow-xl);
}
.k-fornitori-hero-image img {
  width: 100%;
  display: block;
  aspect-ratio: 4/4.4;
  object-fit: cover;
}

.k-fornitori-intro {
  padding: 96px 0;
}
.k-fornitori-intro-card {
  background: var(--k-surface);
  border: 1px solid var(--k-border);
  border-radius: var(--k-radius-lg);
  box-shadow: var(--k-shadow);
  padding: 56px;
}
.k-fornitori-intro-grid {
  display: grid;
  grid-template-columns: 1fr 1.05fr;
  gap: 56px;
  align-items: center;
}
.k-fornitori-intro-image-wrap { position: relative; }
.k-fornitori-intro-image-wrap::before { display: none !important; }
.k-fornitori-intro-image {
  position: relative;
  z-index: 1;
  border-radius: var(--k-radius);
  overflow: hidden;
  box-shadow: var(--k-shadow-sm);
}
.k-fornitori-intro-image img {
  width: 100%;
  display: block;
  aspect-ratio: 5/4;
  object-fit: cover;
  transition: transform .9s ease;
}
.k-fornitori-intro-image:hover img { transform: scale(1.05); }

.k-fornitori-intro-text .k-eyebrow {
  display: inline-block;
  font-family: var(--k-font-heading);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: var(--k-terracotta);
  margin-bottom: 18px;
}
.k-fornitori-intro-text h2 {
  font-family: var(--k-font-heading);
  font-weight: 600;
  font-size: clamp(28px, 3.4vw, 44px);
  line-height: 1.12;
  letter-spacing: -.01em;
  margin-bottom: 22px;
  color: var(--k-text);
}
.k-fornitori-intro-text h2 em {
  color: var(--k-primary);
  font-style: italic;
  font-weight: 500;
}
.k-fornitori-intro-text p {
  font-size: 17px;
  line-height: 1.75;
  color: var(--k-text-soft);
  margin-bottom: 18px;
}
.k-fornitori-intro-text strong { color: var(--k-text); font-weight: 600; }

.k-fornitori-perche {
  background: #FAF6F2;
  border-top: 1px solid #EFE7E2;
  border-bottom: 1px solid #EFE7E2;
  padding: 96px 0;
}
.k-fornitori-perche-head {
  text-align: center;
  max-width: 720px;
  margin: 0 auto 56px;
}
.k-fornitori-perche-head h2 {
  font-family: var(--k-font-heading);
  font-weight: 600;
  font-size: clamp(28px, 3.4vw, 44px);
  letter-spacing: -.02em;
  color: var(--k-text);
  margin-bottom: 18px;
}
.k-fornitori-perche-head p {
  font-size: 16px;
  line-height: 1.7;
  color: var(--k-text-muted);
}
.k-fornitori-perche-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 22px;
  max-width: 1000px;
  margin: 0 auto;
}
.k-fornitori-perche-item {
  background: var(--k-surface);
  border: 1px solid var(--k-border);
  border-radius: var(--k-radius-lg);
  box-shadow: var(--k-shadow);
  padding: 30px 26px;
  transition: transform .25s, box-shadow .25s, border-color .25s;
}
.k-fornitori-perche-item:last-child:nth-child(odd) {
  grid-column: 1 / -1;
  max-width: 50%;
  margin: 0 auto;
}
.k-fornitori-perche-item:hover {
  transform: translateY(-5px);
  box-shadow: var(--k-shadow-lg);
  border-color: var(--k-primary);
}
.k-fornitori-perche-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: var(--k-primary);
  color: #fff;
  font-family: var(--k-font-heading);
  font-weight: 700;
  font-size: 15px;
  margin-bottom: 16px;
}
.k-fornitori-perche-item h3 {
  font-family: var(--k-font-heading);
  font-weight: 600;
  font-size: 16.5px;
  color: var(--k-text);
  margin-bottom: 10px;
  line-height: 1.3;
}
.k-fornitori-perche-item p {
  font-size: 14.5px;
  line-height: 1.7;
  color: var(--k-text-muted);
  margin: 0;
}
.k-fornitori-perche-item strong { color: var(--k-text); }

.k-fornitori-cosa {
  padding: 96px 0;
}
.k-fornitori-cosa-card {
  background: var(--k-surface);
  border: 1px solid var(--k-border);
  border-radius: var(--k-radius-lg);
  box-shadow: var(--k-shadow);
  padding: 56px;
}
.k-fornitori-cosa-grid {
  display: grid;
  grid-template-columns: 1.05fr 1fr;
  gap: 56px;
  align-items: center;
}
.k-fornitori-cosa h2 {
  font-family: var(--k-font-heading);
  font-weight: 600;
  font-size: clamp(26px, 3.2vw, 42px);
  line-height: 1.15;
  letter-spacing: -.01em;
  color: var(--k-text);
  margin-bottom: 14px;
}
.k-fornitori-cosa-lead {
  font-family: var(--k-font-heading);
  font-weight: 600;
  font-size: 18px;
  color: var(--k-text-soft);
  margin-bottom: 26px;
}
.k-fornitori-cosa-list {
  list-style: none;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.k-fornitori-cosa-list li {
  display: flex;
  align-items: center;
  gap: 12px;
  background: var(--k-success-bg);
  border-radius: var(--k-radius-pill);
  padding: 14px 22px;
  font-size: 15.5px;
  line-height: 1.5;
  color: var(--k-text-soft);
  transition: transform .2s, box-shadow .2s;
}
.k-fornitori-cosa-list li:hover {
  transform: translateY(-2px);
  box-shadow: var(--k-shadow-sm);
}
.k-fornitori-cosa-dot {
  flex: 0 0 auto;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--k-primary);
}
.k-fornitori-cosa-image-wrap { position: relative; }
.k-fornitori-cosa-image-wrap::before { display: none !important; }
.k-fornitori-cosa-image {
  position: relative;
  z-index: 1;
  border-radius: var(--k-radius);
  overflow: hidden;
  box-shadow: var(--k-shadow-sm);
}
.k-fornitori-cosa-image img {
  width: 100%;
  display: block;
  aspect-ratio: 1/1;
  object-fit: cover;
}

.k-fornitori-contatto { padding: 80px 0 100px; }
.k-fornitori-contatto-band {
  background: var(--k-success-bg);
  border: 1px solid var(--k-border);
  border-radius: var(--k-radius-lg);
  box-shadow: var(--k-shadow);
  padding: 64px 56px;
  text-align: center;
  max-width: 880px;
  margin: 0 auto;
}
.k-fornitori-contatto-band h2 {
  font-family: var(--k-font-heading);
  font-weight: 600;
  font-size: clamp(28px, 3vw, 40px);
  line-height: 1.18;
  letter-spacing: -.01em;
  color: var(--k-text);
  margin-bottom: 18px;
}
.k-fornitori-contatto-band p {
  font-size: 16px;
  line-height: 1.7;
  color: var(--k-text-soft);
  margin-bottom: 32px;
  max-width: 540px;
  margin-left: auto;
  margin-right: auto;
}
.k-fornitori-contatto-btn {
  background: var(--k-primary);
  color: #fff;
  padding: 15px 30px;
  font-size: 15px;
  font-weight: 600;
  border-radius: var(--k-radius-pill);
  box-shadow: var(--k-shadow-btn);
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin-bottom: 36px;
  font-family: var(--k-font-heading);
  text-decoration: none;
  transition: background .2s, transform .15s, box-shadow .2s;
}
.k-fornitori-contatto-btn:hover {
  background: var(--k-primary-dark);
  color: #fff;
  transform: translateY(-2px);
  box-shadow: var(--k-shadow-lg);
}
.k-fornitori-info {
  display: flex;
  flex-direction: column;
  gap: 8px;
  font-size: 14px;
  color: var(--k-text-muted);
  font-family: var(--k-font-body);
}
.k-fornitori-info span strong { color: var(--k-text); }

@media (max-width: 1100px) {
  .k-cat-circles { grid-template-columns: repeat(3, 1fr); gap: 28px; max-width: 760px; }
  .k-cat-circles .k-cat-circle:nth-child(4),
  .k-cat-circles .k-cat-circle:nth-child(5) { grid-column: span 1; }
}

@media (max-width: 1024px) {
  .k-cs-pillars { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 860px) {
  .k-fornitori-hero-grid,
  .k-fornitori-intro-grid,
  .k-fornitori-cosa-grid { grid-template-columns: 1fr; gap: 32px; }
  .k-cs-hero-grid { grid-template-columns: 1fr; gap: 26px; padding: 44px 30px; justify-items: center; text-align: center; }
  .k-cs-hero-image-wrap { max-width: 260px; }
  .k-cs-hero-text p,
  .k-fornitori-hero-text { margin-left: auto; margin-right: auto; }
  .k-cs-pillars,
  .k-fornitori-perche-list { grid-template-columns: 1fr; }
  .k-cat-circles { grid-template-columns: repeat(2, 1fr); gap: 24px; max-width: 520px; }
  .k-cat-circle-img { width: 140px; height: 140px; }
  .k-fornitori-intro-image-wrap::before { display: none; }
  .k-fornitori-perche-item:last-child:nth-child(odd) { max-width: 100%; }
  .k-fornitori-hero-image-wrap::before,
  .k-fornitori-cosa-image-wrap::before { display: none; }
  .k-cs-hero { padding: 32px 0 20px; }
  .k-cs-consapevolezza,
  .k-cs-mission,
  .k-cs-categorie,
  .k-cs-partner,
  .k-fornitori-hero,
  .k-fornitori-intro,
  .k-fornitori-perche,
  .k-fornitori-cosa,
  .k-fornitori-categorie,
  .k-fornitori-contatto { padding-top: 60px !important; padding-bottom: 60px !important; }
  .k-fornitori-intro-card,
  .k-fornitori-cosa-card { padding: 36px 28px; border-radius: 20px; }
  .k-fornitori-contatto-band { padding: 44px 28px; }
  .k-cs-cat-img { max-width: 280px; }
  .k-cs-vision-card { padding: 40px 30px; border-radius: 26px; }
  .k-cs-vision-intro { max-width: 100%; }
}

@media (max-width: 600px) {
  .k-cat-circles { grid-template-columns: 1fr; max-width: 280px; }
  .k-cat-circle-img { width: 160px; height: 160px; }
  .k-fornitori-intro-card,
  .k-fornitori-cosa-card { padding: 26px 20px; }
  .k-cs-vision-card { padding: 32px 22px; }
  .k-cs-vision-card::before { width: 160px; height: 160px; top: -50px; right: -50px; }
}


/* Header e footer essenziali: coming soon e landing fornitori */
.k-header-min {
  position: sticky;
  top: 0;
  z-index: 60;
  background: rgba(255, 255, 255, .88);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border-bottom: 1px solid var(--k-border);
}
.k-header-min__logo {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 80px;
  line-height: 0;
}
.k-header-min__logo img { height: 42px; width: auto; display: block; }

.k-footer--min {
  background: #FBF9F6;
  border-top: 1px solid var(--k-border);
  padding: 56px 0 44px;
  margin-top: 0;
}
.k-footer-min__inner {
  text-align: center;
  max-width: 560px;
  margin: 0 auto;
}
.k-footer-min__logo {
  display: inline-block;
  margin-bottom: 20px;
  line-height: 0;
}
.k-footer-min__logo img { height: 30px; width: auto; display: block; }
.k-footer-min__desc {
  font-size: 15px;
  line-height: 1.7;
  color: var(--k-text-muted);
  margin: 0 0 24px;
}
.k-footer-min__contatti {
  display: flex;
  flex-direction: column;
  gap: 7px;
  align-items: center;
  font-size: 14.5px;
  color: var(--k-text-muted);
}
.k-footer-min__contatti a { color: var(--k-text); text-decoration: none; transition: color .15s; }
.k-footer-min__contatti a:hover { color: var(--k-terracotta); }
.k-footer-min__contatti a strong { color: var(--k-text); font-weight: 700; }
.k-footer-min__legal {
  margin-top: 26px;
  padding-top: 20px;
  border-top: 1px solid var(--k-border);
  font-size: 12.5px;
  color: var(--k-text-muted);
  display: flex;
  flex-wrap: wrap;
  gap: 6px 14px;
  align-items: center;
  justify-content: center;
}
.k-footer-min__legal a { color: var(--k-text-muted); text-decoration: none; }
.k-footer-min__legal a:hover { color: var(--k-terracotta); }
.k-footer-min__credits a { color: var(--k-terracotta); font-weight: 700; }

@media (max-width: 560px) {
  .k-header-min__logo { height: 68px; }
  .k-header-min__logo img { height: 34px; }
  .k-footer--min { padding: 40px 0 32px; }
}
