/* ================================================
   O NÁS — tvorboshop.cz
   ================================================ */

.ts-eyebrow {
  font-size: 11px;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #B4B2A9;
  display: block;
  margin-bottom: 12px;
}

/* HERO */
.ts-hero {
  text-align: center;
  padding: 48px 24px;
}
.ts-hero h1 {
  font-size: clamp(1.8rem, 4vw, 2.6rem);
  font-weight: 700;
  line-height: 1.15;
  letter-spacing: -0.5px;
  margin-bottom: 20px;
  color: #1A1A1A;
}
.ts-hero h1 em {
  font-style: italic;
  font-weight: 400;
  color: #E8417A;
}
.ts-hero-lead {
  font-size: 16px;
  color: #5F5E5A;
  max-width: 520px;
  margin: 0 auto;
  line-height: 1.75;
}

/* HODNOTY */
.ts-values {
  padding: 48px 0;
}
.ts-values-header {
  text-align: center;
  margin-bottom: 32px;
}
.ts-values-header h2 {
  font-size: clamp(1.4rem, 3vw, 1.9rem);
  font-weight: 700;
  letter-spacing: -0.3px;
  margin-bottom: 8px;
  color: #1A1A1A;
}
.ts-values-header p {
  color: #5F5E5A;
  max-width: 500px;
  margin: 0 auto;
  line-height: 1.75;
}
.ts-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}
.ts-card {
  border-radius: 16px;
  padding: 28px 24px;
}
.ts-card-pink   { background: #FFF0F5; }
.ts-card-cream  { background: #FFF8F4; }
.ts-card-yellow { background: #FFFBEA; }
.ts-card-icon {
  font-size: 28px;
  margin-bottom: 16px;
  display: block;
}
.ts-card h3 {
  font-size: 15px;
  font-weight: 700;
  margin-bottom: 8px;
  color: #1A1A1A;
  line-height: 1.3;
}
.ts-card p {
  font-size: 14px;
  color: #5F5E5A;
  line-height: 1.65;
  margin: 0;
}

/* PŘÍBĚH */
.ts-story {
  padding: 16px 0;
}
.ts-block {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: center;
  background: #FFF8F4;
  border-radius: 16px;
  padding: 40px;
  margin-bottom: 16px;
}
.ts-block.ts-flip {
  direction: rtl;
}
.ts-block.ts-flip > * {
  direction: ltr;
}
.ts-block-text .ts-eyebrow {
  margin-bottom: 8px;
}
.ts-block-text h2 {
  font-size: clamp(1.2rem, 2.5vw, 1.6rem);
  font-weight: 700;
  letter-spacing: -0.3px;
  line-height: 1.25;
  margin-bottom: 14px;
  color: #1A1A1A;
}
.ts-block-text h2 .acc-p { color: #E8417A; }
.ts-block-text h2 .acc-o { color: #F07B2A; }
.ts-block-text h2 .acc-y { color: #FFD700; }
.ts-block-text p {
  color: #5F5E5A;
  margin-bottom: 12px;
  font-size: 15px;
  line-height: 1.75;
}
.ts-block-text p:last-child { margin-bottom: 0; }
.ts-block-text ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.ts-block-text ul li {
  color: #5F5E5A;
  font-size: 15px;
  padding: 5px 0 5px 20px;
  position: relative;
  line-height: 1.75;
}
.ts-block-text ul li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 15px;
  width: 8px;
  height: 2px;
  background: #E8417A;
  border-radius: 2px;
}
.ts-block-media img {
  width: 100%;
  border-radius: 12px;
  display: block;
}

/* STATS */
.ts-stats {
  background: #1A1A1A;
  border-radius: 16px;
  padding: 40px 24px;
  margin: 16px 0;
}
.ts-stats-inner {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  text-align: center;
}
.ts-stat-num {
  font-size: clamp(1.8rem, 4vw, 2.6rem);
  font-weight: 700;
  letter-spacing: -1px;
  line-height: 1;
  margin-bottom: 8px;
}
.ts-stat-label {
  font-size: 12px;
  color: #888780;
  line-height: 1.4;
}

/* PRESS */
.ts-press {
  background: #FFF8F4;
  border-radius: 16px;
  padding: 40px 24px;
  margin: 16px 0;
  text-align: center;
}
.ts-press h2 {
  font-size: clamp(1.2rem, 2.5vw, 1.6rem);
  font-weight: 700;
  letter-spacing: -0.3px;
  margin-bottom: 8px;
  color: #1A1A1A;
}
.ts-press-sub {
  color: #5F5E5A;
  margin-bottom: 32px;
  display: block;
}
.ts-press-grid {
  display: flex;
  justify-content: center;
  gap: 16px;
  flex-wrap: wrap;
}
.ts-press-grid a { display: block; }
.ts-press-grid img {
  width: 140px;
  height: 140px;
  object-fit: contain;
  border-radius: 12px;
  border: 0.5px solid #E8E6E0;
  background: white;
  padding: 8px;
}

/* CLOSING */
.ts-closing {
  text-align: center;
  padding: 48px 24px;
}
.ts-closing h2 {
  font-size: clamp(1.4rem, 3vw, 2rem);
  font-weight: 700;
  letter-spacing: -0.4px;
  line-height: 1.2;
  margin-bottom: 16px;
  color: #1A1A1A;
}
.ts-closing h2 em {
  font-style: italic;
  font-weight: 400;
  color: #E8417A;
}
.ts-closing p {
  color: #5F5E5A;
  font-size: 15px;
  margin-bottom: 12px;
  line-height: 1.75;
}
.ts-closing strong { color: #1A1A1A; }
.ts-closing-links {
  display: flex;
  justify-content: center;
  gap: 16px;
  flex-wrap: wrap;
  margin-top: 32px;
}
.ts-closing-links a { display: block; text-decoration: none; }
.ts-closing-links img {
  width: 160px;
  height: 160px;
  object-fit: contain;
  border-radius: 12px;
  border: 0.5px solid #E8E6E0;
  background: #FFF8F4;
  padding: 8px;
}

/* RESPONSIVE */
@media (max-width: 760px) {
  .ts-cards { grid-template-columns: 1fr; }
  .ts-block, .ts-block.ts-flip { grid-template-columns: 1fr; direction: ltr; gap: 24px; }
  .ts-block-media { order: -1; }
  .ts-stats-inner { grid-template-columns: repeat(2, 1fr); }
  .ts-press-grid img { width: 110px; height: 110px; }
  .ts-closing-links img { width: 120px; height: 120px; }
}