/* Cleveland jedálenský stôl - CSS pre Shoptet
   Tento súbor nahraj ako globálne CSS alebo ho pripoj v hlavičke Shoptetu.
*/
@import url("https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@300;400;500;600;700;800&display=swap");

.clev-rich,
.clev-rich *,
.clev-rich *::before,
.clev-rich *::after { box-sizing: border-box; }

.clev-rich {
  font-family: "Plus Jakarta Sans", Montserrat, "Helvetica Neue", Arial, sans-serif;
  color: #4a4a4a;
  background: #f3eeed;
  padding: 64px clamp(20px, 4vw, 72px);
  margin: 32px 0;
  line-height: 1.65;
  font-size: 15px;
  letter-spacing: 0.005em;
  text-align: left !important;
  text-align-last: left !important;
  word-spacing: normal !important;
}

.clev-rich p { margin: 0 0 1em; color: #555; font-weight: 400; }
.clev-rich p:last-child { margin-bottom: 0; }
.clev-rich strong { color: #2a2a2a; font-weight: 600; }

.clev-rich h1.hero-title {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: clamp(30px, 4vw, 48px);
  font-weight: 300;
  line-height: 1.15;
  letter-spacing: -0.02em;
  color: #2a2a2a;
  margin: 0 0 24px;
  max-width: 23ch;
  text-align: left !important;
  text-align-last: left !important;
  word-spacing: normal !important;
  hyphens: none;
}

.clev-rich h2.section-title {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: clamp(20px, 2vw, 26px);
  font-weight: 500;
  line-height: 1.25;
  color: #2a2a2a;
  margin: 0 0 28px;
  letter-spacing: -0.01em;
  text-align: left !important;
  text-align-last: left !important;
  word-spacing: normal !important;
}

.clev-rich h3.pillar-title {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.3;
  color: #2a2a2a;
  margin: 0 0 8px;
  letter-spacing: -0.005em;
}

.clev-rich h4.sub-title {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #7a5e52;
  margin: 0 0 14px;
}
.clev-rich .stack .body table + h4.sub-title {
  margin-top: 44px !important;
  padding-top: 6px;
  clear: both;
  display: block;
}

.clev-rich .eyebrow {
  display: inline-block;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: #7a5e52;
  border-bottom: 1px solid #7a5e52;
  padding-bottom: 4px;
  margin-bottom: 22px;
}

.clev-rich .hero { padding-bottom: 8px; }
.clev-rich .hero .lead {
  font-size: 17px;
  line-height: 1.7;
  color: #3a3a3a;
  max-width: 58ch;
  margin: 0;
  font-weight: 400;
  text-align: left !important;
  text-align-last: left !important;
  word-spacing: normal !important;
}

.clev-rich .keyfacts {
  display: grid;
  grid-template-columns: 2fr 1fr;
  grid-template-rows: auto auto;
  margin-top: 40px;
  background: #ffffff;
  border: 1px solid #e3d4d0;
}
.clev-rich .keyfacts .kf-cell { padding: 24px 26px; }
.clev-rich .keyfacts .kf-featured {
  grid-row: span 2;
  border-right: 1px solid #e3d4d0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 36px 32px;
}
.clev-rich .keyfacts .kf-cell:not(.kf-featured) + .kf-cell:not(.kf-featured) { border-top: 1px solid #e3d4d0; }
.clev-rich .keyfacts .kf-label {
  font-size: 10px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #7a5e52;
  font-weight: 700;
  margin-bottom: 10px;
  display: block;
}
.clev-rich .keyfacts .kf-value {
  font-size: 19px;
  font-weight: 600;
  color: #2a2a2a;
  line-height: 1.3;
  display: block;
  letter-spacing: -0.01em;
}
.clev-rich .keyfacts .kf-featured .kf-value {
  font-size: clamp(28px, 3vw, 38px);
  font-weight: 600;
  letter-spacing: -0.025em;
  line-height: 1.1;
}
.clev-rich .keyfacts .kf-sub {
  font-size: 12.5px;
  color: #777;
  display: block;
  margin-top: 4px;
  font-weight: 400;
}
.clev-rich .keyfacts .kf-featured .kf-sub {
  font-size: 14px;
  margin-top: 8px;
  color: #7a5e52;
}

.clev-rich .pillars {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-top: 56px;
}
.clev-rich .pillar {
  padding: 28px 24px;
  background: #ffffff;
  border: 1px solid #e3d4d0;
}
.clev-rich .pillar-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 18px;
}
.clev-rich .pillar-icon {
  width: 28px;
  height: 28px;
  display: block;
  flex-shrink: 0;
}
.clev-rich .pillar .num {
  font-size: 11px;
  letter-spacing: 0.2em;
  color: #7a5e52;
  font-weight: 700;
  display: block;
}
.clev-rich .pillar p { font-size: 14px; margin: 0; font-weight: 400; }

.clev-rich .zone-divider {
  height: 1px;
  background: #e3d4d0;
  margin: 64px 0 48px;
  border: 0;
}

.clev-rich .stack { border-top: 1px solid #e3d4d0; }
.clev-rich .stack details {
  border-bottom: 1px solid #e3d4d0;
  padding: 0;
}
.clev-rich .stack summary {
  cursor: pointer;
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 22px 0;
  min-height: 44px;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 16px;
  font-weight: 600;
  color: #2a2a2a;
  letter-spacing: -0.01em;
  user-select: none;
  transition: color 0.15s ease;
}
.clev-rich .stack summary:hover { color: #7a5e52; }
.clev-rich .stack summary::-webkit-details-marker { display: none; }
.clev-rich .stack summary::after {
  content: "+";
  font-size: 22px;
  font-weight: 300;
  color: #7a5e52;
  margin-left: 16px;
  flex-shrink: 0;
}
.clev-rich .stack > details[open] > summary::after { content: "-"; }
.clev-rich .stack > details[open] > summary { color: #2a2a2a; }
.clev-rich .stack .body {
  padding: 4px 0 32px;
  font-size: 14px;
  line-height: 1.7;
  color: #555;
  font-weight: 400;
}
.clev-rich .stack .body p { margin-bottom: 0.9em; font-weight: 400; }

/* Robustné oddelenie blokov v technických parametroch.
   Shoptet niekedy prebalí alebo preštýluje tabuľky, preto je odstup riešený cez samostatný wrapper. */
.clev-rich .spec-block {
  display: block !important;
  width: 100% !important;
  clear: both !important;
  margin: 0 0 52px !important;
  padding: 0 !important;
}
.clev-rich .spec-block:last-child { margin-bottom: 0 !important; }
.clev-rich .spec-block + .spec-block { margin-top: 0 !important; }
.clev-rich .spec-block .sub-title {
  display: block !important;
  margin: 0 0 18px !important;
  padding: 0 !important;
}
.clev-rich .spec-block .specs {
  margin: 0 !important;
}

.clev-rich .specs {
  width: 100%;
  border-collapse: collapse;
  font-size: 14px;
  margin: 0 0 36px !important;
  clear: both;
}
.clev-rich .stack .body .specs:last-child { margin-bottom: 0 !important; }
.clev-rich .specs + .specs { margin-top: 24px; }
.clev-rich .specs th,
.clev-rich .specs td {
  text-align: left;
  padding: 10px 0;
  border-bottom: 1px solid #ebe0dc;
  vertical-align: top;
}
.clev-rich .specs th {
  font-weight: 500;
  color: #7a5e52;
  width: 44%;
  letter-spacing: 0.1em;
  font-size: 12px;
  text-transform: uppercase;
}
.clev-rich .specs td { color: #2a2a2a; font-weight: 500; }
.clev-rich .specs tr:last-child th,
.clev-rich .specs tr:last-child td { border-bottom: 0; }


/* Reset odrážok/šípok zo Shoptet šablóny.
   Niektoré šablóny pridávajú ku každému <li> vlastnú šípku cez ::before.
   Tu ich vypneme, aby texty v zoznamoch začínali v jednej línii s ostatným obsahom. */
.clev-rich ul,
.clev-rich ol {
  margin-left: 0 !important;
  padding-left: 0 !important;
}
.clev-rich .tips-list,
.clev-rich .anatomy,
.clev-rich .fit ul {
  list-style: none !important;
  margin-left: 0 !important;
  padding-left: 0 !important;
}
.clev-rich .tips-list li,
.clev-rich .anatomy li {
  list-style: none !important;
  margin-left: 0 !important;
  padding-left: 0 !important;
}
.clev-rich .tips-list li::before,
.clev-rich .tips-list li::after,
.clev-rich .anatomy li::before,
.clev-rich .anatomy li::after {
  content: none !important;
  display: none !important;
}
.clev-rich summary {
  list-style: none !important;
}
.clev-rich summary::marker {
  content: "" !important;
  display: none !important;
  font-size: 0 !important;
}
.clev-rich summary::before {
  content: none !important;
  display: none !important;
}

.clev-rich .fit {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
  margin-top: 4px;
}
.clev-rich .fit ul { list-style: none; padding: 0; margin: 0; }
.clev-rich .fit li {
  list-style: none !important;
  margin-left: 0 !important;
  font-size: 14px;
  padding: 6px 0 6px 22px;
  position: relative;
  line-height: 1.6;
  color: #555;
  font-weight: 400;
}
.clev-rich .fit li::before {
  content: "" !important;
  position: absolute;
  left: 0;
  top: 15px;
  width: 12px;
  height: 1px;
  background: #7a5e52;
}
.clev-rich .fit li::after {
  content: none !important;
  display: none !important;
}

.clev-rich .anatomy { margin: 0; padding: 0; list-style: none; }
.clev-rich .anatomy li {
  padding: 12px 0;
  border-bottom: 1px solid #ebe0dc;
}
.clev-rich .anatomy li:last-child { border-bottom: 0; }
.clev-rich .anatomy .label {
  display: block;
  font-weight: 700;
  color: #7a5e52;
  font-size: 14px;
  margin-bottom: 2px;
  letter-spacing: -0.005em;
}
.clev-rich .anatomy .desc { font-size: 14px; color: #555; line-height: 1.6; font-weight: 400; }

.clev-rich .nested-stack { border-top: 1px solid #ebe0dc; margin-top: 4px; }
.clev-rich .nested-stack details { border-bottom: 1px solid #ebe0dc; }
.clev-rich .nested-stack summary {
  padding: 14px 0;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 14px;
  font-weight: 600;
  color: #7a5e52;
  cursor: pointer;
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  min-height: 40px;
  letter-spacing: -0.005em;
}
.clev-rich .nested-stack summary:hover { color: #7a5e52; }
.clev-rich .nested-stack summary::-webkit-details-marker { display: none; }
.clev-rich .nested-stack summary::after {
  content: "+";
  color: #7a5e52;
  font-size: 18px;
  font-weight: 300;
  margin-left: 12px;
}
.clev-rich .nested-stack > details[open] > summary::after { content: "-"; }
.clev-rich .nested-stack .body {
  padding: 4px 0 18px;
  font-size: 14px;
  line-height: 1.7;
  color: #555;
  font-weight: 400;
}

.clev-rich .tips-list { margin: 0; padding: 0; list-style: none; }
.clev-rich .tips-list li {
  padding: 16px 0;
  border-bottom: 1px solid #ebe0dc;
}
.clev-rich .tips-list li:last-child { border-bottom: 0; }
.clev-rich .tips-list .tip-name {
  display: block;
  font-weight: 700;
  color: #7a5e52;
  font-size: 14px;
  margin-bottom: 4px;
  letter-spacing: -0.005em;
}
.clev-rich .tips-list .tip-desc { font-size: 14px; color: #555; line-height: 1.6; font-weight: 400; }

.clev-rich .closing {
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: center !important;
  width: 100% !important;
  clear: both !important;
  text-align: center !important;
  text-align-last: center !important;
  padding-top: 56px;
}
.clev-rich .closing .mark {
  display: block !important;
  width: 32px;
  height: 1px;
  background: #7a5e52;
  margin: 0 auto 24px auto !important;
  float: none !important;
}
.clev-rich .closing p {
  display: block !important;
  width: 100% !important;
  max-width: 58ch;
  margin: 0 auto !important;
  text-align: center !important;
  text-align-last: center !important;
  float: none !important;
  line-height: 1.7;
  color: #3a3a3a;
  font-size: 15px;
  font-weight: 400;
}

@media (max-width: 880px) {
  .clev-rich { padding: 48px 20px; }
  .clev-rich .keyfacts {
    grid-template-columns: 1fr;
    grid-template-rows: auto auto auto;
  }
  .clev-rich .keyfacts .kf-featured {
    grid-row: auto;
    border-right: 0;
    border-bottom: 1px solid #e3d4d0;
    padding: 28px 24px;
  }
  .clev-rich .pillars { grid-template-columns: 1fr; }
  
/* Reset odrážok/šípok zo Shoptet šablóny.
   Niektoré šablóny pridávajú ku každému <li> vlastnú šípku cez ::before.
   Tu ich vypneme, aby texty v zoznamoch začínali v jednej línii s ostatným obsahom. */
.clev-rich ul,
.clev-rich ol {
  margin-left: 0 !important;
  padding-left: 0 !important;
}
.clev-rich .tips-list,
.clev-rich .anatomy,
.clev-rich .fit ul {
  list-style: none !important;
  margin-left: 0 !important;
  padding-left: 0 !important;
}
.clev-rich .tips-list li,
.clev-rich .anatomy li {
  list-style: none !important;
  margin-left: 0 !important;
  padding-left: 0 !important;
}
.clev-rich .tips-list li::before,
.clev-rich .tips-list li::after,
.clev-rich .anatomy li::before,
.clev-rich .anatomy li::after {
  content: none !important;
  display: none !important;
}
.clev-rich summary {
  list-style: none !important;
}
.clev-rich summary::marker {
  content: "" !important;
  display: none !important;
  font-size: 0 !important;
}
.clev-rich summary::before {
  content: none !important;
  display: none !important;
}

.clev-rich .fit { grid-template-columns: 1fr; gap: 20px; }
  .clev-rich .specs th { width: 50%; }
}

@media (max-width: 480px) {
  .clev-rich {
    padding: 36px 16px;
    margin: 16px 0;
    font-size: 14.5px;
    line-height: 1.6;
  }
  .clev-rich h1.hero-title {
    margin-bottom: 18px;
    max-width: none;
    text-align: left !important;
    text-align-last: left !important;
    word-spacing: normal !important;
  }
  .clev-rich .hero .lead { font-size: 15.5px; }
  .clev-rich .eyebrow { margin-bottom: 18px; letter-spacing: 0.2em; }
  .clev-rich h2.section-title { margin-bottom: 22px; }
  .clev-rich .keyfacts { margin-top: 28px; }
  .clev-rich .keyfacts .kf-cell { padding: 18px 18px; }
  .clev-rich .keyfacts .kf-featured { padding: 24px 18px; }
  .clev-rich .keyfacts .kf-featured .kf-sub { font-size: 13px; }
  .clev-rich .pillars { margin-top: 32px; gap: 12px; }
  .clev-rich .pillar { padding: 22px 20px; }
  .clev-rich .pillar-head { margin-bottom: 14px; }
  .clev-rich .pillar-icon { width: 24px; height: 24px; }
  .clev-rich .zone-divider { margin: 40px 0 28px; }
  .clev-rich .stack summary {
    padding: 18px 0;
    font-size: 15px;
    min-height: 40px;
  }
  .clev-rich .stack summary::after {
    font-size: 20px;
    margin-left: 10px;
  }
  .clev-rich .stack .body { padding: 4px 0 24px; font-size: 13.5px; }
  .clev-rich .stack .body table + h4.sub-title { margin-top: 36px !important; padding-top: 6px; }
  .clev-rich .specs { margin-bottom: 34px !important; }
  .clev-rich .spec-block { margin-bottom: 48px !important; }
  .clev-rich .spec-block .sub-title { margin-bottom: 20px !important; }
  .clev-rich .spec-block .specs { margin-bottom: 0 !important; }
  .clev-rich .stack .body .specs:last-child { margin-bottom: 0 !important; }
  .clev-rich .specs th, .clev-rich .specs td { padding: 8px 0; }
  .clev-rich .nested-stack summary {
    padding: 12px 0;
    font-size: 13.5px;
    min-height: 38px;
  }
  .clev-rich .nested-stack .body { font-size: 13.5px; }
  .clev-rich .anatomy li { padding: 10px 0; }
  .clev-rich .anatomy .label { font-size: 13.5px; }
  .clev-rich .anatomy .desc { font-size: 13.5px; }
  .clev-rich .tips-list li { padding: 14px 0; }
  .clev-rich .tips-list .tip-name { font-size: 13.5px; }
  .clev-rich .tips-list .tip-desc { font-size: 13.5px; }
  .clev-rich .fit li { font-size: 13.5px; padding: 6px 0 6px 20px; }
  .clev-rich .closing { padding-top: 40px; }
  .clev-rich .closing p { font-size: 14px; }
  .clev-rich .closing .mark { margin: 0 auto 20px auto !important; }
}
