@charset "utf-8";

.pk-faq-page .pk-page__title { display: none; }
.pk-faq { width: 100%; max-width: 1200px; margin: 0 auto; padding: 28px 0 80px; color: #111; }
.pk-faq *, .pk-faq *::before, .pk-faq *::after { box-sizing: border-box; }
.pk-faq a { color: inherit; text-decoration: none; }

.pk-faq__hero {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(360px, 460px);
    gap: 64px;
    align-items: end;
    min-height: 282px;
    padding: 56px 64px;
    border-radius: var(--radius-card, 8px);
    background: #f0eee9;
}
.pk-faq__eyebrow,
.pk-faq__content-eyebrow,
.pk-faq__contact-eyebrow { margin: 0 0 10px; color: #777; font-size: 10px; font-weight: 700; letter-spacing: .15em; }
.pk-faq__hero h2 { margin: 0; font-size: clamp(36px, 4vw, 54px); font-weight: 700; line-height: 1.08; letter-spacing: -.045em; }
.pk-faq__hero-copy > p:last-child { margin: 18px 0 0; color: #666; font-size: 14px; line-height: 1.7; }
.pk-faq__search label { display: block; margin-bottom: 10px; color: #555; font-size: 12px; font-weight: 600; }
.pk-faq__search-box { position: relative; display: grid; grid-template-columns: minmax(0, 1fr) 84px; height: 54px; border: 1px solid #111; background: #fff; }
.pk-faq__search-box input { min-width: 0; height: 52px; padding: 0 48px 0 18px; border: 0; outline: 0; background: transparent; color: #111; font: inherit; font-size: 13px; }
.pk-faq__search-box input::placeholder { color: #999; }
.pk-faq__search-box input:focus { box-shadow: inset 0 0 0 2px #111; }
.pk-faq__search-box button { border: 0; background: #111; color: #fff; font: inherit; font-size: 12px; font-weight: 700; cursor: pointer; }
.pk-faq__search-clear { position: absolute; top: 50%; right: 94px; display: grid; width: 28px; height: 28px; place-items: center; border-radius: 50%; color: #777; font-size: 19px; transform: translateY(-50%); }

.pk-faq__categories { margin-top: 34px; border-bottom: 1px solid #111; }
.pk-faq__category-track { display: flex; gap: 34px; overflow-x: auto; scrollbar-width: none; }
.pk-faq__category-track::-webkit-scrollbar { display: none; }
.pk-faq__category-track a { position: relative; flex: 0 0 auto; padding: 0 1px 18px; color: #888; font-size: 14px; white-space: nowrap; }
.pk-faq__category-track a.is-active { color: #111; font-weight: 700; }
.pk-faq__category-track a.is-active::after { position: absolute; right: 0; bottom: -1px; left: 0; height: 3px; background: #111; content: ""; }

.pk-faq__content { padding-top: 48px; }
.pk-faq__content-head { display: flex; align-items: flex-end; justify-content: space-between; gap: 24px; margin-bottom: 18px; }
.pk-faq__content-head h3 { margin: 0; font-size: 26px; font-weight: 700; letter-spacing: -.03em; }
.pk-faq__count { margin: 0 0 2px; color: #888; font-size: 12px; }
.pk-faq__count b { margin-right: 3px; color: #111; font-size: 14px; }
.pk-faq__list { margin: 0; padding: 0; border-top: 1px solid #111; list-style: none; }
.pk-faq__item { border-bottom: 1px solid #dedbd5; }
.pk-faq__item h4 { margin: 0; }
.pk-faq__question { display: grid; grid-template-columns: 34px minmax(0, 1fr) 28px; gap: 18px; align-items: center; width: 100%; min-height: 86px; padding: 22px 12px; border: 0; background: #fff; color: #111; font: inherit; text-align: left; cursor: pointer; }
.pk-faq__q, .pk-faq__a { display: inline-grid; width: 30px; height: 30px; place-items: center; border-radius: 50%; font-size: 11px; font-weight: 700; }
.pk-faq__q { border: 1px solid #d8d4ce; background: #fff; }
.pk-faq__question-text { font-size: 15px; font-weight: 600; line-height: 1.55; word-break: keep-all; }
.pk-faq__question-text p { margin: 0; }
.pk-faq__toggle { position: relative; width: 28px; height: 28px; }
.pk-faq__toggle::before,
.pk-faq__toggle::after { position: absolute; top: 50%; left: 50%; width: 14px; height: 1px; background: #111; content: ""; transform: translate(-50%, -50%); transition: transform .2s ease; }
.pk-faq__toggle::after { transform: translate(-50%, -50%) rotate(90deg); }
.pk-faq__item.is-open .pk-faq__toggle::after { transform: translate(-50%, -50%) rotate(0); }
.pk-faq__item.is-open .pk-faq__question { background: #faf9f7; }
.pk-faq__answer { position: relative; display: grid; grid-template-columns: 34px minmax(0, 1fr); gap: 18px; padding: 28px 52px 32px 12px; background: #f4f2ee; }
.pk-faq__answer[hidden] { display: none !important; }
.pk-faq__a { background: #111; color: #fff; }
.pk-faq__answer-body { padding-top: 4px; color: #555; font-size: 14px; line-height: 1.85; word-break: keep-all; }
.pk-faq__answer-body p { margin: 0 0 8px; }
.pk-faq__answer-body p:last-child { margin-bottom: 0; }
.pk-faq__answer-body img { max-width: 100%; height: auto; }
.pk-faq__answer-body .sch_word,
.pk-faq__question-text .sch_word { background: #fff0a8; color: #111; }

.pk-faq__empty { padding: 72px 24px; border-top: 1px solid #111; border-bottom: 1px solid #dedbd5; text-align: center; }
.pk-faq__empty strong { display: block; font-size: 17px; }
.pk-faq__empty p { margin: 10px 0 22px; color: #777; font-size: 13px; }
.pk-faq__empty a { display: inline-flex; align-items: center; justify-content: center; min-height: 42px; padding: 0 18px; border: 1px solid #111; font-size: 12px; font-weight: 700; }

.pk-faq__paging { margin-top: 34px; }
.pk-faq__paging .pg_wrap { display: block; text-align: center; }
.pk-faq__contact { display: flex; align-items: center; justify-content: space-between; gap: 32px; margin-top: 64px; padding: 36px 42px; border-radius: var(--radius-card, 8px); background: #111; color: #fff; }
.pk-faq__contact-eyebrow { color: #aaa; }
.pk-faq__contact h3 { margin: 0; font-size: 22px; letter-spacing: -.02em; }
.pk-faq__contact h3 + p { margin: 8px 0 0; color: #aaa; font-size: 12px; }
.pk-faq__contact > a { display: inline-flex; flex: 0 0 auto; align-items: center; justify-content: center; min-width: 128px; min-height: 46px; border: 1px solid #fff; background: #fff; color: #111; font-size: 12px; font-weight: 700; }
.pk-faq__managed-html, .pk-faq__managed-image { margin-top: 32px; }
.pk-faq__managed-image img { display: block; max-width: 100%; height: auto; }
.pk-faq__admin { display: flex; justify-content: flex-end; gap: 8px; margin-top: 16px; }
.pk-faq__admin a { display: inline-flex; align-items: center; min-height: 36px; padding: 0 12px; border: 1px solid #bbb; color: #666; font-size: 11px; }

@media (hover: hover) {
    .pk-faq__category-track a:hover { color: #111; }
    .pk-faq__question:hover { background: #faf9f7; }
    .pk-faq__contact > a:hover { background: transparent; color: #fff; }
    .pk-faq__admin a:hover { border-color: #111; color: #111; }
}

@media (max-width: 767px) {
    .pk-faq { padding: 20px 0 96px; }
    .pk-faq__hero { display: block; min-height: 0; padding: 34px 20px 26px; border-radius: var(--radius-card, 8px); }
    .pk-faq__hero h2 { font-size: 32px; }
    .pk-faq__hero-copy > p:last-child { margin-top: 14px; font-size: 12px; }
    .pk-faq__pc-break { display: none; }
    .pk-faq__search { margin-top: 28px; }
    .pk-faq__search-box { grid-template-columns: minmax(0, 1fr) 70px; height: 50px; }
    .pk-faq__search-box input { height: 48px; padding-left: 14px; font-size: 12px; }
    .pk-faq__search-clear { right: 78px; }
    .pk-faq__categories { margin-top: 28px; }
    .pk-faq__category-track { gap: 26px; padding-right: 16px; }
    .pk-faq__category-track a { padding-bottom: 15px; font-size: 13px; }
    .pk-faq__content { padding-top: 34px; }
    .pk-faq__content-head { margin-bottom: 14px; }
    .pk-faq__content-head h3 { font-size: 22px; }
    .pk-faq__question { grid-template-columns: 28px minmax(0, 1fr) 24px; gap: 11px; min-height: 76px; padding: 18px 2px; }
    .pk-faq__q, .pk-faq__a { width: 27px; height: 27px; font-size: 10px; }
    .pk-faq__question-text { font-size: 13px; line-height: 1.55; }
    .pk-faq__toggle { width: 24px; height: 24px; }
    .pk-faq__answer { grid-template-columns: 28px minmax(0, 1fr); gap: 11px; padding: 22px 18px 24px 2px; }
    .pk-faq__answer-body { padding-top: 2px; font-size: 12px; line-height: 1.8; }
    .pk-faq__contact { display: block; margin-top: 48px; padding: 28px 22px; }
    .pk-faq__contact h3 { font-size: 19px; }
    .pk-faq__contact h3 + p { line-height: 1.6; }
    .pk-faq__contact > a { width: 100%; margin-top: 22px; }
    .pk-faq__admin { flex-wrap: wrap; justify-content: flex-start; }
}

@media (prefers-reduced-motion: reduce) {
    .pk-faq__toggle::before,
    .pk-faq__toggle::after { transition: none; }
}
