/* VERSION E13 — DESKTOP PRECISION PASS
   Every refinement in this file is deliberately desktop-scoped. */

@media (min-width: 1024px) {
  /* Mini Check teaser: same size and position, with a calmer native surface. */
  .concept-e13 .hero-mini-teaser {
    border-color: rgba(145, 108, 50, .3);
    background: rgba(245, 238, 224, .97);
    box-shadow: 0 10px 26px rgba(4, 16, 10, .14);
  }

  .concept-e13 .hero-mini-teaser .eyebrow {
    color: #9a7943;
  }

  .concept-e13 .hero-mini-teaser-button {
    border-color: rgba(29, 51, 42, .46);
    background: rgba(29, 51, 42, .02);
  }

  /* Mini Check modal: retain E12 palette while balancing question and answers. */
  .concept-e13 .mini-bridge[data-mini-check-dialog] .mini-check-question {
    margin-bottom: .96rem;
    font-size: clamp(1.35rem, 2.55vw, 1.72rem);
    line-height: 1.14;
  }

  .concept-e13 .mini-bridge[data-mini-check-dialog] .mini-check-panel-header {
    margin-bottom: 1rem;
    padding-bottom: .82rem;
  }

  .concept-e13 .mini-bridge[data-mini-check-dialog] .mini-check-progress {
    color: #987640;
  }

  .concept-e13 .mini-bridge[data-mini-check-dialog] .mini-check-options {
    gap: .64rem;
    margin-bottom: 1rem;
  }

  .concept-e13 .mini-bridge[data-mini-check-dialog] .mini-check-option.is-selected {
    border-color: #71552c;
    background: rgba(183, 146, 79, .19);
    box-shadow: inset 3px 0 0 rgba(128, 97, 47, .74);
  }

  .concept-e13 .mini-bridge[data-mini-check-dialog] .mini-check-actions .button[disabled] {
    opacity: .56;
  }

  /* “Αυτό είναι για εσένα”: lower the left composition without changing the photo. */
  .concept-e13 .mirror-media-layout {
    row-gap: 18px;
  }

  .concept-e13 .mirror-heading,
  .concept-e13 .mirror-list {
    transform: translateY(24px);
  }

  .concept-e13 .mirror-heading h2 {
    font-size: clamp(2.4rem, 4.63vw, 4.09rem);
  }

  /* “Η πληροφορία…”: give the right column enough editorial weight. */
  .concept-e13 .method-overlay-grid {
    grid-template-columns: minmax(0, .92fr) minmax(400px, 1.08fr);
    gap: clamp(38px, 4vw, 60px);
  }

  .concept-e13 .method-overlay-grid .body-copy {
    max-width: 670px;
    transform: translateY(-12px);
  }

  .concept-e13 .method-overlay-grid .body-copy p {
    margin-bottom: 1.08rem;
    font-size: 1.0625rem;
    line-height: 1.66;
  }

  /* Process: editorial background numerals and a quiet continuation line. */
  .concept-e13 .process-flow {
    position: relative;
    isolation: isolate;
    gap: clamp(14px, 1.5vw, 22px);
  }

  .concept-e13 .process-flow::before {
    content: "";
    position: absolute;
    z-index: 0;
    top: 50%;
    left: 8%;
    right: 8%;
    height: 1px;
    background: rgba(169, 133, 69, .34);
    transform: translateY(-.5px);
    pointer-events: none;
  }

  .concept-e13 .process-flow article,
  .concept-e13 .process-outcome {
    z-index: 1;
    isolation: isolate;
    overflow: hidden;
    padding: 1.35rem 1.28rem;
    border-color: rgba(29, 51, 42, .12);
    background: #fbf8f0;
  }

  .concept-e13 .process-flow article::after {
    content: none;
  }

  .concept-e13 .process-flow article > span {
    position: absolute;
    z-index: -1;
    top: -.05rem;
    right: .75rem;
    display: block;
    min-width: 0;
    min-height: 0;
    margin: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    color: transparent;
    font-size: 0;
    pointer-events: none;
  }

  .concept-e13 .process-flow article > span::after {
    content: attr(data-mobile-number);
    display: block;
    color: rgba(183, 146, 79, .13);
    font-size: clamp(5.4rem, 7vw, 6.7rem);
    font-weight: 800;
    line-height: 1;
    letter-spacing: -.07em;
  }

  .concept-e13 .process-flow article h3,
  .concept-e13 .process-flow article p,
  .concept-e13 .process-outcome span,
  .concept-e13 .process-outcome p {
    position: relative;
    z-index: 1;
  }

  .concept-e13 .process-flow article h3 {
    max-width: 82%;
    margin-bottom: .62rem;
  }

  .concept-e13 .process-outcome {
    border-color: rgba(183, 146, 79, .48);
    background:
      linear-gradient(rgba(8, 29, 19, .81), rgba(8, 29, 19, .88)),
      url("media/process-result-bw-0556-1200.jpg") center 58% / cover no-repeat;
  }

  .concept-e13 .process-outcome span {
    color: #c6a766;
  }

  .concept-e13 .process-outcome span::before {
    content: none;
  }

  .concept-e13 .process-outcome p {
    color: #faf8f3;
    font-weight: 680;
  }

  /* Reviews: four equal but independent editorial cards. */
  .concept-e13 .reviews {
    padding-bottom: 72px;
  }

  .concept-e13 .reviews .section-heading {
    max-width: 1080px;
    margin-bottom: 1.7rem;
  }

  .concept-e13 .reviews .section-heading h2 {
    max-width: 1080px;
    font-size: clamp(2.35rem, 3.22vw, 2.9rem);
  }

  .concept-e13 .reviews .section-heading p {
    max-width: 790px;
  }

  .concept-e13 .review-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: clamp(12px, 1.3vw, 18px);
    overflow: visible;
    border: 0;
    border-radius: 0;
    background: transparent;
  }

  .concept-e13 .review-grid blockquote {
    min-width: 0;
    padding: 1.5rem 1.55rem;
    border: 1px solid rgba(29, 51, 42, .14);
    border-radius: 14px;
    background: rgba(250, 247, 239, .82);
    box-shadow: none;
  }

  .concept-e13 .review-grid cite {
    color: rgba(29, 51, 42, .72);
    font-size: .86rem;
    font-weight: 600;
  }

  .concept-e13 .reviews-link {
    margin-top: 1.55rem;
    padding: .74rem 1.02rem;
    border-color: rgba(169, 133, 69, .5);
    border-radius: 999px;
    background: transparent;
    color: #1d332a;
  }

  .concept-e13 .reviews-link:hover,
  .concept-e13 .reviews-link:focus-visible {
    border-color: #987640;
    background: rgba(183, 146, 79, .09);
  }
}
