/* Layout and reading system: shared by content, contacts and search. */
[hidden] { display: none !important; }
.visually-hidden { position: absolute; width: 1px; height: 1px; padding: 0; overflow: hidden; clip-path: inset(50%); white-space: nowrap; border: 0; }
body { -webkit-font-smoothing: antialiased; }
main { min-width: 0; }
.wrap > *, .card-grid > *, .footer-grid > *, .form-row > *, .contact-grid > *, .news-card > * { min-width: 0; }
h1, h2, h3, p, li, a { overflow-wrap: anywhere; }
.prose { line-height: 1.85; padding: clamp(1.15rem, 3vw, 2.4rem); }
.prose > p, .prose > ul, .prose > ol, .prose > blockquote { max-width: 76ch; }
.prose h2 { font-size: clamp(1.25rem, 2.5vw, 1.7rem); line-height: 1.35; margin-top: 1.8em; }
.prose h2:first-child, .prose h3:first-child { margin-top: 0; }
.prose a { text-underline-offset: .22em; text-decoration-thickness: 1px; }
.prose li + li { margin-top: .45rem; }
.prose pre { max-width: 100%; overflow-x: auto; }
.prose table { display: block; max-width: 100%; overflow-x: auto; border-collapse: collapse; }
.prose th, .prose td { padding: .7rem; border-bottom: 1px solid var(--line); text-align: start; }
.page-title { max-width: 26ch; font-size: clamp(1.8rem, 4vw, 3rem); }
.card-grid { grid-template-columns: repeat(auto-fill, minmax(min(100%, 260px), 1fr)); }
.person-card h2, .dir-card h2, .file-card h2 { line-height: 1.5; }
.footer-grid { grid-template-columns: 1.25fr 1.2fr 1fr 1fr 1fr; gap: 1.7rem; }
.footer-grid a { text-underline-offset: .2em; }
.section-head-stacked { flex-wrap: wrap; }
.section-head-stacked > p { max-width: 54ch; }
.service-card { padding-bottom: 4.2rem; }
.hero h1, .hero-kicker { max-width: 23ch; }
.nav-search-btn { display: inline-flex; align-items: center; gap: .55rem; flex: none; min-height: 44px; text-transform: none; letter-spacing: 0; }
.menu a { font-size: .81rem; }
.site-header:has(.search-panel.is-open) { z-index: 85; }

/* Three useful actions; social channels have their own compact row. */
.quick-actions { background: #191c20; color: #fff; border: 0; }
.quick-services { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); padding: 1.4rem 0; }
.quick-services > a { display: flex; gap: 1rem; align-items: center; padding: 1rem 1.4rem; color: inherit; text-decoration: none; border-right: 1px solid #ffffff26; transition: background .2s ease; min-width: 0; }
.quick-services > a:first-child { padding-left: 0; }
.quick-services > a:last-child { border: 0; }
.quick-services > a:hover, .quick-services > a:focus-visible { background: #ffffff09; color: #fff; }
.quick-symbol { display: grid; place-items: center; flex: 0 0 46px; width: 46px; height: 46px; border: 1px solid #ffffff30; border-radius: 50%; color: #ecc876; }
.quick-symbol svg { width: 21px; height: 21px; }
.quick-services strong { display: block; font-size: 1rem; font-weight: 500; line-height: 1.4; }
.quick-services small { display: block; margin-top: .35rem; font-size: .75rem; color: #b7bec7; line-height: 1.55; }
.quick-services > a > .ui-icon { flex: 0 0 20px; margin-left: auto; color: #ecc876; transition: transform .2s; }
.quick-services > a:hover > .ui-icon { transform: translateX(4px); }
.quick-social { display: flex; flex-wrap: wrap; align-items: center; gap: 1rem; border-top: 1px solid #ffffff20; padding: .8rem 0; color: #c6c5b9; font-size: .75rem; }
.quick-social .social-links { gap: .25rem; }
.quick-social .social-links a { width: 40px; height: 40px; border: 0; border-radius: 50%; }
.rss-link { display: flex; align-items: center; gap: .45rem; text-decoration: none; min-height: 40px; }

/* One search form with native GET semantics, in the header and results. */
.search-panel { background: #f4f3ee; color: #191c20; padding: 1.8rem 0; border-bottom: 1px solid #d9d8d0; box-shadow: 0 18px 28px #00000015; max-height: 70vh; overflow-y: auto; }
.search-panel-heading { display: flex; justify-content: space-between; align-items: center; margin-bottom: 1.25rem; }
.search-panel-heading h2 { margin: 0; font-size: 1.3rem; font-weight: 500; }
.search-close { display: grid; place-items: center; width: 44px; height: 44px; border: 1px solid #ccc; border-radius: 50%; background: transparent; color: inherit; cursor: pointer; }
.site-search-form { display: flex; gap: .75rem; width: 100%; }
.search-input-wrap { display: flex; align-items: center; gap: .8rem; flex: 1; min-width: 0; padding: 0 1rem; background: #fff; border: 1px solid #b9bdc3; border-radius: 4px; }
.search-input-wrap > svg { flex: 0 0 22px; color: #596372; }
.search-input-wrap input { width: 100%; min-width: 0; border: 0; outline: 0; background: transparent; color: #191c20; min-height: 58px; padding: .75rem 0; font-size: 1rem; }
.search-input-wrap:focus-within { border-color: #99721e; box-shadow: 0 0 0 3px #e8a31733; }
.search-input-wrap input:focus-visible { outline: 0; }
.site-search-form .btn { flex: none; justify-content: center; gap: 1rem; border-radius: 4px; }
.search-suggestions { display: flex; flex-wrap: wrap; align-items: center; gap: .65rem 1rem; margin-top: 1rem; font-size: .8rem; }
.search-suggestions > span { color: #656c76; }
.search-suggestions a { color: #191c20; text-underline-offset: .25em; padding: .3rem 0; }
.search-page-box { margin: 2rem 0 0; max-width: 960px; }
.search-count { font-size: .9rem; color: #5e6570; margin: 1.2rem 0; }
.search-results-list { max-width: 960px; margin-bottom: 3rem; }
.search-result { padding: 1.5rem 0; border-top: 1px solid #d4d6da; }
.search-section { font-size: .75rem; color: #5e6570; margin: 0 0 .45rem; }
.search-result h2 { font-size: clamp(1.05rem, 2vw, 1.35rem); line-height: 1.5; margin: 0 0 .5rem; font-weight: 500; }
.search-result h2 a { text-decoration: none; }
.search-result h2 a:hover { color: #68500d; text-decoration: underline; text-underline-offset: .25em; }
.search-result > p:last-child { max-width: 78ch; font-size: .9rem; line-height: 1.8; margin: 0; color: #535b66; }
.search-empty { padding: 2rem; margin-block: 1.5rem 3rem; border: 1px solid #d4d6da; background: #fff; }
.search-empty h2 { font-size: 1.2rem; }

/* Directory: labels and phone numbers have separate lines. */
.contact-directory { padding-bottom: 3rem; }
.contact-intro { background: transparent; padding: 0; font-size: .92rem; }
.directory-tools { display: grid; grid-template-columns: 1fr minmax(260px, 1fr); gap: .6rem 2rem; margin: 2rem 0; padding: 1.5rem; background: #ecebe5; border-radius: 6px; }
.directory-tools label { display: block; font-size: 1.15rem; font-weight: 500; }
.directory-tools .section-kicker { color: #65604e; font-size: .68rem; }
.directory-tools [role=status] { margin: 0; grid-column: 2; font-size: .75rem; color: #626a73; }
.contact-group-title { font-size: clamp(1.15rem, 2vw, 1.5rem); text-transform: none; letter-spacing: -.015em; margin: 2.3rem 0 1rem; padding-bottom: .8rem; border-bottom: 1px solid #d4d6da; }
.contact-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1rem; }
.contact-card { padding: clamp(1.1rem, 2.5vw, 1.7rem); border: 1px solid #dedfe1; border-radius: 6px; }
.contact-card h3 { font-size: 1.05rem; line-height: 1.6; margin-bottom: 1.3rem; max-width: 50ch; }
.contact-card > .news-meta { font-size: .8rem; line-height: 1.8; max-width: 80ch; }
.contact-channels { display: grid; gap: 1.1rem; }
.contact-phone a { display: flex; align-items: center; gap: .6rem; font-size: 1.05rem; font-variant-numeric: tabular-nums; text-decoration: none; width: fit-content; min-height: 32px; }
.contact-phone a svg { flex: 0 0 16px; color: #686d74; }
.contact-phone a:hover { color: #705518; text-decoration: underline; text-underline-offset: .2em; }
.contact-phone > span { display: block; margin: .2rem 0 0 1.6rem; font-size: .78rem; color: #626a73; line-height: 1.6; }
.contact-email { padding-top: 1.2rem; margin-top: 1.2rem; border-top: 1px solid #e1e3e5; }
.contact-email > span { display: block; font-size: .75rem; margin-bottom: .4rem; color: #626a73; }
.contact-email a { font-size: .9rem; line-height: 1.7; text-underline-offset: .2em; }
.contact-grid-main { grid-template-columns: minmax(0, 1fr); }
.contact-grid-main .contact-card { border-top: 3px solid #c6a04b; }
.contact-grid-main .contact-channels { grid-template-columns: repeat(2, minmax(0, 1fr)); margin-top: 1.4rem; }
.contact-related a { display: flex; gap: 1rem; align-items: center; width: fit-content; text-underline-offset: .2em; }
.appeal-layout { grid-template-columns: minmax(0, 1fr) minmax(260px, .42fr); }
.appeal-layout > * { min-width: 0; }
.appeal-action { grid-template-columns: minmax(0, 1.1fr) minmax(0, 1fr); }
.appeal-action-title { font-size: 1rem !important; line-height: 1.55 !important; text-transform: none !important; letter-spacing: 0 !important; }

@media (max-width: 1399px) {
  .nav-toggle { display: inline-flex; align-items: center; gap: .6rem; min-height: 44px; font-size: .9rem; }
  .nav-row { flex-wrap: wrap; }
  .menu { display: none; order: 3; flex-basis: 100%; flex-direction: column; gap: 0; padding-bottom: 1rem; }
  .menu.is-open { display: flex; }
  .menu a { font-size: .95rem; padding: .75rem 0; }
  .quick-services > a { gap: .6rem; padding-inline: .7rem; }
  .quick-services strong { font-size: .9rem; }
  .footer-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}
@media (max-width: 720px) {
  .site-header { position: relative; }
  .header-top { flex-wrap: wrap; padding-block: .85rem; }
  .brand { flex: 1 1 100%; }
  .header-tools { justify-content: flex-start; }
  .header-tools .social-links { display: none; }
  .quick-services { grid-template-columns: minmax(0, 1fr); padding: .5rem 0; }
  .quick-services > a, .quick-services > a:first-child { padding: 1rem 0; border-right: 0; border-bottom: 1px solid #ffffff26; }
  .quick-services strong { font-size: 1rem; }
  .directory-tools, .contact-grid, .contact-grid-main .contact-channels, .appeal-layout, .appeal-action { grid-template-columns: minmax(0, 1fr); }
  .directory-tools [role=status] { grid-column: 1; }
  .site-search-form { flex-wrap: wrap; }
  .site-search-form .search-input-wrap { flex-basis: 100%; }
  .site-search-form .btn { width: 100%; min-height: 48px; }
  .footer-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1.4rem; }
  .footer-grid > :first-child, .footer-grid > :nth-child(2) { grid-column: 1 / -1; }
  .section-head { flex-wrap: wrap; }
  .territory-directory { padding: 1rem; }
}
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation: none !important; transition: none !important; }
}

/* Unified graphite / warm-white / gold visual language. */
*, *::before, *::after { border-radius: 0 !important; }
:root { --surface-warm: #efeee7; --ink: #20211e; --line-warm: #d8d7ce; }
.page-hero { background: #20211e; }
.quick-actions { background: #20211e; }
.appeal-action, .appeal-action-dark, .appeal-help { background: #24251f; }
.appeal-action:hover { background: #35362e; }
.appeal-action small, .appeal-help p { color: #e7e6de; }
.intake-panel { border-top-color: var(--gold); padding: clamp(1.2rem, 3vw, 2.5rem); }
.intake-steps li { background: var(--surface-warm); line-height: 1.6; padding: 1rem; }
.intake-steps span { background: #272821; color: #eed594; }
.intake-form { max-width: 100%; }
.form-row { gap: 1rem 1.5rem; align-items: start; }
.form-row .field { display: grid; grid-template-rows: subgrid; grid-row: span 3; gap: 0; margin: 0 0 1rem; }
.field label { font-size: .9rem; line-height: 1.55; font-weight: 500; margin-bottom: .55rem; }
.field input, .field select { box-sizing: border-box; height: 56px; min-height: 56px; line-height: 1.5; padding: .85rem 1rem; font-size: 1rem; -webkit-appearance: none; appearance: none; border-color: #9d9e92; }
.field select { padding-right: 3rem; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 24 24'%3E%3Cpath d='m6 9 6 6 6-6' fill='none' stroke='%2324251f' stroke-width='1.5'/%3E%3C/svg%3E"); background-repeat: no-repeat; background-position: right 1rem center; }
.field textarea { border-color: #9d9e92; padding: 1rem; line-height: 1.7; }
.field input:focus, .field select:focus, .field textarea:focus { border-color: #8c6b24; }
.field input[type=date] { display: block; }
.field input::-webkit-date-and-time-value { text-align: left; }
.field-help { color: #66675d; padding-top: .25rem; }
.intake-warning { background: #f5f0df; color: #48412c; }
.appeal-urgent { background: #f2ece3; color: #4a3426; border-color: #93633e; }
.form-status { background: #efeee7; border-color: #776426; }
.prose { color: #33352e; }
.empty-state { background: #efeee7; }
.quick-symbol, .quick-social .social-links a { border-color: #ffffff30; }

/* Click-to-open mega navigation: the overview remains a real link. */
.header-nav { position: relative; }
.menu { gap: .55rem; flex-wrap: nowrap; }
.mega-toggle { display: inline-flex; align-items: center; gap: .35rem; min-height: 48px; padding: .65rem 0; border: 0; border-bottom: 2px solid transparent; background: none; color: #fff; font: inherit; font-size: .81rem; font-weight: 500; cursor: pointer; }
.mega-toggle > span { color: #c4ad72; font-size: 1rem; }
.selected > .mega-toggle, .mega-toggle:hover, .mega-toggle[aria-expanded=true] { border-bottom-color: var(--gold); }
.mega-toggle[aria-expanded=true] > span { transform: none; }
.mega-panel { position: absolute; left: 0; right: 0; top: 100%; background: #f5f4ed; color: #24251f; border-bottom: 3px solid var(--gold); box-shadow: 0 22px 28px #0002; z-index: 90; max-height: min(72vh, 740px); overflow: auto; }
.mega-layout { display: grid; grid-template-columns: minmax(230px, .7fr) minmax(0, 2fr); gap: 2.5rem; position: relative; padding-block: 2rem; }
.mega-intro { border-right: 1px solid #d6d5cb; padding-right: 2rem; }
.mega-intro .section-kicker { color: #776426; font-size: .65rem; }
.mega-intro h2 { font-size: 1.5rem; line-height: 1.3; margin: .8rem 0; }
.mega-intro > p:not(.section-kicker) { font-size: .85rem; line-height: 1.7; color: #636458; }
.menu .mega-overview { display: inline-flex; align-items: center; gap: .75rem; color: #24251f; font-size: .85rem; border-bottom: 1px solid #9c874c; margin-top: .5rem; }
.mega-links { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); align-content: start; gap: 0 1.5rem; padding-right: 2rem; }
.menu .mega-links a { display: block; color: #24251f; padding: .8rem 0 1rem; border-bottom: 1px solid #d6d5cb; }
.mega-links strong { display: block; font-size: .9rem; line-height: 1.5; font-weight: 500; }
.mega-links a > span { display: block; margin-top: .35rem; font-size: .72rem; font-weight: 400; line-height: 1.6; color: #646559; }
.menu .mega-links a:hover, .menu .mega-overview:hover { color: #766024; border-color: #907b3c; }
.mega-close { position: absolute; right: 0; top: .8rem; width: 36px; height: 36px; border: 1px solid #c5c4b8; background: transparent; cursor: pointer; display: grid; place-items: center; }
.site-header:has(.mega-toggle[aria-expanded=true]) { z-index: 95; }

/* Content pages: relevant context instead of isolated one-line cards. */
.content-layout { display: grid; grid-template-columns: minmax(0, 1fr) 280px; gap: 2rem; margin-block: 1.5rem 2.5rem; align-items: start; }
.content-layout > * { min-width: 0; }
.content-layout .prose { margin-top: 0; }
.section-aside { background: #eae9df; padding: 1.5rem; border-top: 3px solid #b49a52; }
.section-aside h2 { font-size: 1rem; line-height: 1.5; margin: 0 0 1rem; }
.section-aside .section-kicker { color: #766024; }
.section-aside ul { list-style: none; margin: 0; padding: 0; }
.section-aside a { display: block; border-top: 1px solid #d0cfc4; padding: .8rem 0; font-size: .82rem; line-height: 1.6; text-decoration: none; }
.section-aside a[aria-current=page] { font-weight: 700; color: #6d551d; }
.content-layout .dir-card { padding: 1.3rem; }
.dir-card > p, .file-card > p { color: #67685e; font-size: .82rem; line-height: 1.75; margin: .6rem 0 0; }
.content-next { margin-block: 2rem; padding: 1.5rem 0; border-top: 1px solid #cccdc3; }
.content-next h2 { font-size: 1.1rem; margin: 0 0 1rem; }
.content-next-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1rem; }
.content-next a { display: flex; align-items: center; gap: 1rem; padding: 1.2rem; background: #eae9df; text-decoration: none; font-size: .85rem; line-height: 1.5; }
.content-next a span { flex: 1; }
.content-next a:hover { background: #dedbc9; }
.content-next svg { flex: 0 0 20px; }
.topic-resources { margin: 2rem 0; }
.topic-resources .card-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.topic-resources > h2 { font-size: 1.2rem; line-height: 1.5; margin-bottom: 1rem; }
.topic-resources h3 { margin: 0; font-size: 1.1rem; line-height: 1.5; }
.topic-resources .dir-card { display: flex; flex-direction: column; gap: .5rem; }
.topic-link { margin-top: auto; padding-top: .6rem; color: #776426; font-size: .78rem; }
.album-card > img { width: 100%; height: auto; display: block; margin-bottom: 1rem; }
@media (max-width: 1399px) {
  .site-header:has(.menu.is-open) { position: relative; }
  .menu { width: 100%; gap: 0; }
  .mega-toggle { width: 100%; justify-content: space-between; font-size: .95rem; text-align: left; }
  .mega-panel { position: static; max-height: none; border-bottom-width: 1px; box-shadow: none; }
  .mega-layout { width: 100%; padding: 1.4rem; grid-template-columns: 1fr; gap: 1.2rem; }
  .mega-intro { border-right: 0; padding: 0 2rem 0 0; }
  .mega-intro > p:not(.section-kicker) { margin-bottom: .5rem; }
  .mega-links { grid-template-columns: repeat(2, minmax(0, 1fr)); padding-right: 0; }
  .mega-close { right: .7rem; top: .7rem; }
  .content-layout { grid-template-columns: minmax(0, 1fr) 240px; gap: 1.2rem; }
}
@media (max-width: 720px) {
  .content-layout, .content-next-grid, .mega-links, .topic-resources .card-grid { grid-template-columns: minmax(0, 1fr); }
  .content-layout { margin-top: 1rem; }
  .form-row .field { display: block; grid-row: auto; }
  .field input, .field select { height: 56px; }
}

/* Navigation alignment: stable baseline, shared title/description tracks. */
.header-nav .nav-row { width: min(100% - 2rem, 1680px); }
.menu { align-items: stretch; }
.menu > li > a, .mega-toggle { display: flex; align-items: center; min-height: 54px; padding-block: .75rem; line-height: 1.4; box-sizing: border-box; white-space: nowrap; }
.mega-toggle { gap: .5rem; }
.mega-toggle > .menu-plus { display: block; position: relative; flex: 0 0 12px; width: 12px; height: 12px; margin-left: .35rem; color: #d4bd7c; }
.mega-toggle > .menu-plus::before, .mega-toggle > .menu-plus::after { content: ''; position: absolute; background: currentColor; }
.mega-toggle > .menu-plus::before { width: 10px; height: 1px; left: 1px; top: 5px; }
.mega-toggle > .menu-plus::after { width: 1px; height: 10px; left: 5px; top: 1px; }
.mega-toggle[aria-expanded=true] > .menu-plus::after { opacity: 0; }
.mega-toggle[aria-expanded=true] > .menu-plus { transform: none; }
.mega-intro { display: flex; flex-direction: column; align-items: flex-start; }
.mega-intro > .mega-overview { margin-top: auto; }
.mega-intro > p:not(.section-kicker) { margin-bottom: 1.5rem; }
.mega-links { align-content: start; row-gap: 0; }
.menu .mega-links a { display: grid; grid-template-rows: subgrid; grid-row: span 2; row-gap: .4rem; margin-bottom: .8rem; padding-block: .65rem 1rem; }
.mega-links a > span { margin: 0; }
.mega-links strong { align-self: start; }
.mega-close { right: .2rem; }

/* FAQ: one calm reading column, explicit controls and a support sidebar. */
.faq-hero .section-kicker { color: #cfb97f; margin-bottom: .8rem; }
.faq-hero .page-title { margin-bottom: 1rem; }
.faq-lead { max-width: 62ch; font-size: 1rem; line-height: 1.75; color: #dadbd2; margin: 0; }
.faq-page { display: grid; grid-template-columns: minmax(0, 1fr) 310px; gap: 3rem; align-items: start; padding-block: 2.5rem 4rem; }
.faq-main, .faq-support { min-width: 0; }
.faq-tools { margin-bottom: 1.6rem; }
.faq-tools > label { display: block; font-size: 1.2rem; font-weight: 500; margin-bottom: 1rem; }
.faq-tools .search-input-wrap { min-height: 58px; }
.faq-tools input { font-size: .9rem; }
.faq-count { font-size: .75rem; color: #65665b; margin: .7rem 0 0; }
.faq-list { border-top: 1px solid #cecec2; }
.faq-item { background: #fff; border-bottom: 1px solid #cecec2; }
.faq-item summary { list-style: none; display: grid; grid-template-columns: 30px minmax(0, 1fr) 36px; align-items: center; gap: 1rem; padding: 1.35rem 1.4rem; cursor: pointer; min-height: 90px; }
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::marker { content: ''; }
.faq-number { color: #797966; font-size: .75rem; font-variant-numeric: tabular-nums; }
.faq-question { font-size: 1.02rem; line-height: 1.6; font-weight: 500; }
.faq-plus { position: relative; display: block; width: 36px; height: 36px; border: 1px solid #cccdbe; color: #34362c; }
.faq-plus::before, .faq-plus::after { content: ''; position: absolute; left: 10px; top: 16px; width: 14px; height: 1px; background: currentColor; }
.faq-plus::after { transform: rotate(90deg); transition: transform .18s ease; }
.faq-item[open] .faq-plus { background: #292b22; border-color: #292b22; color: #e8cc7e; }
.faq-item[open] .faq-plus::after { transform: rotate(0); }
.faq-item[open] { background: #f4f3eb; box-shadow: inset 3px 0 #a38a43; }
.faq-item summary:hover { background: #efeee5; }
.faq-item summary:focus-visible { outline: 2px solid #92762a; outline-offset: -3px; }
.faq-answer { padding: 0 calc(1.4rem + 52px) 1.5rem calc(1.4rem + 46px); color: #53564a; font-size: .92rem; line-height: 1.85; }
.faq-answer > :first-child { margin-top: 0; }
.faq-answer > :last-child { margin-bottom: 0; }
.faq-note { display: flex; align-items: flex-start; gap: .8rem; margin-top: 1.6rem; color: #66685b; }
.faq-note svg { flex: 0 0 20px; margin-top: .15rem; }
.faq-note p { margin: 0; font-size: .78rem; line-height: 1.8; }
.faq-support { background: #24251f; color: #fff; padding: 1.7rem; border-top: 3px solid #b69a4e; }
.faq-support-icon { display: grid; place-items: center; width: 42px; height: 42px; border: 1px solid #ffffff40; color: #d7be75; margin-bottom: 1.5rem; }
.faq-support h2 { font-size: 1.35rem; line-height: 1.4; margin: 0 0 1rem; }
.faq-support > p { font-size: .85rem; line-height: 1.8; color: #d0d2c3; margin-bottom: 1.5rem; }
.faq-support > a { display: flex; align-items: center; justify-content: space-between; gap: 1rem; padding: 1rem 0; border-top: 1px solid #ffffff29; color: #efdfac; text-decoration: none; font-size: .85rem; line-height: 1.65; }
.faq-support > a svg { flex: 0 0 20px; }
.faq-support > a:hover { color: #fff; }
.social-icon { width: 18px; height: 18px; flex: 0 0 18px; }
.social-links a { width: 36px; min-width: 36px; height: 36px; transition: color .18s ease, border-color .18s ease, background .18s ease; }
.social-links a:hover, .social-links a:focus-visible { border-color: #d8bc72; background: #d8bc72; color: #20211e; }
.footer-social a { align-items: center; gap: .6rem; }
.footer-contact-link { display: inline-flex; align-items: center; gap: .55rem; max-width: 100%; }
.footer-contact-link .ui-icon { flex: 0 0 17px; width: 17px; height: 17px; color: #d8bc72; }
.footer-contact-link span { min-width: 0; overflow-wrap: anywhere; }
.contact-phone .ui-icon { flex: 0 0 18px; width: 18px; height: 18px; color: #8a702f; }
.quick-social .social-links a:hover { background: #d8bc72; color: #20211e; }
.faq-support-note { margin-top: 1.5rem; border-top: 1px solid #ffffff29; padding-top: .7rem; color: #b8bcaa; font-size: .72rem; line-height: 1.8; }
.faq-empty { padding: 2rem; background: #eae9de; }
.faq-empty h2 { font-size: 1.2rem; line-height: 1.5; }
.faq-empty p { font-size: .9rem; line-height: 1.75; }
@media (max-width: 1399px) {
  .menu > li > a, .mega-toggle { min-height: 48px; }
  .mega-intro > .mega-overview { margin-top: 0; }
  .faq-page { gap: 1.5rem; grid-template-columns: minmax(0, 1fr) 260px; }
}
@media (max-width: 720px) {
  .menu .mega-links a { display: block; grid-row: auto; margin: 0; }
  .mega-links a > span { margin-top: .4rem; }
  .faq-page { grid-template-columns: minmax(0, 1fr); padding-block: 1.5rem 2.5rem; }
  .faq-item summary { grid-template-columns: 22px minmax(0, 1fr) 32px; gap: .65rem; padding: 1.2rem .9rem; }
  .faq-question { font-size: .92rem; }
  .faq-plus { width: 32px; height: 32px; }
  .faq-plus::before, .faq-plus::after { left: 8px; top: 14px; }
  .faq-answer { padding: 0 1rem 1.3rem calc(.9rem + 22px + .65rem); font-size: .86rem; }
  .faq-support { padding: 1.4rem; }
}
