/* =========================================================================
 * Footer/content pages (About, Contact, Privacy) — mockups → theme tokens.
 * Loaded by functions.php on pages containing a pv-page pattern. Tokens-only.
 * Shared scaffold (.pv-page__*) + per-page sections (.pv-about__*, etc.).
 * ====================================================================== */
.pv-page { color: var(--wp--custom--text); font-size: 17px; line-height: 1.65; }
.pv-page h1, .pv-page h2, .pv-page h3 { font-family: var(--wp--preset--font-family--display, "Fraunces", Georgia, serif); font-weight: 500; line-height: 1.1; margin: 0; }
.pv-page a { color: inherit; }
.pv-page__wrap { max-width: 1180px; margin: 0 auto; padding: 0 24px; }
.pv-page__narrow { max-width: 760px; }
.pv-page__sec { padding: 64px 0; }
.pv-page__band { background: var(--wp--preset--color--masa-deep); }
.pv-page__eyebrow { font-family: var(--wp--preset--font-family--stamp, "Special Elite", monospace); font-weight: 400; font-size: 13px; letter-spacing: .1em; text-transform: uppercase; color: var(--wp--preset--color--terra-deep); margin: 0; }
.pv-page__muted { color: var(--wp--custom--text-soft); }

.pv-page__hero { text-align: center; padding: 72px 0 8px; }
.pv-page__hero h1 { font-size: clamp(38px, 5.5vw, 60px); letter-spacing: -.015em; margin-top: 12px; }
.pv-page__hero h1 em { font-style: italic; color: var(--wp--custom--brand); }
.pv-page__lede { font-size: 20px; max-width: 54ch; margin: 18px auto 0; color: var(--wp--custom--text-soft); }
.pv-page__h2 { font-size: clamp(28px, 4vw, 40px); }

.pv-page__prose p { margin: 0 0 18px; }
.pv-page__prose h2 { font-size: clamp(24px, 3.2vw, 32px); margin: 34px 0 12px; }
.pv-page__prose h3 { font-size: 20px; margin: 24px 0 8px; }
.pv-page__lead { font-size: 20px; color: var(--wp--custom--text); }
.pv-page__tipnote { font-size: 12.5px; color: var(--wp--custom--text-soft); background: var(--wp--custom--brand-tint); border: 1px solid var(--wp--custom--border); border-radius: var(--wp--custom--radius--md); padding: 10px 14px; margin-top: 18px; }

.pv-page__cta { text-align: center; }
.pv-cta { display: inline-flex; align-items: center; gap: 10px; background: var(--wp--custom--cta-bg); color: var(--wp--custom--cta-text); text-decoration: none; font-weight: 700; font-size: 16px; padding: 14px 24px; border-radius: var(--wp--custom--radius--pill); border: 1.5px solid var(--wp--custom--cta-bg); cursor: pointer; }
.pv-cta--ghost { background: transparent; color: var(--wp--custom--brand); border-color: var(--wp--custom--brand); }

/* About */
.pv-about__vals { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; margin-top: 8px; }
.pv-about__val { background: var(--wp--custom--surface); border: 1px solid var(--wp--custom--border); border-radius: var(--wp--custom--radius--lg); padding: 26px 24px; border-top: 4px solid var(--wp--custom--brand); }
.pv-about__val .ic { font-size: 26px; }
.pv-about__val h3 { font-size: 19px; margin: 10px 0 8px; }
.pv-about__val p { margin: 0; font-size: 15px; color: var(--wp--custom--text-soft); line-height: 1.55; }

.pv-about__twocol { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; }
.pv-about__pane { background: var(--wp--custom--surface); border: 1px solid var(--wp--custom--border); border-radius: var(--wp--custom--radius--lg); padding: 26px; }
.pv-about__pane.is-are { border-top: 4px solid var(--wp--custom--accent); }
.pv-about__pane.is-arent { border-top: 4px solid var(--wp--custom--warm); }
.pv-about__pane h3 { font-size: 18px; margin-bottom: 12px; }
.pv-about__pane ul { list-style: none; margin: 0; padding: 0; }
.pv-about__pane li { display: flex; gap: 11px; padding: 8px 0; font-size: 15.5px; color: var(--wp--custom--text-soft); align-items: flex-start; }
.pv-about__pane li b { color: var(--wp--custom--text); font-weight: 700; }
.pv-about__pane .mk-i { flex: none; margin-top: 3px; font-weight: 800; }
.pv-about__pane.is-are .mk-i { color: var(--wp--custom--accent); }
.pv-about__pane.is-arent .mk-i { color: var(--wp--custom--warm); }

.pv-about__creds { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 22px; justify-content: center; }
.pv-about__cred { font-size: 13px; font-weight: 700; background: var(--wp--custom--surface); border: 1px solid var(--wp--custom--border); padding: 8px 14px; border-radius: var(--wp--custom--radius--pill); }

.pv-about__founder { display: grid; grid-template-columns: .7fr 1.3fr; gap: 40px; align-items: center; }
.pv-about__portrait { aspect-ratio: 1; border-radius: 50% 50% 18px 18px / 30% 30% 18px 18px; background: linear-gradient(135deg, var(--wp--custom--warm-tint), var(--wp--custom--warm)); }
.pv-about__phnote { font-size: 12px; color: var(--wp--custom--text-soft); text-align: center; margin-top: 8px; }
.pv-about__sig { font-family: var(--wp--preset--font-family--hand, "Caveat", cursive); font-weight: 600; font-size: 30px; color: var(--wp--custom--text); margin-top: 10px; }

@media (max-width: 880px) {
  .pv-about__vals, .pv-about__twocol, .pv-about__founder { grid-template-columns: 1fr; }
}

/* Shared form + FAQ (Contact, and reusable) */
.pv-page__card { background: var(--wp--custom--surface); border: 1px solid var(--wp--custom--border); border-radius: var(--wp--custom--radius--lg); padding: 30px; }
.pv-field { margin-bottom: 18px; }
.pv-field label { display: block; font-weight: 700; font-size: 14px; margin-bottom: 7px; }
.pv-field input, .pv-field select, .pv-field textarea { width: 100%; padding: 13px 15px; border: 1px solid var(--wp--custom--border); border-radius: var(--wp--custom--radius--md); font: inherit; background: var(--wp--custom--bg-page); color: var(--wp--custom--text); }
.pv-field textarea { min-height: 140px; resize: vertical; }
.pv-hp { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; } /* honeypot — visually hidden, not display:none (bots fill it) */

.pv-page__faq details { border-top: 1px solid var(--wp--custom--border); padding: 2px 0; }
.pv-page__faq summary { cursor: pointer; font-weight: 600; padding: 15px 2px; list-style: none; display: flex; justify-content: space-between; gap: 14px; align-items: center; }
.pv-page__faq summary::-webkit-details-marker { display: none; }
.pv-page__faq summary:hover { color: var(--wp--custom--brand); }
.pv-page__faq .chev { flex: none; color: var(--wp--custom--brand); width: 20px; height: 20px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; transition: transform .2s ease; }
.pv-page__faq details[open] .chev { transform: rotate(180deg); }
.pv-page__faq details p { margin: 0 2px 16px; color: var(--wp--custom--text-soft); }

/* Contact */
.pv-contact__grid { display: grid; grid-template-columns: 1.3fr .9fr; gap: 40px; align-items: start; }
.pv-contact__formtitle { font-size: 24px; margin-bottom: 6px; }
.pv-contact__consent { display: flex; gap: 10px; align-items: flex-start; font-size: 13px; color: var(--wp--custom--text-soft); margin: 6px 0 18px; line-height: 1.5; }
.pv-contact__consent input { width: auto; flex: none; margin-top: 3px; }
.pv-contact__consent a { color: var(--wp--custom--brand); }
.pv-contact__formnote { font-size: 12.5px; color: var(--wp--custom--text-soft); margin-top: 14px; }
.pv-contact__done { font-weight: 700; color: var(--wp--preset--color--nopal-deep); padding: 12px 0; }
.pv-contact__channels { display: flex; flex-direction: column; gap: 14px; }
.pv-contact__chan { display: flex; gap: 14px; align-items: flex-start; background: var(--wp--custom--surface); border: 1px solid var(--wp--custom--border); border-radius: var(--wp--custom--radius--md); padding: 16px 18px; text-decoration: none; color: var(--wp--custom--text); }
.pv-contact__chan:hover { border-color: var(--wp--custom--brand); }
.pv-contact__chan .ic { width: 38px; height: 38px; border-radius: 50%; flex: none; display: flex; align-items: center; justify-content: center; font-size: 18px; background: var(--wp--custom--brand-tint); color: var(--wp--custom--brand-strong); }
.pv-contact__chan .t { font-weight: 700; }
.pv-contact__chan .d { font-size: 13.5px; color: var(--wp--custom--text-soft); }
.pv-contact__chan.is-wa .ic { background: var(--wp--custom--accent-tint); color: var(--wp--custom--accent-strong); }
.pv-contact__notice { background: var(--wp--custom--brand-tint); border: 1px solid var(--wp--custom--border); border-left: 4px solid var(--wp--custom--brand); border-radius: var(--wp--custom--radius--md); padding: 16px 18px; font-size: 14px; color: var(--wp--custom--text); margin-top: 22px; }
.pv-contact__notice b { color: var(--wp--custom--brand-strong); }

@media (max-width: 880px) { .pv-contact__grid { grid-template-columns: 1fr; } }
@media (prefers-reduced-motion: reduce) { .pv-page__faq .chev { transition: none; } }

/* Privacy (DRAFT scaffold) */
.pv-privacy__draftbar { background: var(--wp--custom--warm-tint); border-bottom: 2px solid var(--wp--custom--festive); color: var(--wp--preset--color--terra-deep); }
.pv-privacy__draftbar .pv-page__wrap { padding-top: 12px; padding-bottom: 12px; font-size: 13.5px; font-weight: 700; display: flex; gap: 10px; align-items: center; justify-content: center; text-align: center; flex-wrap: wrap; }
.pv-privacy__pill { background: var(--wp--preset--color--terra-deep); color: #fff; font-family: var(--wp--preset--font-family--stamp, monospace); font-weight: 400; letter-spacing: .06em; font-size: 11px; padding: 4px 10px; border-radius: var(--wp--custom--radius--pill); text-transform: uppercase; }
.pv-privacy__h1 { font-size: clamp(34px, 5vw, 52px); letter-spacing: -.015em; margin-top: 10px; }
.pv-privacy__meta { display: flex; gap: 18px; flex-wrap: wrap; font-size: 13.5px; color: var(--wp--custom--text-soft); margin-top: 16px; }
.pv-privacy__meta b { color: var(--wp--custom--text); }
.pv-privacy__summary { background: var(--wp--custom--brand-tint); border: 1px solid var(--wp--custom--border); border-radius: var(--wp--custom--radius--lg); padding: 24px 26px; margin: 26px 0 6px; }
.pv-privacy__summary h2 { font-size: 20px; margin-bottom: 6px; }
.pv-privacy__cols { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; margin-top: 14px; }
.pv-privacy__cols h3 { font-family: var(--wp--preset--font-family--stamp, monospace); font-weight: 400; font-size: 12px; letter-spacing: .08em; text-transform: uppercase; color: var(--wp--custom--brand-strong); margin-bottom: 8px; }
.pv-privacy__cols ul { margin: 0; padding-left: 18px; }
.pv-privacy__cols li { margin: 5px 0; font-size: 14.5px; color: var(--wp--custom--text); }
.pv-privacy__toc { background: var(--wp--custom--surface); border: 1px solid var(--wp--custom--border); border-radius: var(--wp--custom--radius--md); padding: 18px 22px; margin: 8px 0 0; }
.pv-privacy__toc h4 { margin: 0 0 10px; font-size: 13px; letter-spacing: .08em; text-transform: uppercase; color: var(--wp--custom--text-soft); }
.pv-privacy__toc ol { margin: 0; padding-left: 20px; columns: 2; font-size: 14.5px; }
.pv-privacy__toc li { margin: 4px 0; }
.pv-privacy__doc { padding: 42px 0 64px; }
.pv-privacy__doc h2 { font-size: 23px; margin: 38px 0 10px; scroll-margin-top: 90px; font-family: var(--wp--preset--font-family--display, serif); }
.pv-privacy__doc h2 .n { color: var(--wp--custom--brand); margin-right: 8px; }
.pv-privacy__doc h3 { font-size: 17px; margin: 20px 0 6px; }
.pv-privacy__doc p, .pv-privacy__doc li { font-size: 16px; }
.pv-privacy__doc ul { padding-left: 20px; }
.pv-privacy__doc li { margin: 6px 0; }
.pv-ph { background: var(--wp--custom--warm-tint); border-bottom: 1px dashed var(--wp--preset--color--terra-deep); padding: 0 3px; font-style: italic; }
.pv-privacy__keybox { background: var(--wp--custom--surface); border: 1px solid var(--wp--custom--border); border-left: 4px solid var(--wp--custom--accent); border-radius: var(--wp--custom--radius--md); padding: 16px 18px; margin: 16px 0; font-size: 15px; }
.pv-privacy__keybox b { color: var(--wp--custom--accent-strong); }

@media (max-width: 880px) { .pv-privacy__cols { grid-template-columns: 1fr; } .pv-privacy__toc ol { columns: 1; } }
