*, *::before, *::after { cursor: auto !important; }
html { scroll-behavior: smooth; }
body { color: #24272d !important; background: #f7f1e7 !important; font-family: "Raleway", Arial, sans-serif !important; }
#custom-cursor, .cursor-trail { display: none !important; }
.header { position: sticky; z-index: 10; top: 0; min-height: 80px; padding: 15px max(24px, 5%) !important; border-bottom: 1px solid rgba(255,255,255,.12) !important; color: #fff; background: rgba(27, 36, 44, .97); backdrop-filter: blur(14px); }
.logo { gap: 9px !important; }
.logo img:first-child { width: 46px !important; height: 45px !important; object-fit: contain; }
.logo img:last-child { display: block !important; width: 126px !important; height: auto !important; object-fit: contain; }
.back-link { display: inline-flex; min-height: 42px; align-items: center; padding: 9px 15px; border: 1px solid rgba(255,255,255,.28); color: #fff !important; font-size: .74rem !important; font-weight: 600; }
.back-link:hover { border-color: #d6a35f; color: #d6a35f !important; }
.container { width: min(820px, calc(100% - 40px)); max-width: none !important; padding: 80px 0 110px !important; }
.page-title { margin-bottom: 9px !important; color: #24272d !important; font-family: "Cormorant Garamond", Georgia, serif !important; font-size: clamp(3rem, 7vw, 5rem) !important; font-weight: 400; letter-spacing: -.03em; line-height: 1; }
.last-updated { margin-bottom: 60px !important; color: #6c746e !important; font-size: .73rem !important; }
.content { padding: clamp(28px, 6vw, 60px); border: 1px solid #d9d1c5; background: #fffdf8; }
.content h2 { margin-top: 48px !important; margin-bottom: 12px !important; color: #34414d !important; font-family: "Cormorant Garamond", Georgia, serif !important; font-size: 1.75rem !important; font-weight: 500; letter-spacing: -.01em; }
.content h2:first-child { margin-top: 0 !important; }
.content p, .content ul { color: #5d6066 !important; font-size: .88rem !important; line-height: 1.8; }
.content strong { color: #24272d; }
.content a { color: #34414d !important; font-weight: 600; text-decoration: underline; text-underline-offset: 3px; }
footer { margin-top: 0 !important; padding: 28px 20px !important; border-top: 0 !important; color: rgba(255,255,255,.64); background: #171d23; }
footer p { margin: 0; color: inherit !important; font-size: .7rem !important; }
footer a { color: #fff !important; }
@media (max-width: 600px) {
    .header { min-height: 70px; }
    .logo img:first-child { width: 40px !important; height: 39px !important; }
    .logo img:last-child { width: 108px !important; height: auto !important; }
    .back-link { padding: 6px 10px; font-size: .65rem !important; }
    .container { padding-top: 60px !important; }
    .content { padding: 28px 22px; }
}
