/* Shared trust sections. Relies on the page's --navy / --gold / --line / --muted tokens. */
.more { width: 100%; max-width: 640px; margin: 0 auto; padding: 8px 16px 40px; display: grid; gap: 44px; }
.more section { display: grid; gap: 4px; }
.more h2 { font-family: "Cormorant Garamond", Georgia, serif; font-weight: 600; font-size: clamp(26px, 6vw, 32px); line-height: 1.15; margin: 0 0 10px; text-wrap: balance; }
.more h2 em { color: var(--gold-dk); font-style: italic; }
.more .lead { color: var(--navy-3); margin: 0 0 16px; }
.divider { height: 1px; background: var(--line); max-width: 608px; margin: 8px auto 36px; }

.problems { display: grid; gap: 10px; }
.prob { display: grid; grid-template-columns: 32px 1fr; gap: 12px; background: #fff; border: 1.5px solid var(--line); border-radius: 12px; padding: 14px 16px; }
.prob .pn { width: 28px; height: 28px; border-radius: 50%; background: var(--navy); color: var(--gold); font-weight: 700; font-size: 14px; display: grid; place-items: center; }
.prob b { display: block; }
.prob p { margin: 2px 0 0; color: var(--navy-3); font-size: 15px; }

.wall { display: grid; grid-template-columns: repeat(auto-fill, minmax(140px, 1fr)); gap: 8px; }
.tagname { display: inline-flex; flex-direction: column; background: #fff; border: 1.5px solid var(--line); border-radius: 10px; padding: 8px 12px; }
.tagname b { font-size: 15px; }
.tagname i { font-style: normal; font-size: 12.5px; font-weight: 600; }
.tagname.acc { border-color: #cfe3d6; background: #f2f8f4; }
.tagname.acc i { color: #2c7650; }
.tagname.inv i { color: var(--gold-dk); }
.shots { display: grid; grid-template-columns: repeat(auto-fill, minmax(180px, 1fr)); gap: 10px; margin-top: 16px; }
.shots img { width: 100%; border-radius: 12px; border: 1px solid var(--line); background: #fff; }

.faq { display: grid; gap: 8px; }
.faq details { background: #fff; border: 1.5px solid var(--line); border-radius: 12px; padding: 0 16px; }
.faq summary { cursor: pointer; font-weight: 600; padding: 14px 0; list-style: none; display: flex; justify-content: space-between; gap: 12px; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: "+"; color: var(--gold-dk); font-size: 20px; line-height: 1; }
.faq details[open] summary::after { content: "–"; }
.faq details p { margin: 0 0 14px; color: var(--navy-3); }
[hidden] { display: none !important; }

.shot { display: grid; background: #fff; border: 1px solid var(--line); border-radius: 10px; overflow: hidden; color: inherit; text-decoration: none; }
.shot img { border: 0; border-radius: 0; aspect-ratio: 4 / 3; object-fit: cover; object-position: top; }
.shot span { padding: 10px 12px; font-size: 14px; }
.vids { display: grid; grid-template-columns: repeat(auto-fill, minmax(280px, 1fr)); gap: 18px; }
.vids figure { margin: 0; display: grid; gap: 8px; }
.vids figcaption { font-size: 11.5px; letter-spacing: 2px; text-transform: uppercase; color: var(--gold-dk); }
.vwrap { position: relative; aspect-ratio: 16 / 9; border-radius: 12px; overflow: hidden; background: #111; border: 1px solid var(--gold-dk); }
.vwrap iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }
.proof { display: grid; grid-template-columns: repeat(auto-fill, minmax(140px, 1fr)); gap: 12px; margin-top: 12px; }
.proof figure { margin: 0; background: #fff; border: 1px solid var(--line); border-radius: 12px; overflow: hidden; }
.proof img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; object-position: top; display: block; }
.proof figcaption { padding: 10px; text-align: center; font-size: 13px; color: var(--muted); display: grid; }
.proof figcaption b { color: var(--gold-dk); letter-spacing: 1.5px; text-transform: uppercase; font-size: 12px; }
