.products-page { width: min(1180px, calc(100% - 48px)); margin: 0 auto; min-height: calc(100vh - 150px); padding: 72px 0 96px; }
.products-head { display: grid; grid-template-columns: minmax(0, 1.45fr) minmax(280px, .55fr); gap: clamp(48px, 8vw, 110px); align-items: end; padding: 58px 0 64px; border-bottom: 1px solid var(--ink-900); }
.products-head h1 { margin: 20px 0 24px; font-family: var(--font-serif); font-size: clamp(3rem, 6.4vw, 6.2rem); line-height: .98; font-weight: 500; letter-spacing: -.06em; }
.products-head__main p { max-width: 39rem; color: var(--ink-500); font-size: 1.02rem; line-height: 1.85; }
.products-head__actions { display: flex; align-items: center; gap: 24px; margin-top: 30px; }
.membership-glance { padding: 28px; border: 1px solid var(--line-2); background: var(--paper-2); }
.membership-glance__label { display: block; color: var(--ink-400); font-family: var(--font-mono); font-size: .66rem; letter-spacing: .12em; }
.membership-glance strong { display: block; margin-top: 22px; font-family: var(--font-serif); font-size: 1.35rem; line-height: 1.4; font-weight: 500; }
.membership-glance p { margin-top: 14px; color: var(--ink-500); font-size: .84rem; line-height: 1.7; }
.membership-glance a { display: inline-block; margin-top: 24px; color: var(--ink-800); font-size: .82rem; text-decoration: none; }
.content-membership { display: grid; grid-template-columns: minmax(0, .78fr) minmax(0, 1.22fr); gap: clamp(44px, 7vw, 90px); padding: 72px 0; border-bottom: 1px solid var(--ink-900); scroll-margin-top: 124px; }
.content-membership__intro h2 { margin: 14px 0 18px; font-family: var(--font-serif); font-size: clamp(2rem, 4vw, 3.8rem); line-height: 1.08; font-weight: 500; letter-spacing: -.04em; }
.content-membership__intro > p { color: var(--ink-500); line-height: 1.8; }
.content-membership__body { min-width: 0; }
.content-membership__benefits { display: grid; grid-template-columns: 1fr 1fr; list-style: none; border-top: 1px solid var(--ink-900); }
.content-membership__benefits li { padding: 18px 16px 18px 30px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); position: relative; color: var(--ink-700); font-size: .88rem; }
.content-membership__benefits li:nth-child(2n) { border-right: 0; }
.content-membership__benefits li::before { content: ''; position: absolute; left: 12px; top: 25px; width: 7px; height: 1px; background: var(--ink-900); }
.content-membership__plans { display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 24px; border: 1px solid var(--line); }
.content-membership__plans > div { padding: 20px 16px; border-right: 1px solid var(--line); }
.content-membership__plans > div:last-child { border-right: 0; }
.content-membership__plans span, .content-membership__plans strong { display: block; }
.content-membership__plans span { color: var(--ink-400); font-size: .72rem; }
.content-membership__plans strong { margin-top: 10px; font-family: var(--font-serif); font-size: 1.35rem; font-weight: 500; }
.content-membership__body > .gj-btn { margin-top: 26px; }
.products-catalog-head { display: flex; justify-content: space-between; align-items: end; gap: 28px; padding: 54px 0 24px; scroll-margin-top: 88px; }
.products-catalog-head h2 { margin-top: 9px; font-family: var(--font-serif); font-size: clamp(1.8rem, 3vw, 2.7rem); font-weight: 500; }
.products-tabs { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 6px 22px; }
.products-tabs button { padding: 8px 0; border: 0; border-bottom: 1px solid transparent; background: none; color: var(--ink-400); font: inherit; cursor: pointer; }
.products-tabs button:hover, .products-tabs button.is-active { color: var(--ink-900); border-bottom-color: var(--ink-900); }
.products-grid { display: grid; gap: 0; border-top: 1px solid var(--ink-900); }
.product-card { display: grid; grid-template-columns: 180px minmax(0, 1fr) minmax(180px, .42fr); min-height: 240px; padding: 0; border-bottom: 1px solid var(--line); background: var(--paper); color: inherit; text-decoration: none; transition: background var(--dur) var(--ease); }
.product-card:hover { background: var(--paper-2); }
.product-card__visual { position: relative; min-height: 240px; overflow: hidden; border-right: 1px solid var(--line); background: linear-gradient(145deg, var(--paper-2), var(--paper)); }
.product-card__visual::before, .product-card__visual::after { content: ''; position: absolute; inset: 26px; border: 1px solid var(--line-2); transform: rotate(7deg); }
.product-card__visual::after { inset: 42px 34px 18px 48px; transform: rotate(-8deg); }
.product-card--video .product-card__visual::before { inset: 50% auto auto 50%; width: 52px; height: 52px; border-radius: 50%; transform: translate(-50%, -50%); }
.product-card--video .product-card__visual::after { inset: 50% auto auto 52%; width: 0; height: 0; border: 9px solid transparent; border-left: 15px solid var(--ink-700); transform: translate(-20%, -50%); }
.product-card__content { display: flex; padding: 30px 38px; flex-direction: column; }
.product-card__meta { display: flex; justify-content: space-between; gap: 16px; color: var(--ink-400); font-family: var(--font-mono); font-size: .68rem; letter-spacing: .08em; }
.product-card__facts { display: flex; flex-wrap: wrap; gap: 8px 18px; margin-top: auto; padding-top: 24px; color: var(--ink-400); font-size: .76rem; }
.product-card__facts span { display: inline-flex; align-items: center; gap: 7px; }
.product-card__facts span::before { content: ''; width: 4px; height: 4px; background: var(--ink-500); border-radius: 50%; }
.product-card h2 { margin: 38px 0 14px; font-family: var(--font-serif); font-size: clamp(1.45rem, 2.5vw, 2rem); line-height: 1.3; font-weight: 500; }
.product-card p { max-width: 38rem; color: var(--ink-500); line-height: 1.7; }
.product-card__foot { display: flex; padding: 30px; border-left: 1px solid var(--line); justify-content: space-between; align-items: end; gap: 16px; flex-direction: column; }
.product-card__price { font-family: var(--font-mono); font-size: .88rem; }
.product-card__go { color: var(--ink-700); font-size: 1.05rem; }
.products-state { display: flex; min-height: 320px; align-items: center; justify-content: center; flex-direction: column; gap: 12px; text-align: center; color: var(--ink-500); }
.products-state[hidden] { display: none; }
.products-state h2 { font-family: var(--font-serif); font-size: 1.5rem; color: var(--ink-800); }
.products-pager { display: flex; justify-content: center; align-items: center; gap: 28px; padding-top: 36px; }
.products-pager button { border: 0; background: none; color: var(--ink-500); font: inherit; cursor: pointer; }
.products-pager button:disabled { opacity: .3; cursor: default; }
.products-pager span { font-family: var(--font-mono); font-size: .76rem; color: var(--ink-400); }
.products-service-bridge { display: flex; max-width: 1180px; margin: 0 auto 48px; padding: 44px 48px; border: 1px solid var(--line-2); background: var(--paper-2); justify-content: space-between; align-items: center; gap: 36px; }
.products-service-bridge h2 { margin-top: 10px; font-family: var(--font-serif); font-size: clamp(1.5rem, 3vw, 2.4rem); font-weight: 500; }
.products-service-bridge p { max-width: 640px; margin-top: 12px; color: var(--ink-500); line-height: 1.75; }
.products-service-bridge .gj-btn { flex: 0 0 auto; }
.products-footer { display: flex; padding: 24px 48px; border-top: 1px solid var(--line); justify-content: space-between; gap: 20px; color: var(--ink-400); font-family: var(--font-mono); font-size: .66rem; }
@media (max-width: 840px) { .products-head { grid-template-columns: 1fr; gap: 34px; } .membership-glance { max-width: 560px; } .content-membership { grid-template-columns: 1fr; gap: 38px; } .products-catalog-head { align-items: flex-start; flex-direction: column; } .products-tabs { justify-content: flex-start; } .product-card { grid-template-columns: 130px minmax(0, 1fr); } .product-card__foot { grid-column: 1 / -1; padding: 18px 24px; border-left: 0; border-top: 1px solid var(--line); align-items: center; flex-direction: row; } }
@media (max-width: 560px) { .products-page { width: min(100% - 28px, 1180px); padding: 24px 0 64px; } .products-head { padding: 30px 0 38px; gap: 28px; } .products-head h1 { font-size: clamp(2.35rem, 11vw, 3.25rem); line-height: 1.04; } .products-head__main p { font-size: .96rem; line-height: 1.72; } .products-head__actions { align-items: stretch; flex-direction: column; gap: 18px; } .products-head__actions .gj-btn { width: 100%; justify-content: center; } .membership-glance { padding: 22px 20px; } .products-catalog-head { padding-top: 38px; scroll-margin-top: 82px; } .content-membership { padding: 52px 0; scroll-margin-top: 82px; } .content-membership__benefits, .content-membership__plans { grid-template-columns: 1fr; } .content-membership__benefits li, .content-membership__plans > div { border-right: 0; } .content-membership__plans > div { border-bottom: 1px solid var(--line); } .content-membership__plans > div:last-child { border-bottom: 0; } .content-membership__body > .gj-btn { width: 100%; justify-content: center; } .products-tabs { gap: 4px 16px; } .product-card { grid-template-columns: 1fr; } .product-card__visual { min-height: 150px; border-right: 0; border-bottom: 1px solid var(--line); } .product-card__content { padding: 24px 18px 30px; } .product-card h2 { margin-top: 30px; } .products-service-bridge { margin: 0 14px 36px; padding: 30px 22px; align-items: stretch; flex-direction: column; scroll-margin-top: 82px; } .products-service-bridge .gj-btn { width: 100%; justify-content: center; } .products-footer { padding: 22px 20px; flex-direction: column; } }
/* 工具栏：类型 tab + 搜索 + 排序 */
.products-toolbar { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 20px 28px; }
.products-filter { display: flex; align-items: center; gap: 12px; }
.products-filter .gj-input { padding: 9px 14px; border: 1px solid var(--line-2); background: var(--paper); font: inherit; font-size: .82rem; color: var(--ink-800); }
.products-filter #productsSearch { width: 200px; }
.products-filter .gj-input:focus { outline: none; border-color: var(--ink-900); }
.product-card__badge { position: absolute; top: 14px; left: 14px; background: var(--ink-900); color: var(--paper); font-family: var(--font-mono); font-size: .62rem; letter-spacing: .08em; padding: 4px 8px; }
.product-card__badge--free { background: var(--paper); color: var(--ink-900); border: 1px solid var(--ink-900); }
.product-card__visual { position: relative; }
@media (max-width: 840px) { .products-toolbar { flex-direction: column; align-items: flex-start; } .products-filter { width: 100%; } .products-filter #productsSearch { flex: 1; width: auto; } }
