.cat-page { color: var(--ink); padding-bottom: clamp(44px, 11vw, 80px); }

.cat-header { max-width: 680px; margin: 0 auto; padding: clamp(20px, 5vw, 40px) 16px 6px; text-align: center; }
.cat-back { display: inline-block; margin-bottom: 12px; font-size: 13px; font-weight: 800; color: var(--court-blue); text-decoration: none; }
.cat-back:hover { text-decoration: underline; }
.cat-en { display: block; font-size: clamp(11px, 3vw, 12px); letter-spacing: 0.18em; font-weight: 800; color: var(--court-blue); }
.cat-title { margin: 5px 0 0; font-size: clamp(24px, 6.8vw, 34px); font-weight: 900; letter-spacing: 0.04em; color: var(--deep-blue); text-wrap: balance; }
.cat-lead { margin: 12px auto 0; max-width: 34em; font-size: clamp(14px, 3.9vw, 16px); line-height: 1.85; color: var(--ink); text-wrap: pretty; }

.cat-main { width: min(92vw, 680px); margin: 0 auto; padding: 8px 0; }

.cat-concept { margin-top: 18px; padding: clamp(16px, 4.5vw, 24px); background: linear-gradient(180deg, #eef6fc 0%, #ffffff 100%); border: 1px solid rgba(8, 120, 201, 0.16); border-radius: 16px; }
.cat-concept .cat-sec-ja { text-align: center; }
.cat-concept p { margin: 10px 0 0; font-size: clamp(14px, 3.8vw, 16px); line-height: 1.9; color: var(--ink); text-align: center; text-wrap: pretty; }

.cat-sec { margin-top: clamp(30px, 7vw, 50px); }
.cat-sec-head { text-align: center; margin-bottom: 16px; }
.cat-sec-en { display: block; font-size: 11px; letter-spacing: 0.16em; font-weight: 800; color: var(--court-blue); }
.cat-sec-ja { margin: 3px 0 0; font-size: clamp(20px, 5.4vw, 26px); font-weight: 900; color: var(--deep-blue); text-wrap: balance; }
.cat-sec-note { margin: 6px auto 0; max-width: 30em; font-size: clamp(12.5px, 3.3vw, 14px); line-height: 1.7; color: #4a627a; text-wrap: pretty; }
.cat-price-tag { display: inline-block; margin-top: 8px; font-size: 13px; font-weight: 800; color: #fff; background: var(--court-blue); padding: 3px 13px; border-radius: 999px; }

.cat-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(150px, 1fr)); gap: 14px; }
.cat-grid.is-2 { grid-template-columns: repeat(2, 1fr); }
.cat-card { background: #fff; border: 1px solid rgba(8, 120, 201, 0.14); border-radius: 14px; overflow: hidden; box-shadow: 0 8px 20px rgba(7, 31, 58, 0.07); display: flex; flex-direction: column; }
.cat-card-img { position: relative; width: 100%; aspect-ratio: 1; background: #eef4fa; }
.cat-card-img img { width: 100%; height: 100%; object-fit: cover; display: block; cursor: zoom-in; }
.cat-count-badge { position: absolute; top: 6px; right: 6px; font-size: 11px; font-weight: 800; color: #fff; background: rgba(7, 20, 36, 0.6); padding: 3px 9px; border-radius: 999px; pointer-events: none; }
.cat-spec { font-size: 11.5px; line-height: 1.7; color: #4a627a; }
.cat-spec b { color: var(--deep-blue); font-weight: 800; margin-right: 3px; }
.cat-variant { font-size: 11.5px; line-height: 1.6; color: #3d576e; margin-top: 2px; }
.cat-variant b { color: var(--deep-blue); font-weight: 800; }
.cat-card-body { padding: 11px 12px 14px; display: flex; flex-direction: column; gap: 5px; flex: 1; }
.cat-card-name { font-size: clamp(13px, 3.6vw, 15px); font-weight: 800; color: var(--deep-blue); line-height: 1.4; }
.cat-card-price { font-size: clamp(13px, 3.5vw, 15px); font-weight: 900; color: var(--court-blue); }
.cat-card-desc { font-size: clamp(12px, 3.2vw, 13px); line-height: 1.65; color: #3d576e; text-wrap: pretty; }
.cat-card-soon { display: flex; align-items: center; justify-content: center; background: repeating-linear-gradient(135deg, #eef4fa, #eef4fa 10px, #e6eef7 10px, #e6eef7 20px); }
.cat-card-soon span { font-size: clamp(12px, 3.4vw, 14px); font-weight: 900; letter-spacing: 0.1em; text-transform: uppercase; color: #90a7bd; border: 1.5px solid rgba(8, 120, 201, 0.22); border-radius: 999px; padding: 5px 14px; background: rgba(255, 255, 255, 0.72); }
.cat-perk-note { margin: 14px auto 0; max-width: 34em; background: rgba(8, 120, 201, 0.05); border: 1px solid rgba(8, 120, 201, 0.16); border-radius: 12px; padding: 13px 16px 14px; text-align: left; }
.cat-perk-head { display: inline-block; font-size: 12px; font-weight: 900; letter-spacing: 0.06em; color: #fff; background: var(--court-blue); padding: 3px 12px; border-radius: 999px; margin-bottom: 9px; }
.cat-perk-list { margin: 0; padding-left: 1.2em; }
.cat-perk-list li { font-size: clamp(12px, 3.2vw, 13.5px); line-height: 1.7; color: #3d576e; margin-bottom: 5px; text-wrap: pretty; }
.cat-perk-list b { color: var(--deep-blue); font-weight: 800; }
.cat-perk-foot { margin: 9px 0 0; font-size: clamp(11.5px, 3vw, 12.5px); line-height: 1.6; color: #5a7189; }
.cat-perk-foot b { color: var(--deep-blue); font-weight: 800; }
.cat-chip { align-self: flex-start; font-size: 11px; font-weight: 800; padding: 2px 9px; border-radius: 999px; background: color-mix(in srgb, var(--court-blue) 10%, #fff); color: var(--deep-blue); border: 1px solid color-mix(in srgb, var(--court-blue) 24%, #fff); }

.cat-list { display: flex; flex-wrap: wrap; gap: 8px; justify-content: center; margin-top: 4px; }
.cat-list-item { font-size: clamp(12.5px, 3.3vw, 14px); font-weight: 700; padding: 6px 13px; border-radius: 999px; background: #fff; border: 1px solid rgba(8, 120, 201, 0.2); color: var(--ink); }

.cat-note { margin-top: 16px; padding: 12px 14px; background: #f4f8fc; border-radius: 12px; font-size: clamp(12.5px, 3.3vw, 14px); line-height: 1.75; color: #3d576e; text-wrap: pretty; }
.cat-note b { color: var(--deep-blue); font-weight: 800; }

.cat-inline-cta { display: inline-flex; align-items: center; gap: 6px; margin-top: 14px; padding: 12px 22px; border-radius: 999px; font-size: clamp(13.5px, 3.6vw, 15px); font-weight: 800; text-decoration: none; color: var(--deep-blue); background: #fff; border: 2px solid var(--court-blue); }

.cat-foot { margin: clamp(32px, 8vw, 56px) auto 0; text-align: center; display: flex; flex-direction: column; align-items: center; gap: 12px; }
.cat-foot-cta { display: inline-block; padding: 15px 30px; border-radius: 999px; font-size: clamp(14px, 4vw, 17px); font-weight: 800; color: #fff; text-decoration: none; background: linear-gradient(180deg, var(--court-blue), var(--deep-blue)); box-shadow: 0 10px 20px rgba(4, 79, 148, 0.3); }
.cat-foot-sub { font-size: 13px; font-weight: 800; color: var(--court-blue); text-decoration: none; }
.cat-foot-note { margin: 2px 0 0; font-size: 12.5px; font-weight: 800; color: var(--court-blue); }
