.dcl-article-v2,
.dcl-article-v2 * {
  box-sizing: border-box;
}

.dcl-article-v2 {
  --dcl-ink: #24140f;
  --dcl-brown: #4b2a1d;
  --dcl-brown-2: #6b3f2a;
  --dcl-caramel: #b86d2f;
  --dcl-gold: #d99a43;
  --dcl-cream: #fbf6ef;
  --dcl-cream-2: #f2e8dc;
  --dcl-line: #e6d2bd;
  --dcl-green: #5f7863;
  --dcl-red: #a65343;
  color: var(--dcl-ink);
  font-size: 16px;
  line-height: 1.9;
  letter-spacing: .02em;
}

.dcl-article-v2__inner {
  width: 100%;
  max-width: 1040px;
  margin: 0 auto;
}

.dcl-article-v2 p {
  margin: 0 0 1.25em;
}

.dcl-v2-lead {
  margin: 0 0 28px;
  padding: 24px 26px;
  border: 1px solid var(--dcl-line);
  border-radius: 18px;
  background: linear-gradient(135deg, #fff 0%, var(--dcl-cream) 100%);
  box-shadow: 0 12px 32px rgba(57, 31, 20, .08);
}

.dcl-v2-lead p:last-child,
.dcl-v2-point-box p:last-child,
.dcl-v2-note p:last-child,
.dcl-v2-compare-note p:last-child,
.dcl-v2-product-detail p:last-child,
.dcl-v2-faq-item p:last-child,
.dcl-v2-final-box p:last-child {
  margin-bottom: 0;
}

.dcl-v2-figure {
  width: 100%;
  margin: 30px auto 42px;
  overflow: hidden;
  border: 1px solid var(--dcl-line);
  border-radius: 20px;
  background: var(--dcl-cream);
  box-shadow: 0 16px 38px rgba(48, 25, 16, .12);
}

.dcl-v2-figure img {
  display: block !important;
  width: 100% !important;
  height: auto !important;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  margin: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
}

.dcl-v2-point-box,
.dcl-v2-anchor-box,
.dcl-v2-note,
.dcl-v2-compare-note,
.dcl-v2-final-box {
  margin: 28px 0 38px;
  padding: 24px 26px;
  border: 1px solid var(--dcl-line);
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 10px 28px rgba(58, 31, 20, .07);
}

.dcl-v2-point-box {
  border-top: 5px solid var(--dcl-caramel);
  background: linear-gradient(180deg, #fff 0%, #fffaf4 100%);
}

.dcl-v2-point-title,
.dcl-v2-box-title {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 14px;
  color: var(--dcl-brown);
  font-size: 18px;
  font-weight: 800;
}

.dcl-v2-point-title::before,
.dcl-v2-box-title::before {
  content: "";
  width: 10px;
  height: 10px;
  flex: 0 0 10px;
  border-radius: 50%;
  background: var(--dcl-gold);
  box-shadow: 0 0 0 5px rgba(217, 154, 67, .18);
}

.dcl-v2-point-box ul,
.dcl-v2-anchor-box ol,
.dcl-v2-merit-box ul,
.dcl-v2-summary-grid ul {
  margin: 0;
  padding-left: 1.35em;
}

.dcl-v2-point-box li,
.dcl-v2-anchor-box li,
.dcl-v2-merit-box li,
.dcl-v2-summary-grid li {
  margin: .5em 0;
}

.dcl-v2-heading {
  position: relative;
  margin: 58px 0 24px;
  padding: 22px 26px 20px 30px;
  overflow: hidden;
  border: 1px solid var(--dcl-line);
  border-left: 8px solid var(--dcl-caramel);
  border-radius: 16px;
  background: linear-gradient(135deg, #fff 0%, var(--dcl-cream) 100%);
  box-shadow: 0 12px 30px rgba(59, 32, 19, .08);
}

.dcl-v2-heading::after {
  content: "";
  position: absolute;
  top: -48px;
  right: -36px;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(217,154,67,.2) 0%, rgba(217,154,67,0) 70%);
  pointer-events: none;
}

.dcl-v2-heading--dark {
  border-color: #2d1811;
  border-left-color: var(--dcl-gold);
  background: linear-gradient(135deg, #2b1710 0%, #4c2a1d 100%);
  box-shadow: 0 16px 34px rgba(35, 18, 12, .18);
}

.dcl-v2-kicker {
  display: block;
  margin: 0 0 5px;
  color: var(--dcl-caramel);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.dcl-v2-heading--dark .dcl-v2-kicker {
  color: #f0bd72;
}

.dcl-article-v2 .dcl-v2-heading h2 {
  position: relative;
  z-index: 1;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
  color: var(--dcl-ink) !important;
  font-size: clamp(24px, 3.1vw, 34px) !important;
  line-height: 1.45 !important;
  font-weight: 850 !important;
  letter-spacing: .015em !important;
}

.dcl-article-v2 .dcl-v2-heading--dark h2 {
  color: #fff !important;
}

.dcl-v2-subheading {
  position: relative;
  margin: 34px 0 16px !important;
  padding: 0 0 10px 18px !important;
  border: 0 !important;
  border-bottom: 2px solid var(--dcl-line) !important;
  background: transparent !important;
  color: var(--dcl-ink) !important;
  font-size: clamp(19px, 2.3vw, 24px) !important;
  line-height: 1.55 !important;
  font-weight: 800 !important;
}

.dcl-v2-subheading::before {
  content: "";
  position: absolute;
  left: 0;
  top: .35em;
  width: 6px;
  height: 1.15em;
  border-radius: 99px;
  background: var(--dcl-caramel);
}

.dcl-v2-note {
  border-left: 6px solid var(--dcl-green);
  background: #f5f8f5;
}

.dcl-v2-compare-note {
  border-left: 6px solid var(--dcl-gold);
  background: #fffaf2;
}

.dcl-v2-pick-grid,
.dcl-v2-summary-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin: 26px 0 42px;
}

.dcl-v2-pick-card,
.dcl-v2-summary-card {
  min-width: 0;
  padding: 22px;
  border: 1px solid var(--dcl-line);
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 10px 26px rgba(57, 31, 20, .07);
}

.dcl-v2-pick-card strong,
.dcl-v2-summary-card strong {
  display: block;
  margin: 10px 0 8px;
  color: var(--dcl-brown);
  font-size: 18px;
  line-height: 1.5;
}

.dcl-v2-pick-label {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 5px 11px;
  border-radius: 999px;
  background: var(--dcl-cream-2);
  color: var(--dcl-brown-2);
  font-size: 12px;
  font-weight: 800;
}

.dcl-v2-rank-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 20px;
  margin: 28px 0 48px;
}

.dcl-v2-rank-card {
  display: grid;
  grid-template-columns: 70px minmax(0, 1fr) minmax(180px, 220px);
  gap: 22px;
  align-items: center;
  min-width: 0;
  margin: 0;
  padding: 24px;
  overflow: hidden;
  border: 1px solid var(--dcl-line);
  border-top: 5px solid var(--dcl-caramel);
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 14px 34px rgba(57, 31, 20, .09);
}

.dcl-v2-rank-card:nth-child(2n) {
  border-top-color: var(--dcl-green);
}

.dcl-v2-rank-card:nth-child(3n) {
  border-top-color: var(--dcl-gold);
}

.dcl-v2-rank-badge {
  display: grid;
  place-items: center;
  width: 58px;
  height: 58px;
  border-radius: 50%;
  background: linear-gradient(135deg, #2b1710, #5a3322);
  color: #fff;
  font-size: 18px;
  font-weight: 900;
  box-shadow: inset 0 0 0 3px rgba(255,255,255,.12);
}

.dcl-v2-rank-main,
.dcl-v2-rank-cta {
  min-width: 0;
}

.dcl-v2-brand {
  display: block;
  margin-bottom: 5px;
  color: #9a6b4e;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.dcl-article-v2 .dcl-v2-product-name {
  margin: 0 0 10px !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
  color: var(--dcl-ink) !important;
  font-size: clamp(19px, 2.4vw, 25px) !important;
  line-height: 1.45 !important;
  font-weight: 850 !important;
}

.dcl-v2-product-name a {
  color: inherit !important;
  text-decoration: none !important;
}

.dcl-v2-product-name a:hover {
  color: var(--dcl-caramel) !important;
}

.dcl-v2-card-copy {
  margin-bottom: 12px !important;
  color: #5f4a40;
}

.dcl-v2-score-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 12px;
}

.dcl-v2-score-total,
.dcl-v2-score-tag {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 5px 10px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 800;
  line-height: 1.3;
}

.dcl-v2-score-total {
  background: var(--dcl-brown);
  color: #fff;
}

.dcl-v2-score-tag {
  border: 1px solid #ead8c6;
  background: var(--dcl-cream);
  color: var(--dcl-brown-2);
}

.dcl-v2-rank-cta {
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: stretch;
}

.dcl-v2-btn {
  display: flex !important;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 52px;
  padding: 13px 18px !important;
  border: 1px solid #9d5725 !important;
  border-radius: 13px !important;
  background: linear-gradient(135deg, #c67832 0%, #9f5726 100%) !important;
  box-shadow: 0 8px 18px rgba(155, 83, 35, .22) !important;
  color: #fff !important;
  font-size: 15px !important;
  font-weight: 850 !important;
  line-height: 1.4 !important;
  text-align: center !important;
  text-decoration: none !important;
  transition: transform .15s ease, box-shadow .15s ease, filter .15s ease;
}

.dcl-v2-btn:hover {
  transform: translateY(-2px);
  filter: brightness(1.04);
  box-shadow: 0 12px 24px rgba(155, 83, 35, .28) !important;
}

.dcl-v2-cta-note {
  margin: 0 !important;
  color: #70584b;
  font-size: 12px;
  line-height: 1.65;
  text-align: center;
}

.dcl-v2-product-detail {
  margin: 30px 0;
  padding: 26px;
  border: 1px solid var(--dcl-line);
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 10px 26px rgba(57, 31, 20, .06);
}

.dcl-v2-product-detail .dcl-v2-subheading {
  margin-top: 0 !important;
}

.dcl-v2-merit-box {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin: 20px 0 0;
}

.dcl-v2-merit,
.dcl-v2-demerit {
  min-width: 0;
  padding: 18px;
  border-radius: 14px;
}

.dcl-v2-merit {
  border: 1px solid #cfe0d1;
  background: #f2f7f3;
}

.dcl-v2-demerit {
  border: 1px solid #e6cec8;
  background: #fbf3f1;
}

.dcl-v2-merit strong,
.dcl-v2-demerit strong {
  display: block;
  margin-bottom: 8px;
  font-size: 14px;
}

.dcl-v2-merit strong { color: #416346; }
.dcl-v2-demerit strong { color: #934a3d; }

.dcl-v2-faq-list {
  display: grid;
  gap: 14px;
  margin: 24px 0 44px;
}

.dcl-v2-faq-item {
  overflow: hidden;
  border: 1px solid var(--dcl-line);
  border-radius: 15px;
  background: #fff;
  box-shadow: 0 8px 22px rgba(57, 31, 20, .06);
}

.dcl-v2-faq-item summary {
  position: relative;
  padding: 18px 52px 18px 22px;
  cursor: pointer;
  color: var(--dcl-brown);
  font-weight: 850;
  list-style: none;
}

.dcl-v2-faq-item summary::-webkit-details-marker { display: none; }

.dcl-v2-faq-item summary::after {
  content: "+";
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  color: var(--dcl-caramel);
  font-size: 24px;
  line-height: 1;
}

.dcl-v2-faq-item[open] summary::after { content: "−"; }

.dcl-v2-faq-item > div {
  padding: 0 22px 20px;
  color: #5d493f;
}

.dcl-v2-final-box {
  border: 0;
  background: linear-gradient(135deg, #2b1710 0%, #55301f 100%);
  color: #fff;
  box-shadow: 0 16px 38px rgba(40, 20, 12, .2);
}

.dcl-v2-final-box .dcl-v2-box-title {
  color: #fff;
}

.dcl-v2-final-box a {
  color: #ffd18b;
}

@media (max-width: 900px) {
  .dcl-v2-pick-grid,
  .dcl-v2-summary-grid {
    grid-template-columns: 1fr;
  }

  .dcl-v2-rank-card {
    grid-template-columns: 58px minmax(0, 1fr);
  }

  .dcl-v2-rank-cta {
    grid-column: 1 / -1;
    padding-top: 4px;
  }
}

@media (max-width: 600px) {
  .dcl-article-v2 {
    font-size: 15px;
    line-height: 1.85;
  }

  .dcl-v2-lead,
  .dcl-v2-point-box,
  .dcl-v2-anchor-box,
  .dcl-v2-note,
  .dcl-v2-compare-note,
  .dcl-v2-final-box,
  .dcl-v2-product-detail {
    padding: 19px;
    border-radius: 14px;
  }

  .dcl-v2-heading {
    margin-top: 44px;
    padding: 18px 18px 17px 20px;
    border-left-width: 6px;
    border-radius: 13px;
  }

  .dcl-v2-pick-card,
  .dcl-v2-summary-card {
    padding: 18px;
  }

  .dcl-v2-rank-card {
    grid-template-columns: 48px minmax(0, 1fr);
    gap: 14px;
    padding: 18px;
    border-radius: 15px;
  }

  .dcl-v2-rank-badge {
    width: 44px;
    height: 44px;
    font-size: 14px;
  }

  .dcl-v2-merit-box {
    grid-template-columns: 1fr;
  }

  .dcl-v2-score-row {
    gap: 6px;
  }

  .dcl-v2-score-total,
  .dcl-v2-score-tag {
    font-size: 11px;
  }
}
