/* jcolour.com · product site */

/* ───── HERO ───── */
.hero {
  padding-top: var(--space-7);
  padding-bottom: var(--space-7);
}
.hero-meta {
  display: flex;
  justify-content: space-between;
  padding-bottom: var(--space-5);
  border-bottom: var(--hairline);
  font-family: var(--font-mono);
  font-size: var(--fs-micro);
  color: var(--ink-3);
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.hero-type {
  padding: var(--space-8) 0 var(--space-7);
  display: flex;
  justify-content: flex-start;
}
.hero-wordmark {
  font-family: var(--font-serif-en);
  font-style: italic;
  font-size: clamp(96px, 18vw, 280px);
  font-weight: 500;
  line-height: 0.9;
  color: var(--violet);
  letter-spacing: -0.035em;
}

.hero-line { padding-top: var(--space-6); }
.hero-line .lead {
  font-family: var(--font-serif-en);
  font-size: var(--fs-h2);
  line-height: 1.3;
  font-weight: 400;
  color: var(--ink);
  font-style: normal;
}
.hero-line .lead em { font-style: italic; color: var(--violet); }
.hero-line .cn .lead { font-family: var(--font-serif-cn); font-weight: 500; }

/* ───── PROBLEM ───── */
.problem-intro { margin-bottom: var(--space-6); }
.problem-intro .lead {
  font-family: var(--font-serif-en);
  font-size: var(--fs-h2);
  line-height: 1.25;
  font-weight: 400;
  color: var(--ink);
  margin-bottom: var(--space-4);
}
.problem-intro .cn .lead { font-family: var(--font-serif-cn); font-weight: 500; }
.problem-intro p { color: var(--ink-2); font-size: 15px; line-height: 1.7; }
.problem-intro .cn p { font-family: var(--font-sans-cn); }

.pain-list {
  list-style: none;
  padding: 0; margin: var(--space-6) 0 0 0;
  border-top: var(--hairline);
}
.pain-list > li {
  display: grid;
  grid-template-columns: 80px 1fr;
  gap: var(--space-5);
  padding: var(--space-5) 0;
  border-bottom: var(--hairline);
}
.pl-id { font-size: var(--fs-micro); color: var(--violet); padding-top: 6px; letter-spacing: 0.1em; }
.pl-body { gap: var(--space-6); }
.pl-body .en { border-right: var(--hairline); padding-right: var(--space-5); }
.pl-body h3 { font-family: var(--font-sans-en); font-size: var(--fs-h3); margin-bottom: var(--space-2); font-weight: 500; }
.pl-body .cn h3 { font-family: var(--font-sans-cn); }
.pl-body p { color: var(--ink-2); font-size: 15px; line-height: 1.6; }
.pl-body .cn p { font-family: var(--font-sans-cn); }

/* ───── CAPABILITIES ───── */
.caps {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0;
  margin-top: var(--space-6);
  border: var(--hairline-ink);
}
.cap {
  padding: var(--space-5);
  border-right: var(--hairline);
  border-bottom: var(--hairline);
}
.cap:nth-child(2n) { border-right: 0; }
.cap:nth-last-child(-n+2) { border-bottom: 0; }

.cap-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-family: var(--font-mono);
  font-size: var(--fs-micro);
  color: var(--ink-3);
  text-transform: uppercase;
  letter-spacing: 0.1em;
  padding-bottom: var(--space-3);
  border-bottom: var(--hairline);
}
.cap-dot { width: 8px; height: 8px; background: var(--violet); display: inline-block; }

.cap-title {
  font-family: var(--font-serif-en);
  font-style: italic;
  font-size: 28px;
  font-weight: 500;
  color: var(--violet);
  margin: var(--space-4) 0 var(--space-4);
  line-height: 1.1;
}

.cap-body { gap: var(--space-4); }
.cap-body .en { border-right: var(--hairline); padding-right: var(--space-4); }
.cap-body p { color: var(--ink-2); font-size: 14px; line-height: 1.55; }
.cap-body .cn p { font-family: var(--font-sans-cn); }

/* ───── HARDWARE ───── */
.hw {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  margin-top: var(--space-6);
  border: var(--hairline-ink);
}
.hw-col {
  padding: var(--space-5);
  border-right: var(--hairline);
}
.hw-col:last-child { border-right: 0; }
.hw-head {
  font-size: var(--fs-micro);
  color: var(--ink-3);
  text-transform: uppercase;
  letter-spacing: 0.1em;
  padding-bottom: var(--space-3);
  border-bottom: var(--hairline);
  margin-bottom: var(--space-4);
}
.hw-list { list-style: none; padding: 0; margin: 0; font-size: var(--fs-small); }
.hw-list li {
  display: flex;
  justify-content: space-between;
  padding: 10px 0;
  border-bottom: 1px dashed var(--rule);
  color: var(--ink);
}
.hw-list li:last-child { border-bottom: 0; }
.hw-list li span:last-child { color: var(--ink-3); font-size: var(--fs-micro); text-transform: uppercase; letter-spacing: 0.06em; }

/* ───── ACCESS ───── */
.access-card {
  margin-top: var(--space-6);
  border: var(--hairline-ink);
  background: var(--paper);
  position: relative;
  overflow: hidden;
}
.access-body {
  padding: var(--space-7);
  gap: var(--space-7);
}
.access-body .en { border-right: var(--hairline); padding-right: var(--space-6); }
.access-body h2 {
  font-family: var(--font-serif-en);
  font-size: clamp(28px, 3.5vw, 48px);
  line-height: 1.1;
  font-weight: 400;
  margin-bottom: var(--space-4);
  letter-spacing: -0.01em;
}
.access-body h2 em { font-style: italic; color: var(--violet); }
.access-body .cn h2 { font-family: var(--font-serif-cn); font-weight: 500; font-style: normal; }
.access-body p { color: var(--ink-2); margin-bottom: var(--space-4); font-size: 15px; line-height: 1.65; }
.access-body .cn p { font-family: var(--font-sans-cn); }

/* ───── Responsive ───── */
@media (max-width: 820px) {
  .caps { grid-template-columns: 1fr; }
  .cap { border-right: 0; }
  .cap:nth-last-child(-n+2) { border-bottom: var(--hairline); }
  .cap:last-child { border-bottom: 0; }
  .hw { grid-template-columns: 1fr; }
  .hw-col { border-right: 0; border-bottom: var(--hairline); }
  .hw-col:last-child { border-bottom: 0; }
  .cap-body .en, .pl-body .en, .access-body .en { border-right: 0; padding-right: 0; padding-bottom: var(--space-4); border-bottom: var(--hairline); }
  .pain-list > li { grid-template-columns: 1fr; gap: var(--space-3); }
}
