/* Shared review footer: homepage identity, with compact mobile navigation. */
body .foot.review-footer {
  --footer-ink: #f6f1e7;
  --footer-muted: #b9b2a5;
  --footer-rule: rgba(246, 241, 231, .15);
  margin: 0;
  padding: 68px 0 28px;
  border: 0;
  background: #10100e;
  color: var(--footer-ink);
  font: 400 14px/1.55 Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}
.review-footer *, .review-footer *::before, .review-footer *::after { box-sizing: border-box; }
body .review-footer .foot-main,
body .review-footer .foot-bottom { width: min(1280px, calc(100% - 80px)); margin-inline: auto; padding-inline: 0; }
body .review-footer .foot-main { display: grid; grid-template-columns: 1.65fr repeat(4, 1fr); gap: 38px; align-items: start; }
body .review-footer .foot-brand-col { min-width: 0; }
body .review-footer .foot-brand {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  gap: .2em;
  color: var(--footer-ink);
  font: 400 26px/1.3 Fraunces, Georgia, serif;
  letter-spacing: .075em;
  text-decoration: none;
}
body .review-footer .foot-brand em { color: #c99532; font-style: italic; font-weight: 400; }
body .review-footer .tag { max-width: 32ch; margin: 13px 0 0; color: var(--footer-muted); font-size: 14px; line-height: 1.65; }
body .review-footer .socials { display: flex; flex-wrap: wrap; align-items: center; gap: 10px; margin-top: 23px; }
body .review-footer .socials a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border: 1px solid var(--footer-rule);
  border-radius: 50%;
  background: #171713;
  color: var(--footer-muted);
  text-decoration: none;
  transition: background-color .2s, border-color .2s, color .2s;
}
body .review-footer .socials svg { display: block; width: 18px; height: 18px; }
body .review-footer .foot-col { min-width: 0; margin: 0; padding: 0; border: 0; }
body .review-footer summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 44px;
  margin: 0 0 10px;
  padding: 0;
  list-style: none;
  cursor: pointer;
  color: var(--footer-muted);
  font: 400 11px/1.5 'JetBrains Mono', ui-monospace, monospace;
  letter-spacing: .16em;
  text-transform: uppercase;
}
.review-footer summary::-webkit-details-marker { display: none; }
.review-footer summary::marker { content: ''; }
.review-footer summary[aria-disabled="true"] { cursor: default; }
body .review-footer .foot-links a { display: block; padding: 5px 0; color: var(--footer-muted); font-size: 14px; line-height: 1.55; text-decoration: none; }
body .review-footer .foot-links a:hover { color: var(--footer-ink); text-decoration: underline; text-underline-offset: 4px; }
body .review-footer .foot-toggle { display: none; }
body .review-footer .foot-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 54px;
  padding-top: 24px;
  border-top: 1px solid var(--footer-rule);
  color: #aaa397;
  font: 400 10px/1.6 'JetBrains Mono', ui-monospace, monospace;
  letter-spacing: .13em;
  text-transform: uppercase;
}
body .review-footer .foot-legal { display: flex; align-items: center; gap: 24px; order: 1; }
body .review-footer .foot-legal a { display: inline-flex; align-items: center; min-height: 44px; color: var(--footer-muted); font: 400 12px/1.5 Inter, sans-serif; letter-spacing: 0; text-transform: none; text-decoration: none; }
body .review-footer .foot-legal a:hover { color: var(--footer-ink); text-decoration: underline; text-underline-offset: 4px; }
body .review-footer .foot-bottom span:last-child { order: 2; }
body .review-footer :focus-visible { outline: 2px solid #dfaa3d; outline-offset: 5px; border-radius: 2px; }
@media (hover: hover) {
  body .review-footer .socials a:hover { background: #c99532; border-color: #c99532; color: #10100e; transform: none; box-shadow: none; }
}
@media (min-width: 701px) and (max-width: 1050px) {
  body .review-footer .foot-main { grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 28px; }
  body .review-footer .foot-brand-col { grid-column: 1 / -1; padding-bottom: 12px; }
  body .review-footer .tag { max-width: 48ch; }
  body .review-footer .foot-links a { display: flex; align-items: center; min-height: 44px; }
}
@media (max-width: 700px) {
  body .foot.review-footer { padding: 42px 0 24px; }
  body .review-footer .foot-main,
  body .review-footer .foot-bottom { width: calc(100% - 40px); }
  body .review-footer .foot-main { display: block; }
  body .review-footer .foot-brand-col { padding-bottom: 30px; }
  body .review-footer .foot-brand { font-size: 25px; }
  body .review-footer .tag { max-width: 36ch; margin-top: 12px; font-size: 15px; line-height: 1.65; }
  body .review-footer .socials { margin-top: 21px; gap: 12px; }
  body .review-footer .foot-col { border-top: 1px solid var(--footer-rule); }
  body .review-footer .foot-col:last-child { border-bottom: 1px solid var(--footer-rule); }
  body .review-footer summary { min-height: 60px; margin: 0; color: var(--footer-ink); font: 500 16px/1.5 Inter, sans-serif; letter-spacing: 0; text-transform: none; }
  body .review-footer .foot-links { padding: 0 0 16px; }
  body .review-footer .foot-links a { display: flex; align-items: center; min-height: 44px; padding: 9px 0; font-size: 15px; }
  body .review-footer .foot-toggle { position: relative; display: block; width: 16px; height: 16px; margin-right: 2px; }
  .review-footer .foot-toggle::before,
  .review-footer .foot-toggle::after { content: ''; position: absolute; top: 7px; left: 1px; width: 14px; height: 1px; background: var(--footer-muted); }
  .review-footer .foot-toggle::after { transform: rotate(90deg); transition: transform .2s; }
  .review-footer [open] .foot-toggle::after { transform: rotate(0); }
  body .review-footer .foot-bottom { flex-direction: column; align-items: flex-start; gap: 10px; margin-top: 25px; padding-top: 0; border: 0; font-size: 10px; letter-spacing: .1em; }
  body .review-footer .foot-legal { order: 0; gap: 26px; }
  body .review-footer .foot-legal a { font-size: 13px; }
  body .review-footer .foot-bottom > span { order: 1; }
  body .review-footer .foot-bottom span:last-child { order: -1; color: var(--footer-muted); }
}
@media (prefers-reduced-motion: reduce) {
  .review-footer *, .review-footer *::before, .review-footer *::after { transition: none !important; }
}
