
/* ============================================================
   Product "Creative Bench" (prd-) : scoped to this archetype.
   ============================================================ */
.prd-glyph { fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }

/* Hero */
.prd-hero { padding-block: clamp(30px, 4.5vw, 56px) clamp(16px, 2.5vw, 30px); }
.prd-hero-grid { display: grid; grid-template-columns: 1.02fr 0.98fr; gap: clamp(30px, 4vw, 56px); align-items: center; }
.prd-kicker { display: inline-flex; align-items: center; gap: 8px; padding: 7px 15px 7px 13px; border-radius: 999px; background: var(--accent-soft); color: var(--accent); font-family: var(--font-mono); font-size: 11px; letter-spacing: 0.2em;  }
.prd-h1 { font-family: var(--font-anton); font-weight: 400;  letter-spacing: 0.012em; font-size: clamp(34px, 4.4vw, 60px); line-height: 0.98; color: var(--ink); margin-top: 20px; }
.prd-sub { margin-top: 20px; color: var(--muted); font-size: clamp(15px, 1.3vw, 17px); line-height: 1.62; max-width: 560px; }
.prd-ctas { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 26px; }
.prd-btn-primary .arr { transition: transform 0.2s ease; }
.prd-btn-primary:hover .arr { transform: translateX(3px); }
.prd-checks { display: flex; flex-wrap: wrap; gap: 9px; margin-top: 24px; }
.prd-chip { display: inline-flex; align-items: center; gap: 7px; padding: 7px 13px; border: 1px solid var(--hairline); border-radius: 999px; font-family: var(--font-mono); font-size: 11px; letter-spacing: 0.04em; color: var(--muted); }
.prd-chip svg { width: 14px; height: 14px; color: var(--accent); }

/* Signature: Creative Bench */
.prd-bench { position: relative; background: linear-gradient(165deg, #fbfcfa, #eef2ec); border: 1px solid var(--hairline); border-radius: 24px; padding: 20px; box-shadow: inset 0 1px 0 #fff, 0 32px 66px -38px rgba(23,56,47,0.3); overflow: hidden; }
.prd-urlbar { display: flex; align-items: center; gap: 10px; background: #fff; border: 1px solid var(--hairline); border-radius: 12px; padding: 9px 9px 9px 14px; box-shadow: 0 3px 10px -5px rgba(23,56,47,0.24); position: relative; overflow: hidden; }
.prd-urlbar .globe { width: 15px; height: 15px; color: var(--muted-soft); flex-shrink: 0; }
.prd-urlbar .url { font-family: var(--font-mono); font-size: 12.5px; color: var(--ink-soft); flex: 1; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.prd-urlbar .gen { background: linear-gradient(118deg, #138a4e, #17b45f); color: #fff; font-family: var(--font-mono); font-size: 11px; font-weight: 600; letter-spacing: 0.04em; padding: 6px 13px; border-radius: 8px; white-space: nowrap; }
.prd-scan { position: absolute; top: 0; bottom: 0; left: 0; width: 45%; background: linear-gradient(90deg, transparent, rgba(23,180,95,0.2), transparent); transform: translateX(-120%); }
.prd-bench.in .prd-scan { animation: prd-scan 2.4s cubic-bezier(0.4,0,0.2,1) 0.5s 1 forwards; }
@keyframes prd-scan { to { transform: translateX(280%); } }
.prd-fan { display: block; width: 100%; height: 34px; margin: 2px 0; }
.prd-fan path { fill: none; stroke: rgba(19,138,78,0.4); stroke-width: 1.5; stroke-dasharray: 120; stroke-dashoffset: 120; }
.prd-bench.in .prd-fan path { animation: prd-draw 0.7s ease 0.6s forwards; }
@keyframes prd-draw { to { stroke-dashoffset: 0; } }
.prd-rack { display: flex; align-items: flex-end; justify-content: center; gap: 12px; }
.prd-adframe { position: relative; height: clamp(120px, 17vw, 166px); aspect-ratio: var(--ar, 1); background: #fff; border: 1px solid var(--hairline); border-radius: 10px; padding: 8px; display: flex; flex-direction: column; gap: 6px; overflow: hidden; box-shadow: 0 12px 26px -16px rgba(23,56,47,0.32); opacity: 0; transform: translateY(10px); }
.prd-bench.in .prd-adframe { animation: prd-rise 0.5s var(--ease) forwards; }
.prd-adframe:nth-child(1) { animation-delay: 0.7s; }
.prd-adframe:nth-child(2) { animation-delay: 0.78s; }
.prd-adframe:nth-child(3) { animation-delay: 0.86s; }
.prd-adframe:nth-child(4) { animation-delay: 0.94s; }
@keyframes prd-rise { to { opacity: 1; transform: none; } }
.prd-af-top { display: flex; align-items: center; justify-content: space-between; }
.prd-af-dot { width: 13px; height: 13px; border-radius: 4px; background: linear-gradient(135deg, #138a4e, #17b45f); flex-shrink: 0; }
.prd-af-chan { font-family: var(--font-mono); font-size: 7px; letter-spacing: 0.06em;  color: var(--muted); background: var(--accent-soft); padding: 2px 5px; border-radius: 5px; }
.prd-af-plate { flex: 1; min-height: 8px; border-radius: 6px; background: linear-gradient(135deg, #dfeee6, #c9e2d5); }
.prd-af-bar { height: 5px; border-radius: 3px; background: #e4e8e3; }
.prd-af-bar.short { width: 62%; }
.prd-af-cta { height: 12px; width: 48px; border-radius: 6px; background: linear-gradient(118deg, #138a4e, #17b45f); }
.prd-ratio-tag { text-align: center; margin-top: 12px; font-family: var(--font-mono); font-size: 9.5px; letter-spacing: 0.16em;  color: var(--muted); }

/* Trust bar */
.prd-trust { margin: clamp(28px, 4vw, 44px) 0; text-align: center; padding: 15px 0; border-top: 1px solid var(--hairline); border-bottom: 1px solid var(--hairline); font-family: var(--font-mono); font-size: 11px; letter-spacing: 0.16em;  color: var(--muted); }
.prd-trust b { color: var(--ink-soft); font-weight: 600; }

/* Spec grid (capabilities) */
.prd-spec-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.prd-spec-card { position: relative; padding: 26px 24px 24px; background: var(--panel); border: 1px solid var(--hairline); border-radius: 18px; transition: border-color 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease; }
.prd-spec-card:hover { border-color: rgba(19,138,78,0.32); transform: translateY(-3px); box-shadow: 0 22px 46px -28px rgba(23,56,47,0.32); }
.prd-spec-ico { width: 38px; height: 38px; border-radius: 10px; background: var(--accent-soft); color: var(--accent); display: grid; place-items: center; margin-bottom: 14px; }
.prd-spec-ico svg { width: 20px; height: 20px; }
.prd-spec-num { font-family: var(--font-mono); font-size: 10px; letter-spacing: 0.22em; color: var(--accent); display: block; margin-bottom: 8px; }
.prd-spec-card h3 { font-family: var(--font-display); font-weight: 600; font-size: 17px; color: var(--ink); margin-bottom: 8px; letter-spacing: -0.01em; }
.prd-spec-card p { color: var(--muted); font-size: 14px; line-height: 1.6; }

/* Prose */
.prd-prose { max-width: 720px; }
.prd-prose p { color: var(--ink-soft); font-size: 16px; line-height: 1.75; margin-bottom: 18px; }
.prd-prose p:last-child { margin-bottom: 0; }
.prd-prose a { color: var(--accent); border-bottom: 1px solid rgba(19,138,78,0.3); }

/* FAQ accordion */
.prd-faq { max-width: 860px; margin: 0 auto; }
.prd-q { border-bottom: 1px solid var(--hairline); }
.prd-q > summary { list-style: none; cursor: pointer; display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 22px 6px; font-family: var(--font-display); font-weight: 600; font-size: 17px; color: var(--ink); }
.prd-q > summary::-webkit-details-marker { display: none; }
.prd-q > summary:focus-visible { outline: 2px solid var(--accent); outline-offset: 3px; border-radius: 6px; }
.prd-q-ico { position: relative; width: 18px; height: 18px; flex-shrink: 0; }
.prd-q-ico::before, .prd-q-ico::after { content: ""; position: absolute; background: var(--accent); border-radius: 2px; transition: transform 0.22s ease, opacity 0.22s ease; }
.prd-q-ico::before { top: 8px; left: 0; width: 18px; height: 2px; }
.prd-q-ico::after { top: 0; left: 8px; width: 2px; height: 18px; }
.prd-q[open] .prd-q-ico::after { transform: rotate(90deg); opacity: 0; }
.prd-q-body { padding: 0 6px 24px; color: var(--muted); font-size: 15px; line-height: 1.68; max-width: 760px; }

/* CTA console */
.prd-cta { position: relative; overflow: hidden; background: linear-gradient(135deg, #138a4e, #17b45f); border-radius: 28px; padding: clamp(40px, 5vw, 66px) clamp(24px, 4vw, 56px); text-align: center; margin-block: clamp(40px, 6vw, 76px); }
.prd-cta h2 { font-family: var(--font-anton);  font-weight: 400; font-size: clamp(28px, 3.6vw, 46px); color: #fff; line-height: 1; }
.prd-cta p { margin: 16px auto 0; max-width: 580px; color: rgba(255,255,255,0.92); font-size: 16px; line-height: 1.6; }
.prd-cta-btns { display: flex; gap: 12px; justify-content: center; flex-wrap: wrap; margin-top: 26px; }

/* Related */
.prd-related-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 14px; }
.prd-rel-card { display: flex; align-items: center; justify-content: space-between; gap: 12px; padding: 20px 22px; background: var(--panel); border: 1px solid var(--hairline); border-radius: 16px; transition: border-color 0.2s ease, transform 0.2s ease; }
.prd-rel-card:hover { border-color: rgba(19,138,78,0.35); transform: translateY(-2px); }
.prd-rel-txt .k { font-family: var(--font-mono); font-size: 9.5px; letter-spacing: 0.2em;  color: var(--muted); }
.prd-rel-txt .n { font-family: var(--font-display); font-weight: 600; font-size: 16px; color: var(--ink); margin-top: 3px; }
.prd-rel-card .arr { color: var(--accent); transition: transform 0.2s ease; flex-shrink: 0; }
.prd-rel-card:hover .arr { transform: translateX(3px); }

/* Reveal */
.prd-reveal { opacity: 0; transform: translateY(16px); transition: opacity 0.6s var(--ease), transform 0.6s var(--ease); }
.prd-reveal.in { opacity: 1; transform: none; }

/* Responsive */
@media (max-width: 900px) {
  .prd-hero-grid { grid-template-columns: 1fr; gap: 30px; }
  .prd-bench { order: 2; }
  .prd-rack { overflow-x: auto; justify-content: flex-start; scroll-snap-type: x mandatory; padding-bottom: 6px; }
  .prd-adframe { scroll-snap-align: center; flex-shrink: 0; }
}
@media (max-width: 720px) { .prd-spec-grid { grid-template-columns: 1fr; } }
@media (min-width: 721px) and (max-width: 980px) { .prd-spec-grid { grid-template-columns: repeat(2, 1fr); } }
@media (prefers-reduced-motion: reduce) {
  .prd-reveal { opacity: 1 !important; transform: none !important; transition: none !important; }
  .prd-adframe { opacity: 1 !important; transform: none !important; animation: none !important; }
  .prd-scan { display: none; }
  .prd-fan path { stroke-dashoffset: 0 !important; animation: none !important; }
  .prd-spec-card:hover, .prd-rel-card:hover { transform: none; }
}
.prd-hi { color: var(--green-deep); }

.prd-hero { position: relative; isolation: isolate; }
.prd-hero::before { content: ""; position: absolute; inset: 0; z-index: -1; pointer-events: none;
  background:
    linear-gradient(rgba(11,15,13,0.05) 1px, transparent 1px) 0 0 / 48px 48px,
    linear-gradient(90deg, rgba(11,15,13,0.05) 1px, transparent 1px) 0 0 / 48px 48px;
  -webkit-mask-image: radial-gradient(80% 78% at 50% 42%, #000 30%, transparent 100%);
  mask-image: radial-gradient(80% 78% at 50% 42%, #000 30%, transparent 100%); }
