/* Footer */
.site-footer { padding:6rem var(--gutter) 3rem; color:var(--color-text); background:var(--color-bg); border-top:1px solid var(--color-line); }.site-footer .container { max-width:var(--container-width); margin:0 auto; }.site-footer__grid { display:grid; grid-template-columns:3fr 3fr 2fr 4fr; gap:var(--space-12); padding-bottom:5rem; border-bottom:1px solid var(--color-line); }.site-footer h4 { margin-bottom:var(--space-4); color:var(--color-botanical); font:700 .75rem var(--font-mono); letter-spacing:.2em; text-transform:uppercase; }.site-footer ul { list-style:none; }.site-footer li + li { margin-top:.625rem; }.site-footer a { color:var(--color-muted-strong); font:.75rem var(--font-mono); text-decoration:none; transition:color var(--transition-fast); }.site-footer__column a:hover { color:var(--color-botanical); }.site-footer__newsletter p { max-width:31rem; margin-bottom:var(--space-4); color:var(--color-muted-strong); font-size:.75rem; line-height:1.7; }.site-footer__newsletter form { display:flex; padding:.25rem; background:#000; border:1px solid rgba(255,255,255,.15); }.site-footer__newsletter form:focus-within { border-color:var(--color-botanical); }.site-footer__newsletter input { min-width:0; flex:1; padding:.625rem var(--space-4); color:var(--color-text); background:transparent; border:0; outline:0; font:.75rem var(--font-mono); letter-spacing:.08em; }.site-footer__newsletter input::placeholder { color:var(--color-muted); }.site-footer__newsletter button { flex:0 0 auto; padding:.625rem 1.25rem; color:#fff; background:var(--color-orange); border:0; font:700 .75rem var(--font-mono); letter-spacing:.08em; cursor:pointer; }.site-footer__newsletter button:hover { background:#e04800; }.site-footer__brand { padding-top:4rem; text-align:center; overflow:hidden; }.site-footer__wordmark { display:inline-block; color:rgba(255,255,255,.9); font:900 clamp(5rem,14vw,14rem)/.9 var(--font-display); letter-spacing:0; text-transform:uppercase; transform:scale(1.15,.9); transform-origin:center; white-space:nowrap; }.site-footer__legal { display:flex; justify-content:space-between; gap:var(--space-4); margin-top:3rem; padding-top:var(--space-6); color:var(--color-muted); border-top:1px solid var(--color-line); font:.625rem var(--font-mono); letter-spacing:.08em; text-transform:uppercase; text-align:left; }.site-footer__legal p:last-child { text-align:right; }
@media (max-width:1000px) { .site-footer__grid { grid-template-columns:repeat(2,minmax(0,1fr)); }.site-footer__newsletter { grid-column:span 2; } } @media (max-width:640px) { .site-footer { padding-top:4rem; }.site-footer__grid { grid-template-columns:1fr; gap:var(--space-8); padding-bottom:4rem; }.site-footer__newsletter { grid-column:auto; }.site-footer__newsletter form { flex-direction:column; gap:.25rem; }.site-footer__newsletter button { width:100%; }.site-footer__legal { align-items:flex-start; flex-direction:column; }.site-footer__legal p:last-child { text-align:left; }.site-footer__wordmark { font-size:clamp(4rem,18vw,6rem); } }

@media (min-width:1001px) { .site-footer { display:flex; min-height:100svh; padding-top:clamp(3rem,7vh,5rem); padding-bottom:clamp(2rem,4vh,3rem); }.site-footer .container { display:flex; flex:1; flex-direction:column; justify-content:center; }.site-footer__grid { gap:var(--space-8); padding-bottom:clamp(2.5rem,6vh,4rem); }.site-footer__brand { padding-top:clamp(2rem,5vh,3rem); }.site-footer__legal { margin-top:clamp(1.5rem,3vh,2rem); padding-top:var(--space-4); } }
