.author-faq {
    --faq-ink: #210a00;
    --faq-muted: #756e66;
    --faq-gold: #dbbd59;
    --faq-line: #e9e1d3;
    --faq-paper: #fffbf0;
    max-width: 1200px;
    margin-top: 36px;
    margin-bottom: 72px;
    color: var(--faq-ink);
    font-size: 15px;
    line-height: 1.7;
    letter-spacing: 0;
}
.author-faq *, .author-faq *::before, .author-faq *::after { box-sizing: border-box; }
.author-faq.container { max-width: 1200px; padding-left: 0; padding-right: 0; }
.author-faq [hidden] { display: none !important; }
.author-faq :is(button, a, input, select, summary):focus-visible {
    outline: 3px solid #a77c2d !important;
    outline-offset: 4px;
}
.author-faq button, .author-faq input, .author-faq select { font: inherit; letter-spacing: inherit; }
.author-faq button, .author-faq summary { cursor: pointer; }
.author-faq a { color: inherit; text-decoration: none; }
.author-faq svg { width: 22px; height: 22px; flex-shrink: 0; }
.faq-hero { display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: center; margin-bottom: 90px; }
.faq-eyebrow { display: flex; align-items: center; gap: 10px; font-size: 10px; font-weight: 600; text-transform: uppercase; letter-spacing: .17em; line-height: 1.5; color: #807048; }
.faq-eyebrow > span { width: 7px; height: 7px; background: var(--faq-gold); border-radius: 50%; }
.faq-hero h1 { margin: 22px 0; color: var(--faq-ink); font-family: Philosopher, Georgia, serif; font-size: clamp(46px, 5.6vw, 76px); font-weight: 400; line-height: 1.06; letter-spacing: -.025em; }
.faq-hero h1 em { color: #997b3e; font-style: normal; }
.faq-hero__intro { max-width: 440px; color: #71675f; font-size: 15px; line-height: 1.85; }
.faq-hero__actions { display: flex; align-items: center; flex-wrap: wrap; gap: 26px; margin-top: 30px; }
.author-faq .faq-button { display: inline-flex; align-items: center; justify-content: center; gap: 20px; min-height: 52px; padding: 12px 23px; border: 1px solid transparent; border-radius: 8px; font-size: 13px; font-weight: 600; line-height: 1.5; transition: background .18s, box-shadow .18s; }
.faq-button--gold { background: #dbbd59; color: #210a00; }
.faq-button--gold:hover { background: #d5ae3f; box-shadow: 0 4px 15px #8e70241a; }
.faq-text-link { display: inline-flex; min-height: 44px; align-items: center; gap: 12px; font-size: 12px; font-weight: 500; }
.faq-text-link:hover { color: #8b6b2c; }
.faq-text-link span { font-size: 21px; }
.faq-hero__stats { display: flex; gap: 30px; margin-top: 35px; padding-top: 23px; border-top: 1px solid var(--faq-line); }
.faq-hero__stats > div { display: flex; align-items: center; gap: 12px; }
.faq-hero__stats > div + div { padding-left: 28px; border-left: 1px solid var(--faq-line); }
.faq-hero__stats strong { font: 34px/1 Philosopher, Georgia, serif; }
.faq-hero__stats span { max-width: 110px; color: var(--faq-muted); font-size: 10px; line-height: 1.6; }
.faq-hero__portrait { position: relative; align-self: stretch; min-height: 460px; isolation: isolate; overflow: hidden; border-radius: 100px 18px 18px 18px; background: #3b2a1f; }
.faq-hero__portrait::after { content: ''; position: absolute; inset: 50% 0 0; z-index: -1; background: linear-gradient(transparent, #210a00c9); }
.faq-hero__portrait > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: 54% 40%; z-index: -2; }
.faq-hero__portrait figcaption { position: absolute; bottom: 28px; left: 32px; right: 32px; display: flex; flex-direction: column; color: #fff; }
.faq-hero__caption-label { color: #ecdbb4; font-size: 10px; letter-spacing: .17em; text-transform: uppercase; }
.faq-hero__portrait figcaption strong { font: 30px/1.5 Philosopher, Georgia, serif; }
.faq-hero__signature { position: absolute; right: 0; bottom: 0; font: italic 48px/1 Georgia, serif; color: #f2dfb9; transform: rotate(-9deg); }
.faq-section-heading { display: flex; align-items: flex-end; justify-content: space-between; gap: 30px; margin-bottom: 26px; scroll-margin-top: 28px; }
.faq-section-heading h2, .faq-invitation h2 { font: 400 40px/1.2 Philosopher, Georgia, serif; margin-top: 9px; letter-spacing: -.02em; }
.faq-section-heading > p { color: var(--faq-muted); font-size: 12px; margin-bottom: 4px; }
.faq-filters { display: grid; grid-template-columns: 1.2fr 1fr 1.15fr; gap: 20px; padding: 22px 24px; border: 1px solid var(--faq-line); border-radius: 12px; background: var(--faq-paper); }
.faq-field { min-width: 0; display: block; }
.faq-field > span:first-child { display: block; margin-bottom: 8px; color: #6c6056; font-size: 10px; font-weight: 600; letter-spacing: .04em; }
.faq-field__control { position: relative; display: flex; align-items: center; min-width: 0; }
.author-faq .faq-field input, .author-faq .faq-field select { display: block; width: 100%; min-width: 0; height: 48px; margin: 0; border: 1px solid #e6ded2; border-radius: 6px; padding: 0 35px 0 13px; color: #423329; background: #fffdfa; font-size: 12px; box-sizing: border-box; text-overflow: ellipsis; box-shadow: none; transition: border-color .18s; }
.author-faq .faq-field input { padding-left: 41px; padding-right: 12px; }
.author-faq .faq-field select { appearance: none; cursor: pointer; }
.author-faq .faq-field input::placeholder { color: #96897e; opacity: 1; }
.author-faq .faq-field :is(input,select):hover { border-color: #b9b6a3; }
.faq-field--search svg { position: absolute; left: 13px; width: 18px; height: 18px; color: #8f8275; pointer-events: none; }
.faq-select-arrow { position: absolute; right: 15px; width: 7px; height: 7px; border-right: 1.5px solid #897a67; border-bottom: 1.5px solid #897a67; transform: translateY(-2px) rotate(45deg); pointer-events: none; }
.faq-results { display: flex; justify-content: space-between; align-items: center; min-height: 57px; gap: 12px; color: var(--faq-muted); font-size: 11px; }
.faq-results button { display: inline-flex; align-items: center; min-height: 44px; gap: 8px; padding: 0; border: 0; background: none; color: #7f6430; font-size: 11px; }
.faq-results button span { font-size: 20px; font-weight: 400; }
.faq-list { display: grid; gap: 26px; }
.faq-card { display: grid; grid-template-columns: minmax(0, 1fr) 180px; gap: 38px; margin: 0; padding: 34px; border: 1px solid var(--faq-line); border-radius: 14px; background: #fff; scroll-margin-top: 155px; }
.faq-card:target { border-color: #b69c62; box-shadow: 0 0 0 3px #dbbd5920; }
.faq-card__body { min-width: 0; }
.faq-card__title { margin: 20px 0 18px; font: 400 28px/1.3 Philosopher, Georgia, serif; letter-spacing: -.015em; text-wrap: pretty; }
.faq-person { display: flex; align-items: center; gap: 11px; min-width: 0; }
.faq-person > img, .faq-person__portrait, .faq-person__placeholder { display: flex; align-items: center; justify-content: center; flex: 0 0 40px; width: 40px; height: 40px; margin: 0; border-radius: 50%; object-fit: cover; background: #eeeae0; overflow: hidden; }
.faq-person__placeholder { font: 24px Philosopher, Georgia, serif; color: #897b5c; }
.faq-person__portrait img { display: block; width: 100%; height: 100%; object-fit: cover; }
.faq-person > div { min-width: 0; }
.faq-person__name { display: block; color: #3b2a20; font-size: 12px; font-weight: 600; line-height: 1.6; overflow-wrap: anywhere; }
.faq-person__date { display: block; color: #92867b; font-size: 10px; line-height: 1.7; }
.faq-person__role { margin-left: auto; padding: 4px 9px; white-space: nowrap; border: 1px solid #eee4d6; border-radius: 4px; color: #897d72; font-size: 9px; }
.faq-person--author .faq-person__role { color: #756135; border-color: #d8cba6; background: #fbf7e9; }
.faq-reading { color: #51463f; font-size: 15px; line-height: 1.9; overflow-wrap: anywhere; }
.faq-reading p { margin: 0 0 15px; padding: 0; text-align: left !important; }
.faq-reading > :last-child { margin-bottom: 0; }
.faq-reading :is(ul,ol) { padding-left: 22px; margin: 12px 0; }
.faq-reading ul { list-style: disc; }
.faq-reading ol { list-style: decimal; }
.faq-reading :is(strong,b) { font-weight: 600; }
.faq-reading :is(em,i) { font-style: italic; }
.faq-reading a { text-decoration: underline; text-underline-offset: 3px; }
.faq-reading :is(img,iframe,video) { max-width: 100%; }
.faq-reading img { height: auto; }
.faq-reading table { display: block; max-width: 100%; overflow-x: auto; }
.faq-quote { margin: 0 0 20px; border-top: 1px solid var(--faq-line); border-bottom: 1px solid var(--faq-line); }
.faq-quote summary { display: flex; align-items: center; justify-content: space-between; padding: 13px 0; font-size: 11px; font-weight: 500; color: #837045; list-style: none; }
.faq-quote summary::-webkit-details-marker { display: none; }
.faq-quote summary span { font-size: 20px; line-height: 1; }
.faq-quote[open] summary span { transform: rotate(45deg); }
.faq-quote .faq-reading { padding: 0 0 16px 16px; font-size: 12px; border-left: 2px solid #dfcca0; margin-bottom: 8px; }
.faq-answer { position: relative; margin-top: 25px; padding: 23px 24px 21px; background: var(--faq-paper); border-left: 2px solid #cbb174; border-radius: 0 8px 8px 0; }
.faq-answer .faq-person { margin-bottom: 18px; }
.faq-answer__text { position: relative; }
.faq-answer { scroll-margin-top: 145px; }
.faq-answer.is-collapsed .faq-answer__text { max-height: 315px; overflow: hidden; }
.faq-answer.is-collapsed .faq-answer__text::after { content: ''; position: absolute; bottom: 0; left: 0; right: 0; height: 58px; background: linear-gradient(transparent, var(--faq-paper)); pointer-events: none; }
.faq-expand { display: inline-flex; align-items: center; gap: 13px; min-height: 44px; margin-top: 9px; padding: 5px 0; color: #806430; font-size: 11px !important; font-weight: 600 !important; background: none; border: 0; text-align: left; }
.faq-expand span:last-child { font-size: 20px; font-weight: 400; }
.faq-expand[aria-expanded="true"] span:last-child { transform: rotate(180deg); }
.faq-answer__end { height: 1px; width: 1px; }
.faq-card__actions { display: flex; align-items: center; justify-content: space-between; gap: 15px; min-height: 50px; margin-top: 15px; }
.faq-copy { display: inline-flex; align-items: center; gap: 8px; min-height: 44px; border: 0; padding: 5px 0; color: #8b7f73; background: none; font-size: 10px !important; }
.faq-copy svg { width: 18px; height: 18px; }
.faq-copy:hover, .faq-copy.is-copied { color: #8f6d27; }
.faq-card__likes { margin-left: auto; }
.faq-card__likes .wpulike { padding: 0; }
.faq-card__likes .wp_ulike_btn { min-height: 40px; border-radius: 6px; }
.faq-card__likes .count-box { font-size: 11px; }
.faq-book { align-self: start; min-width: 0; padding-left: 25px; border-left: 1px solid #eeeae1; }
.faq-book__label { color: #8a8473; font-size: 8px; font-weight: 600; text-transform: uppercase; letter-spacing: .1em; line-height: 1.6; margin-bottom: 17px; }
.faq-book__cover { display: block; margin: 0 0 15px; }
.faq-book__cover img { display: block; width: 100%; height: auto; border-radius: 5px; transition: transform .2s; }
.faq-book__cover:hover img { transform: translateY(-3px); }
.faq-book__cycle { color: #8a836f; font-size: 9px; line-height: 1.6; }
.faq-book h4 { margin: 8px 0; font: 18px/1.35 Philosopher, Georgia, serif; }
.faq-book__pages { color: #928578; font-size: 9px; line-height: 1.7; }
.faq-book__link { display: inline-flex; align-items: center; gap: 8px; min-height: 44px; margin-top: 9px; color: #866d36 !important; font-size: 10px; }
.faq-book__link svg { width: 16px; height: 16px; }
.faq-empty { padding: 55px 20px; text-align: center; border: 1px dashed #d6d3c4; border-radius: 14px; background: #faf9f5; }
.faq-empty > span { display: block; color: #9c8b60; font: 50px/1 Georgia, serif; margin-bottom: 16px; }
.faq-empty h3 { margin-bottom: 10px; font: 30px/1.3 Philosopher, Georgia, serif; }
.faq-empty p { color: var(--faq-muted); font-size: 13px; }
.faq-empty .faq-button { margin-top: 25px; }
.faq-invitation { display: flex; align-items: center; justify-content: space-between; gap: 35px; padding: 40px; margin-top: 50px; border: 1px solid #ecdfbc; border-radius: 14px; background: #fff8e5; }
.faq-invitation h2 { font-size: 34px; margin-bottom: 10px; }
.faq-invitation > div > p:last-child { color: #827364; font-size: 12px; }
.faq-invitation .faq-button { flex-shrink: 0; }
.faq-to-top { display: inline-flex; align-items: center; gap: 8px; position: fixed; bottom: 24px; right: 24px; z-index: 25; min-height: 44px; padding: 8px 15px; color: #210a00 !important; background: #dbbd59; border-radius: 8px; box-shadow: 0 4px 20px #5e3f161a; font-size: 10px; }
.faq-to-top > span { font-size: 20px; }
.faq-sr-only { position: absolute; width: 1px; height: 1px; padding: 0; overflow: hidden; clip-path: inset(50%); white-space: nowrap; }
@media (min-width: 1000px) {
    .faq-filters { position: sticky; top: 12px; z-index: 20; box-shadow: 0 5px 15px #543d1e0d; }
}
@media (max-width: 1000px) {
    .faq-hero { gap: 35px; margin-bottom: 65px; }
    .faq-hero__portrait { min-height: 420px; border-top-left-radius: 70px; }
    .faq-hero__actions { gap: 18px; }
    .faq-hero__stats { gap: 15px; }
    .faq-hero__stats > div + div { padding-left: 15px; }
    .faq-section-heading > p { display: none; }
    .faq-filters { gap: 13px; padding: 18px; grid-template-columns: 1fr 1fr; }
    .faq-field--search { grid-column: 1 / -1; }
    .faq-card { gap: 25px; grid-template-columns: minmax(0,1fr) 155px; padding: 25px; scroll-margin-top: 25px; }
    .faq-book { padding-left: 18px; }
    .faq-person__role { font-size: 8px; padding: 3px 6px; }
    .faq-answer { padding: 18px; }
    .faq-invitation { padding: 30px; }
}
@media (max-width: 992px) {
    /* The shared header's percentage columns already fill the tablet width. */
    body:has(.author-faq) .header--v2 .header__top { column-gap: 0; }
}
@media (max-width: 700px) {
    .author-faq.container { width: calc(100% - 36px); padding: 0; min-width: 0; margin-top: 24px; margin-bottom: 40px; }
    .faq-hero { grid-template-columns: 1fr; gap: 26px; margin-bottom: 48px; }
    .faq-hero h1 { font-size: 54px; margin: 16px 0; }
    .faq-eyebrow { font-size: 9px; letter-spacing: .14em; }
    .faq-hero__intro { font-size: 13px; line-height: 1.85; max-width: 450px; }
    .faq-hero__actions { gap: 20px; margin-top: 22px; }
    .author-faq .faq-button { min-height: 48px; padding: 11px 18px; font-size: 12px; gap: 15px; }
    .faq-text-link { font-size: 11px; gap: 8px; }
    .faq-hero__stats { margin-top: 23px; padding-top: 18px; gap: 24px; }
    .faq-hero__stats > div + div { padding-left: 24px; }
    .faq-hero__stats strong { font-size: 30px; }
    .faq-hero__stats span { max-width: 110px; font-size: 9px; }
    .faq-hero__portrait { min-height: 0; height: 255px; border-radius: 60px 12px 12px 12px; }
    .faq-hero__portrait > img { object-position: 50% 38%; }
    .faq-hero__portrait figcaption { left: 22px; right: 22px; bottom: 19px; }
    .faq-hero__portrait figcaption strong { font-size: 26px; }
    .faq-hero__signature { font-size: 40px; }
    .faq-section-heading h2 { font-size: 32px; }
    .faq-section-heading { margin-bottom: 20px; }
    .faq-filters { padding: 16px; gap: 13px; }
    .faq-field > span:first-child { font-size: 9px; margin-bottom: 6px; }
    .author-faq .faq-field input, .author-faq .faq-field select { font-size: 16px; height: 46px; }
    .faq-results { min-height: 56px; font-size: 10px; }
    .faq-results button { font-size: 10px; }
    .faq-list { gap: 18px; }
    .faq-card { display: flex; flex-direction: column; padding: 21px 18px 0; gap: 0; border-radius: 10px; }
    .faq-card__title { font-size: 25px; margin: 18px 0 16px; }
    .faq-person { gap: 9px; flex-wrap: wrap; }
    .faq-person__name { font-size: 11px; }
    .faq-person__date { font-size: 9px; }
    .faq-person__role { font-size: 8px; }
    .faq-reading { font-size: 14px; line-height: 1.85; }
    .faq-reading p { margin-bottom: 13px; }
    .faq-answer { padding: 17px 15px; margin: 23px -7px 0; scroll-margin-top: 20px; }
    .faq-answer .faq-person { margin-bottom: 16px; }
    .faq-answer.is-collapsed .faq-answer__text { max-height: 290px; }
    .faq-expand { font-size: 10px !important; gap: 8px; }
    .faq-card__actions { margin-top: 8px; margin-bottom: 8px; }
    .faq-copy { font-size: 9px !important; }
    .faq-book { display: grid; grid-template-columns: 72px minmax(0,1fr); gap: 12px 16px; border-left: 0; border-top: 1px solid var(--faq-line); padding: 17px 0; width: 100%; }
    .faq-book__label { grid-column: 1 / -1; margin-bottom: 0; font-size: 8px; }
    .faq-book__cover { margin: 0; }
    .faq-book__cycle { font-size: 9px; }
    .faq-book h4 { font-size: 17px; margin: 4px 0; }
    .faq-book__pages { font-size: 8px; }
    .faq-book__link { margin-top: 0; font-size: 10px; }
    .faq-invitation { flex-direction: column; align-items: flex-start; gap: 23px; padding: 25px; margin-top: 30px; }
    .faq-invitation h2 { font-size: 30px; }
    .faq-invitation > div > p:last-child { font-size: 12px; }
    .faq-to-top { bottom: 16px; right: 16px; font-size: 9px; padding: 7px 12px; }
}
@media (max-width: 440px) {
    .faq-filters { grid-template-columns: 1fr; }
    .faq-field--search { grid-column: auto; }
    .faq-hero__portrait { height: 225px; }
    .faq-person__role { border: 0; padding: 0; background: none !important; }
}
@media (max-width: 360px) {
    .faq-hero h1 { font-size: 47px; }
    .faq-hero__actions { gap: 10px; }
    .faq-hero__stats { gap: 14px; }
    .faq-hero__stats > div + div { padding-left: 14px; }
    .faq-hero__stats > div { gap: 8px; }
    .faq-person__role { display: none; }
}
@media (prefers-reduced-motion: reduce) {
    .author-faq *, .author-faq *::before, .author-faq *::after { scroll-behavior: auto !important; transition: none !important; }
}
@media print {
    .author-faq .faq-answer__text { max-height: none !important; overflow: visible !important; }
    .faq-answer__text::after, .faq-filters, .faq-results, .faq-expand, .faq-copy, .faq-to-top, .faq-invitation { display: none !important; }
    .faq-card { break-inside: avoid; }
}
