/* ============================================================
   Vigotski · pages.css
   Styles beyond the front page: header extras, skip link, page hero,
   editor typography (.prose), breadcrumbs and form states.
   theme.css (the demo design) loads first; this file only adds to it.
   Template-specific sections are appended after the "templates" marker.
   ============================================================ */

/* ---- accessibility helpers ---- */
.screen-reader-text{position:absolute!important; width:1px; height:1px; padding:0; margin:-1px; overflow:hidden; clip:rect(0,0,0,0); clip-path:inset(50%); white-space:nowrap; border:0}
.skip-link:focus,
.skip-link:focus-visible{position:fixed!important; top:14px; left:14px; width:auto; height:auto; margin:0; padding:12px 18px; overflow:visible; clip:auto; clip-path:none; white-space:normal; z-index:10000; background:var(--pine); color:var(--paper); font-family:var(--sans); font-weight:600; font-size:.86rem; letter-spacing:.03em; border-radius:2px; text-decoration:none; outline:2px solid var(--gold); outline-offset:2px}

/* ---- header: brand logo, contact button, current item ---- */
.brand.brand-logo{display:inline-flex; align-items:center; line-height:0}
.brand-img{display:block; height:46px; width:auto; max-width:200px; object-fit:contain}
.drawer .brand-img{height:40px}
.foot .brand-img{height:44px}
.top .contact{flex:none; white-space:nowrap; text-decoration:none}
.top .contact:focus-visible{border-color:var(--gold); color:var(--pine); background:var(--card)}
.top nav a[aria-current="page"]{color:var(--ink); box-shadow:0 1px 0 var(--gold)}
.drawer nav a[aria-current="page"]{color:var(--pine)}
@media(min-width:961px){.foot-nav a{padding:5px 0}}
/* footer column titles are h3 (the demo used h4) so the outline never jumps from h2 to h4; same look as theme.css .foot h4, with the bold weight and inherited line-height an h4 had instead of the h1,h2,h3 defaults */
.foot h3{font-family:var(--sans); font-size:.68rem; font-weight:700; line-height:inherit; letter-spacing:.18em; text-transform:uppercase; color:var(--muted); margin:0 0 12px}
@media(max-width:560px){.brand-img{height:38px}}

/* ---- page hero: the single h1 of every inner page ---- */
.page-hero{padding:58px 0 26px}
.page-hero .ph-grid{display:grid; grid-template-columns:1fr; gap:40px; align-items:center}
.page-hero.has-aside .ph-grid{grid-template-columns:1.15fr .85fr; gap:64px}
.page-hero .ph-k{display:flex; align-items:center; flex-wrap:wrap; gap:8px 14px; margin-bottom:20px}
.page-hero .ph-k .kicker{display:inline-block}
.page-hero .ph-k a.kicker{transition:color .2s}
.page-hero .ph-k a.kicker:hover{color:var(--pine)}
.page-hero h1{font-size:clamp(2.4rem,1.6rem + 3.4vw,4.4rem); font-weight:500; max-width:14em; letter-spacing:-.005em}
.page-hero h1 em{font-style:italic; color:var(--pine)}
.page-hero .lead{font-size:1.12rem; color:var(--ink-soft); max-width:36em; margin:22px 0 0}
.page-hero .meta{display:flex; flex-wrap:wrap; gap:6px 12px; margin-top:20px; font-family:var(--sans); font-size:.76rem; letter-spacing:.12em; text-transform:uppercase; color:var(--muted)}
.page-hero .meta a{color:var(--ink-soft); transition:color .2s}
.page-hero .meta a:hover{color:var(--pine)}
.page-hero .meta .sep{color:var(--gold)}
.page-hero .frame{width:100%; max-width:420px; justify-self:end}
.page-hero .frame .ph{overflow:hidden; background:var(--paper-2)}
.page-hero .frame .ph img{display:block; width:100%; height:100%; aspect-ratio:4/5; object-fit:cover}
.page-hero .glyph{font-family:var(--serif); font-weight:500; font-size:clamp(6rem,4rem + 12vw,15rem); line-height:.9; color:var(--gold-soft); opacity:.55; justify-self:end; user-select:none}
@media(max-width:900px){
  .page-hero.has-aside .ph-grid{grid-template-columns:1fr; gap:34px}
  .page-hero .frame{max-width:380px; justify-self:start; margin:0}
  .page-hero .glyph{justify-self:start; font-size:6rem}
}
@media(max-width:560px){
  .page-hero{padding:34px 0 12px}
  .page-hero h1{font-size:clamp(2rem,1.3rem + 5vw,2.8rem)}
  .page-hero .lead{font-size:1.02rem; margin-top:16px}
}

/* ---- breadcrumbs (Rank Math markup or a .breadcrumbs nav) ---- */
.breadcrumbs,
.rank-math-breadcrumb{font-family:var(--sans); font-size:.72rem; font-weight:600; letter-spacing:.18em; text-transform:uppercase; color:var(--muted); line-height:1.6}
.breadcrumbs ol,
.breadcrumbs ul,
.rank-math-breadcrumb p{display:flex; flex-wrap:wrap; align-items:center; gap:4px 10px; margin:0; padding:0; list-style:none}
.breadcrumbs a,
.rank-math-breadcrumb a{color:var(--ink-soft); transition:color .2s}
.breadcrumbs a:hover,
.rank-math-breadcrumb a:hover{color:var(--pine)}
.breadcrumbs .sep,
.rank-math-breadcrumb .separator{color:var(--gold)}
.breadcrumbs [aria-current="page"],
.rank-math-breadcrumb .last{color:var(--gold)}

/* ---- prose: editor content ---- */
.prose{max-width:720px; font-size:1.06rem; line-height:1.75; color:var(--ink-soft)}
.prose > *{margin-top:0; margin-bottom:1.35em}
.prose > :last-child{margin-bottom:0}
.prose h2,.prose h3,.prose h4,.prose h5,.prose h6{font-family:var(--serif); font-weight:500; color:var(--ink); line-height:1.12; margin:2em 0 .6em}
.prose > h2:first-child,.prose > h3:first-child{margin-top:0}
.prose h2{font-size:clamp(1.7rem,1.3rem + 1.4vw,2.3rem)}
.prose h3{font-size:clamp(1.35rem,1.15rem + .8vw,1.7rem)}
.prose h4{font-family:var(--sans); font-size:.78rem; font-weight:600; letter-spacing:.18em; text-transform:uppercase; color:var(--gold); margin-top:2.2em}
.prose h5,.prose h6{font-size:1.15rem}
.prose p{margin:0 0 1.35em}
.prose a{color:var(--pine); text-decoration:underline; text-decoration-color:var(--gold-soft); text-decoration-thickness:1px; text-underline-offset:3px; transition:text-decoration-color .2s}
.prose a:hover{text-decoration-color:var(--pine)}
.prose strong,.prose b{color:var(--ink); font-weight:600}
.prose em,.prose i{font-family:var(--serif); font-style:italic; font-size:1.08em}
.prose ul,.prose ol{margin:0 0 1.35em; padding-left:1.4em}
.prose li{margin-bottom:.45em}
.prose li > ul,.prose li > ol{margin:.45em 0 0}
.prose ul{list-style:none; padding-left:0}
.prose ul li{position:relative; padding-left:1.6em}
.prose ul li::before{content:""; position:absolute; left:0; top:.82em; width:14px; height:1px; background:var(--gold)}
.prose ol{list-style:decimal}
.prose ol li::marker{font-family:var(--serif); font-weight:600; color:var(--gold)}
.prose blockquote{margin:2em 0; padding:6px 0 6px 28px; border-left:1px solid var(--gold); font-family:var(--serif); font-weight:500; font-size:1.45rem; line-height:1.35; color:var(--pine)}
.prose blockquote p{margin:0 0 .6em}
.prose blockquote p:last-child{margin-bottom:0}
.prose blockquote cite{display:block; font-family:var(--sans); font-style:normal; font-size:.74rem; letter-spacing:.16em; text-transform:uppercase; color:var(--muted); margin-top:12px}
.prose .wp-block-pullquote{padding:0; border:none; margin:2.4em 0}
.prose .wp-block-pullquote blockquote{border-left:none; border-top:1px solid var(--line); border-bottom:1px solid var(--line); padding:28px 0; text-align:center}
.prose figure{margin:2em 0}
.prose img{display:block; max-width:100%; height:auto; border-radius:6px; border:1px solid var(--line-2)}
.prose figcaption,.prose .wp-element-caption{font-family:var(--sans); font-size:.78rem; color:var(--muted); letter-spacing:.02em; margin-top:10px; text-align:left}
.prose hr{border:none; height:1px; background:var(--line); margin:2.6em 0}
.prose table{width:100%; border-collapse:collapse; font-size:.95rem; margin:0 0 1.6em}
.prose th,.prose td{padding:12px 14px; border-bottom:1px solid var(--line); text-align:left; vertical-align:top}
.prose th{font-family:var(--sans); font-size:.72rem; font-weight:600; letter-spacing:.16em; text-transform:uppercase; color:var(--muted)}
.prose .wp-block-table{overflow-x:auto}
.prose pre,.prose code{font-size:.92em; background:var(--paper-2); border-radius:3px}
.prose code{padding:2px 5px}
.prose pre{padding:16px 18px; overflow-x:auto}
.prose .wp-block-buttons{margin:1.6em 0}
.prose .wp-block-button__link{font-family:var(--sans); font-weight:600; font-size:.88rem; letter-spacing:.02em; display:inline-flex; align-items:center; gap:10px; padding:14px 26px; border-radius:2px; background:var(--pine); color:var(--paper); border:1px solid var(--pine); text-decoration:none; transition:background .2s, color .2s}
.prose .wp-block-button__link:hover{background:var(--pine-deep)}
.prose .alignwide,.prose .alignfull{max-width:none}
.prose .aligncenter{margin-left:auto; margin-right:auto}
.prose .alignleft{float:left; margin:6px 28px 18px 0; max-width:50%}
.prose .alignright{float:right; margin:6px 0 18px 28px; max-width:50%}
.prose::after{content:""; display:table; clear:both}
.prose .wp-block-embed,.prose iframe{max-width:100%}
.prose .wp-block-embed__wrapper{position:relative}
@media(max-width:560px){
  .prose{font-size:1rem}
  .prose blockquote{font-size:1.25rem; padding-left:20px}
  .prose .alignleft,.prose .alignright{float:none; margin:1.6em 0; max-width:100%}
}

/* paginated content (wp_link_pages) */
.page-links{display:flex; flex-wrap:wrap; align-items:center; gap:10px; margin-top:2.2em; font-family:var(--sans); font-size:.84rem}
.page-links .lbl{font-size:.72rem; font-weight:600; letter-spacing:.14em; text-transform:uppercase; color:var(--muted); margin-right:4px}
.page-links a,.page-links > span:not(.lbl){display:inline-grid; place-items:center; min-width:36px; height:36px; padding:0 10px; border:1px solid var(--line-2); border-radius:2px; color:var(--ink); transition:border-color .2s, color .2s}
.page-links a:hover{border-color:var(--gold); color:var(--pine)}
.page-links .post-page-numbers.current{background:var(--pine); border-color:var(--pine); color:var(--paper)}

/* ---- forms: honeypot, busy state, inline error ---- */
.hp{position:absolute!important; left:-9999px; top:auto; width:1px; height:1px; overflow:hidden; opacity:0; pointer-events:none}
.modal-err{margin:-4px 0 14px; padding:12px 14px; border:1px solid color-mix(in srgb, var(--gold) 45%, transparent); border-left:3px solid var(--gold); background:var(--paper-2); font-family:var(--sans); font-size:.86rem; line-height:1.5; color:var(--ink)}
form.is-busy .btn{opacity:.65; cursor:progress}
form.is-busy .btn[disabled]{background:var(--pine); color:var(--paper)}

/* ==== templates ==== */


/* ---- section rhythm: .sec is the padded band of every inner template (div.sec.body included).
   A band right after the page hero sits closer to it; a band that follows the article band
   (team grid, index of the other areas) drops its top padding so the rhythm stays even ---- */
.sec{padding:92px 0}
.page-hero + .sec{padding-top:44px}
.sec.body + .sec{padding-top:0}
.sec-t{font-size:clamp(1.8rem,1rem + 2.7vw,3rem)}
.sec-k h2.kicker,
.svc-h h2.kicker{font-size:.72rem; line-height:1.6; margin:0}
/* services archive: the kicker is a direct child of .svc-h and shares the baseline of the link (the front page nests .sec-k above its h2 and keeps the 22px gap) */
.svc-h > .sec-k{margin-bottom:0}
/* front page #pristup: the editor copy gets the .prose typography for headings, lists and quotes but keeps the demo's paragraph size and width */
.intro .body.prose{max-width:none; font-size:inherit; line-height:inherit}
.intro-prose{margin-bottom:56px}
.contact-prose{margin-top:64px}
.empty{max-width:560px; font-family:var(--sans); font-size:1.04rem; line-height:1.6; color:var(--ink-soft)}
.empty p{margin-bottom:22px}
@media(max-width:640px){
  .sec{padding:56px 0}
  .page-hero + .sec{padding-top:34px}
  .sec.body + .sec{padding-top:0}
  .intro-prose{margin-bottom:40px}
  .contact-prose{margin-top:48px}
}

/* ---- search form (search.php, 404.php, empty listings) ---- */
.sform{display:flex; gap:10px; max-width:560px}
.sform input[type="search"]{flex:1 1 auto; min-width:0; font-family:var(--sans); font-size:1rem; padding:12px 14px; border:1px solid var(--line-2); border-radius:2px; background:var(--card); color:var(--ink); -webkit-appearance:none; appearance:none}
.sform input[type="search"]:focus{outline:none; border-color:var(--pine); box-shadow:0 0 0 3px color-mix(in srgb, var(--pine) 10%, transparent)}
.sform .btn{flex:none; cursor:pointer}
.search-head{margin-bottom:44px}
@media(max-width:560px){.sform{flex-direction:column} .sform .btn{justify-content:center}}

/* ---- blog cards (home, archive, search, index) ---- */
.posts{display:grid; grid-template-columns:repeat(3,1fr); gap:44px 30px}
.card-post{display:flex; flex-direction:column; min-width:0}
.card-post .pic{display:block; position:relative; overflow:hidden; aspect-ratio:4/3; margin-bottom:22px; border:1px solid var(--line-2); border-radius:6px; background:var(--paper-2)}
.card-post .pic img{display:block; width:100%; height:100%; object-fit:cover; transition:transform .7s cubic-bezier(.2,.7,.2,1)}
@media(hover:hover){.card-post:hover .pic img{transform:scale(1.03)}}
.card-post .cbody{display:flex; flex-direction:column; flex:1}
.card-post .cbody .kicker{display:block; margin-bottom:10px}
.card-post h2{font-size:1.5rem; line-height:1.15}
.card-post h2 a{transition:color .2s}
.card-post h2 a:hover{color:var(--pine)}
.card-post .excerpt{font-family:var(--sans); font-size:.94rem; line-height:1.6; color:var(--ink-soft); margin-top:12px}
.card-post .date{display:block; margin-top:auto; padding-top:16px; font-family:var(--sans); font-size:.74rem; letter-spacing:.12em; text-transform:uppercase; color:var(--muted)}
@media(max-width:1000px){.posts{grid-template-columns:1fr 1fr; gap:38px 24px}}
@media(max-width:640px){.posts{grid-template-columns:1fr; gap:36px} .card-post h2{font-size:1.4rem}}

/* ---- pagination (the_posts_pagination), same look as .page-links ---- */
.navigation.pagination{margin-top:60px}
.pagination .nav-links{display:flex; flex-wrap:wrap; align-items:center; justify-content:center; gap:10px; font-family:var(--sans); font-size:.84rem}
.pagination .page-numbers{display:inline-grid; place-items:center; min-width:40px; height:40px; padding:0 12px; border:1px solid var(--line-2); border-radius:2px; color:var(--ink); transition:border-color .2s, color .2s}
.pagination a.page-numbers:hover{border-color:var(--gold); color:var(--pine)}
.pagination .page-numbers.current{background:var(--pine); border-color:var(--pine); color:var(--paper)}
.pagination .page-numbers.dots{border-color:transparent; color:var(--muted)}

/* ---- 404 ---- */
.nf-in{max-width:640px}
.nf-links{display:flex; flex-wrap:wrap; align-items:center; gap:18px 30px; margin-top:36px}

/* ---- contact page: details beside the arched booking card ---- */
.contact-grid{display:grid; grid-template-columns:1.1fr .9fr; gap:64px; align-items:start}
.cinfo h2{font-size:clamp(1.8rem,1rem + 2.7vw,3rem)}
.crows{margin-top:30px; border-top:1px solid var(--line-2)}
.crow{display:grid; grid-template-columns:150px 1fr; gap:16px 20px; align-items:center; padding:20px 0; border-bottom:1px solid var(--line)}
.crow .lbl{font-family:var(--sans); font-size:.72rem; font-weight:600; letter-spacing:.18em; text-transform:uppercase; color:var(--muted)}
.crow .val{font-family:var(--sans); font-size:1rem; color:var(--ink); min-width:0; overflow-wrap:anywhere}
.crow .val .btn svg{width:15px; height:15px; fill:none; stroke:var(--gold-soft); stroke-width:1.7; stroke-linecap:round; stroke-linejoin:round}
.tcard.book{width:100%; max-width:440px; justify-self:center; padding:calc(var(--arch) - 60px) 34px 40px}
.tcard.book:hover{transform:none; box-shadow:none}
.tcard.book .kicker{display:block; margin-bottom:14px}
.tcard.book h2{font-size:clamp(1.7rem,1.3rem + 1.4vw,2.2rem); line-height:1.12; margin-bottom:14px}
.tcard.book p{font-family:var(--sans); font-size:.98rem; color:var(--ink-soft); margin-bottom:26px}
.tcard.book .btn{align-self:center}
.tcard.book .alt{font-size:.86rem; color:var(--muted); margin:18px 0 0}
.tcard.book .alt a{color:var(--pine); font-weight:600; border-bottom:1px solid var(--gold)}
@media(max-width:900px){.contact-grid{grid-template-columns:1fr; gap:48px} .tcard.book{justify-self:start}}
@media(max-width:560px){.crow{grid-template-columns:1fr; gap:6px; padding:16px 0} .tcard.book{padding:90px 24px 30px}}

/* ---- single service: article beside a sticky aside (list of services, booking card) ---- */
.single-grid{display:grid; grid-template-columns:minmax(0,1fr) 320px; gap:64px; align-items:start}
.side{position:sticky; top:96px}
.side .sec-k{margin-bottom:14px}
.side-list{list-style:none; margin:0 0 34px; padding:0; border-top:1px solid var(--line-2)}
.side-list li{margin:0; border-bottom:1px solid var(--line)}
.side-list a{display:flex; align-items:baseline; gap:14px; padding:13px 4px; font-family:var(--serif); font-size:1.18rem; line-height:1.25; color:var(--ink); transition:color .2s, padding-left .25s ease}
.side-list a:hover{color:var(--pine); padding-left:10px}
.side-list a[aria-current="page"]{color:var(--pine)}
.side-list .no{flex:none; min-width:1.6em; font-weight:600; font-size:.95rem; color:var(--gold)}
.side-card{display:flex; flex-direction:column; align-items:flex-start; padding:30px 28px; background:var(--card); border:1px solid var(--line); border-top:2px solid var(--gold)}
.side-card .kicker{display:block; margin-bottom:12px}
.side-card p{font-family:var(--sans); font-size:.94rem; color:var(--ink-soft); margin-bottom:20px}
.side-card .btn{width:100%; justify-content:center}
.side-card .lnk{margin-top:16px}
.side-card .hours{font-size:.8rem; color:var(--muted); margin:14px 0 0}
@media(max-width:1000px){.single-grid{grid-template-columns:1fr; gap:56px} .side{position:static}}

/* ---- disorders archive: bordered three-column index ---- */
.pidx{display:grid; grid-template-columns:repeat(3,1fr); border-top:1px solid var(--line-2); border-left:1px solid var(--line-2)}
.pcard{position:relative; display:flex; flex-direction:column; min-width:0; padding:32px 28px 30px; border-right:1px solid var(--line-2); border-bottom:1px solid var(--line-2); transition:background .25s}
/* this file loads after theme.css, so the hover transition above would override the .rv reveal transition of the stagger (theme.css .rv); while .rv is on, the reveal keeps priority */
.pcard.rv{transition:opacity .9s cubic-bezier(.2,.7,.2,1), transform .9s cubic-bezier(.2,.7,.2,1)}
@media(hover:hover){.pcard:hover{background:var(--card)}}
.pcard .no{font-family:var(--serif); font-size:1.6rem; font-weight:600; line-height:1; color:var(--gold); margin-bottom:18px}
.pcard h2{font-size:1.5rem; line-height:1.15}
.pcard h2 a{transition:color .2s}
.pcard h2 a:hover{color:var(--pine)}
.pcard p{font-family:var(--sans); font-size:.92rem; line-height:1.6; color:var(--ink-soft); margin-top:10px}
.pcard .more{margin-top:auto; padding-top:24px}
@media(max-width:1000px){.pidx{grid-template-columns:1fr 1fr}}
@media(max-width:640px){.pidx{grid-template-columns:1fr} .pcard{padding:26px 22px 24px}}

/* ---- single disorder: rows with the other areas ---- */
.idx{display:flex; flex-direction:column; border-top:1px solid var(--line-2)}
.idx a{display:grid; grid-template-columns:60px 1fr auto; gap:20px; align-items:baseline; padding:20px 6px; border-bottom:1px solid var(--line); transition:padding-left .25s ease, background .25s}
/* same as .pcard.rv: the reveal transition wins over the hover one while the row is still revealing */
.idx a.rv{transition:opacity .9s cubic-bezier(.2,.7,.2,1), transform .9s cubic-bezier(.2,.7,.2,1)}
.idx .no{font-family:var(--serif); font-size:1.3rem; font-weight:600; color:var(--gold)}
.idx .t{font-family:var(--serif); font-size:1.35rem; line-height:1.2; color:var(--ink); transition:color .2s}
.idx .go{font-family:var(--sans); font-size:1.2rem; color:var(--line-2); align-self:center; transition:color .2s, transform .2s}
@media(hover:hover){.idx a:hover{background:var(--card); padding-left:16px} .idx a:hover .t{color:var(--pine)} .idx a:hover .go{color:var(--gold); transform:translateX(4px)}}
@media(max-width:640px){.idx a{grid-template-columns:40px 1fr; gap:14px; padding:16px 2px} .idx .go{display:none}}

/* ---- single post: tag pills, previous and next (scoped to .tags so the hero founding-year badge .frame .tag of theme.css is untouched) ---- */
.tags{display:flex; flex-wrap:wrap; gap:8px; margin-top:36px}
.tags .tag,
.prose .tag{display:inline-block; font-family:var(--sans); font-size:.72rem; font-weight:600; letter-spacing:.1em; text-transform:uppercase; padding:7px 13px; border:1px solid var(--line-2); border-radius:100px; color:var(--ink-soft); text-decoration:none; transition:border-color .2s, color .2s}
.tags .tag:hover,
.prose .tag:hover{border-color:var(--gold); color:var(--pine)}
.post-nav{display:grid; grid-template-columns:1fr 1fr; gap:26px; max-width:720px; margin-top:64px; padding-top:34px; border-top:1px solid var(--line-2)}
.post-nav a{display:flex; flex-direction:column; gap:8px}
.post-nav .next{text-align:right; align-items:flex-end}
.post-nav .kicker{font-size:.66rem}
.post-nav .t{font-family:var(--serif); font-size:1.35rem; line-height:1.2; color:var(--ink); transition:color .2s}
.post-nav a:hover .t{color:var(--pine)}
@media(max-width:560px){.post-nav{grid-template-columns:1fr; gap:22px} .post-nav .next{text-align:left; align-items:flex-start}}

/* ---- FAQ: every h3 is a question row with a gold rule; core Details blocks become a native accordion ---- */
.prose.faq h3{position:relative; margin:2.4em 0 .6em; padding-top:22px; border-top:1px solid var(--line-2)}
.prose.faq h3::before{content:""; position:absolute; top:-1px; left:0; width:54px; height:1px; background:var(--gold)}
.prose.faq > h3:first-child{margin-top:0}
.prose.faq h2 + h3{margin-top:1.2em}
.prose.faq details{margin:0; padding:20px 0; border-top:1px solid var(--line-2)}
.prose.faq details:last-of-type{border-bottom:1px solid var(--line-2)}
.prose.faq summary{display:flex; align-items:flex-start; justify-content:space-between; gap:20px; cursor:pointer; list-style:none; font-family:var(--serif); font-weight:500; font-size:1.35rem; line-height:1.25; color:var(--ink); transition:color .2s}
.prose.faq summary::-webkit-details-marker{display:none}
.prose.faq summary::after{content:"+"; flex:none; font-family:var(--serif); font-size:1.5rem; line-height:1; color:var(--gold); transition:transform .3s ease}
.prose.faq summary:hover{color:var(--pine)}
.prose.faq details[open] summary::after{transform:rotate(45deg)}
.prose.faq details > :not(summary){margin-top:14px}
.prose.faq details > :not(summary):last-child{margin-bottom:0}
