/* Holmo style module: 11-footer.css */
.site-footer { padding: 34px 16px 92px; color: #eee9e0; background: #1c1b18; }
.footer-main { display: grid; grid-template-columns: minmax(200px, 1.45fr) repeat(2, minmax(125px, 1fr)); gap: 28px; max-width: 1040px; margin: 0 auto; }
.footer-brand-column { max-width: 320px; }
.footer-logo { display: inline-block; color: #fffaf1; font-family: var(--font-body); font-size: 24px; font-weight: 900; letter-spacing: 2.8px; text-decoration: none; }
.footer-logo span { color: #bb9968; }
.footer-brand-column p { max-width: 290px; margin: 12px 0 18px; color: #aaa49b; font-size: 10px; line-height: 1.65; }
.footer-primary-action { display: inline-flex; align-items: center; gap: 12px; padding: 10px 13px; color: #1c1b18; background: #eee8dd; border: 0; font-family: var(--font-body); font-size: 9px; font-weight: 700; letter-spacing: .8px; text-transform: uppercase; cursor: pointer; }
.footer-primary-action span { color: #8d6f47; font-size: 14px; }
.footer-link-column { display: flex; flex-direction: column; align-items: flex-start; gap: 9px; }
.footer-link-column h3 { margin: 2px 0 7px; color: #bb9968; font-size: 9px; letter-spacing: 1.5px; text-transform: uppercase; }
.footer-link-column a { color: #d3cec5; font-size: 10px; line-height: 1.3; text-decoration: none; transition: color .2s ease; }
.footer-link-column a:hover, .footer-link-column a:focus-visible { color: #fff; text-decoration: underline; text-underline-offset: 3px; }
.footer-note { max-width: 145px; margin-top: 3px; color: #827d75; font-size: 9px; line-height: 1.5; }
.footer-policies { max-width: 1040px; margin: 34px auto 0; border-top: 1px solid #393630; }
.footer-policies details { border-bottom: 1px solid #393630; }
.footer-policies summary { display: flex; align-items: center; justify-content: space-between; padding: 13px 0; color: #d9d2c7; font-size: 9px; font-weight: 600; letter-spacing: .6px; cursor: pointer; list-style: none; text-transform: uppercase; }
.footer-policies summary::-webkit-details-marker { display: none; }
.footer-policies summary::after { content: "+"; color: #bb9968; font-size: 15px; font-weight: 300; }
.footer-policies details[open] summary::after { content: "−"; }
.footer-policy-copy { max-width: 760px; padding: 0 24px 12px 0; color: #99938a; font-size: 9px; line-height: 1.65; }
.footer-policy-copy p { margin: 0 0 8px; }
.footer-policy-copy p:last-child { margin-bottom: 0; }
.footer-bottom { display: flex; flex-wrap: wrap; align-items: center; gap: 7px 18px; max-width: 1040px; margin: 20px auto 0; color: #77736c; font-size: 8px; line-height: 1.5; }
.footer-bottom a { color: #b49a76; text-underline-offset: 3px; }
.footer-disclaimer { flex: 1 1 220px; }
@media (max-width: 620px) { .site-footer { padding: 28px 16px 96px; } .footer-main { grid-template-columns: 1fr 1fr; gap: 25px 18px; } .footer-brand-column { grid-column: 1 / -1; max-width: none; } .footer-brand-column p { max-width: 330px; } .footer-bottom { display: grid; gap: 5px; } }
@media (prefers-reduced-motion: reduce) { .footer-primary-action, .footer-link-column a { transition: none; } }
