html,body{min-height:100%;margin:0}
#dc-root,#dc-root>.sc-host{min-height:100%}

/* uniform buttons */
.btn{box-sizing:border-box !important;background:#C9A96A !important;color:#080808 !important;border:none !important;cursor:pointer;transition:background 200ms ease,color 200ms ease,box-shadow 320ms cubic-bezier(.22,1,.36,1),transform 320ms cubic-bezier(.22,1,.36,1) !important}
.btn:hover,.btn:focus-visible{background:#F2F0EA !important;color:#080808 !important;box-shadow:0 12px 34px rgba(201,169,106,0.28) !important;transform:translateY(-1px) !important}
.btn:active{background:#F2F0EA !important;color:#080808 !important;transform:translateY(0) !important;box-shadow:0 4px 12px rgba(201,169,106,0.24) !important}

/* site footer — shared format across all pages */
footer{background:#101010;padding:100px 0 52px}
footer .wrap{max-width:1240px;margin:0 auto;padding:0 clamp(20px,4vw,40px)}
footer .grid{display:grid;grid-template-columns:minmax(280px,1.7fr) minmax(190px,1fr) minmax(160px,0.9fr);gap:48px 56px;align-items:start}
@media (max-width: 900px){ footer .grid{grid-template-columns:minmax(240px,1fr) minmax(160px,1fr);gap:40px} }
@media (max-width: 680px){ footer .grid{grid-template-columns:1fr;gap:34px} }
footer .brandmark{display:flex;flex-direction:column;gap:6px}
footer .brandmark .fmark{width:172px;height:auto;display:block}
footer .blurb{font-family:'Geist',system-ui,-apple-system,sans-serif;font-weight:300;font-size:16px;line-height:1.7;color:rgba(242,240,234,0.62);margin:18px 0 0;max-width:40ch}
footer .col{display:flex;flex-direction:column;gap:13px}
footer .col h5{font-family:'Geist',system-ui,-apple-system,sans-serif;font-size:16px;font-weight:500;letter-spacing:0.1em;text-transform:uppercase;color:#C9A96A;margin:0}
footer .col a, footer .col span{font-size:16px;color:rgba(242,240,234,0.72);text-decoration:none}
footer .col a{transition:color 200ms ease}
footer .col a:hover{color:#F2F0EA}
footer .bottom{display:flex;flex-wrap:wrap;gap:14px 28px;justify-content:space-between;margin-top:64px;padding-top:26px;border-top:1px solid rgba(201,169,106,0.22)}
footer .bottom .c{font-size:16px;color:rgba(242,240,234,0.45)}
footer .bottom .t{font-family:'Geist',system-ui,-apple-system,sans-serif;font-size:10.5px;letter-spacing:0.14em;text-transform:uppercase;color:rgba(242,240,234,0.35)}
