.site-footer{display:block;background:var(--foreground);color:var(--inverse-muted);border-top:4px solid var(--primary);padding:48px 20px 22px}.site-footer *{box-sizing:border-box}.site-footer__grid{display:grid;gap:38px;max-width:1400px;margin:0 auto}.site-footer__brand{display:grid;gap:16px;align-content:start}.site-footer__brand-link{display:inline-flex;align-items:center;gap:12px;width:max-content;color:var(--card);text-decoration:none}.site-footer__brand-link img{display:block;width:42px;height:42px;object-fit:contain}.site-footer__brand-link span{display:grid;font:600 22px/1 var(--font-subheading)}.site-footer__brand-link small{margin-top:4px;color:var(--accent-text);font:700 8px/1 var(--font-text);letter-spacing:.12em;text-transform:uppercase}.site-footer__brand p{max-width:330px;margin:0;color:var(--inverse-muted);font-size:14px;line-height:1.65}.site-footer__visit{display:inline-flex;align-items:center;justify-content:center;gap:10px;min-height:46px;width:max-content;padding:0 16px;background:var(--primary);border:1px solid var(--primary);color:var(--primary-foreground);font:700 11px/1 var(--font-text);letter-spacing:.08em;text-decoration:none;text-transform:uppercase;transition:background .2s ease,border-color .2s ease,transform .2s ease}.site-footer__visit:hover,.site-footer__visit:focus-visible{background:var(--primary-strong);border-color:var(--accent-text);transform:translateY(-2px)}.site-footer__visit .fa-icon{font-size:13px}.site-footer__group{min-width:0}.site-footer__title{margin:0 0 15px;color:var(--card);font:600 24px/1.12 var(--font-subheading)!important;letter-spacing:0}.site-footer__links{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px 18px;margin:0;padding:0;list-style:none}.site-footer__links a,.site-footer__social-link{color:var(--inverse-muted);font-size:13px;line-height:1.4;text-decoration:none;transition:color .2s ease}.site-footer__links a:hover,.site-footer__links a:focus-visible,.site-footer__social-link:hover,.site-footer__social-link:focus-visible{color:var(--accent-text)}.site-footer__socials{display:flex;flex-wrap:wrap;gap:10px}.site-footer__social-link{display:inline-flex;align-items:center;gap:7px;min-height:34px;padding:0 10px;border:1px solid var(--line-strong);color:var(--inverse-muted);font-size:12px}.site-footer__social-icon{display:grid;place-items:center;width:18px;height:18px;color:var(--accent-text);font-size:12px}.site-footer__newsletter{display:grid;gap:13px}.site-footer__newsletter p{margin:0;color:var(--inverse-muted);font-size:13px;line-height:1.55}.site-footer__form{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:8px;width:100%;max-width:420px}.site-footer__input{min-width:0;height:46px;padding:0 13px;border:1px solid var(--line-strong);border-radius:0;background:var(--card);color:var(--foreground);font:500 13px var(--font-text);outline:none}.site-footer__input:focus{border-color:var(--accent-text);box-shadow:0 0 0 3px var(--primary-tint)}.site-footer__submit{min-height:46px;padding:0 15px;border:1px solid var(--primary);border-radius:0;background:var(--primary);color:var(--primary-foreground);font:700 11px var(--font-text);letter-spacing:.06em;text-transform:uppercase;cursor:pointer;transition:background .2s ease,border-color .2s ease}.site-footer__submit:hover,.site-footer__submit:focus-visible{background:var(--primary-strong);border-color:var(--accent-text)}.site-footer__submit:disabled{cursor:wait;opacity:.72}.site-footer__status{min-height:20px;margin:0;color:var(--accent-text);font-size:12px;line-height:1.4}.site-footer__bottom{display:flex;flex-direction:column;gap:8px;max-width:1400px;margin:38px auto 0;padding-top:18px;border-top:1px solid var(--line-strong);color:var(--text-muted);font-size:11px}.site-footer__bottom p{margin:0}.site-footer__bottom a{color:inherit;text-decoration:none}.site-footer__bottom a:hover,.site-footer__bottom a:focus-visible{color:var(--accent-text)}@media(min-width:640px){.site-footer{padding:56px 5vw 24px}.site-footer__grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:42px}.site-footer__brand{grid-column:1/-1}.site-footer__bottom{flex-direction:row;justify-content:space-between;align-items:center}}@media(min-width:980px){.site-footer{padding-top:72px}.site-footer__grid{grid-template-columns:1.15fr .72fr .9fr .9fr 1.2fr;gap:30px}.site-footer__brand{grid-column:auto}.site-footer__links{grid-template-columns:1fr;gap:9px}.site-footer__bottom{margin-top:58px}}@media(max-width:380px){.site-footer__form{grid-template-columns:1fr}.site-footer__submit{width:100%}}
/* Keep the subscribe control aligned with the footer input. */
.site-footer__submit { height:46px; min-height:46px; align-self:stretch; padding:0 18px; white-space:nowrap; }
.site-footer__social-link { gap:9px; }
.site-footer__social-link>.fa-icon { flex:0 0 16px; width:16px; display:inline-grid; place-items:center; font-size:13px; }
.site-footer__social-icon { width:20px; height:20px; font-size:13px; }
/* Footer refresh: clearer hierarchy, stronger scanability and mobile-friendly controls */
.site-footer{position:relative;overflow:hidden;padding:clamp(56px,7vw,92px) var(--page-gutter,5vw) 24px;border-top:4px solid var(--primary);background:linear-gradient(135deg,#171817 0%,#20221f 62%,#151615 100%);color:var(--inverse-muted)}
.site-footer:before{content:"";position:absolute;right:-120px;top:-180px;width:360px;height:360px;border:1px solid rgba(225,179,33,.24);border-radius:50%;box-shadow:0 0 0 28px rgba(225,179,33,.04),0 0 0 56px rgba(225,179,33,.03);pointer-events:none}.site-footer__grid,.site-footer__bottom{position:relative;z-index:1}.site-footer__grid{gap:clamp(30px,4vw,54px)}.site-footer__brand{padding-right:20px}.site-footer__brand-link{gap:14px}.site-footer__brand-link img{width:52px;height:58px}.site-footer__brand-link span{font-size:27px}.site-footer__brand p{max-width:290px;color:rgba(255,255,255,.68);line-height:1.7}.site-footer__visit{min-height:48px;border-radius:7px;box-shadow:0 10px 22px rgba(0,0,0,.18)}
.site-footer__title{position:relative;display:inline-block;margin-bottom:22px!important;color:#fff;font-size:26px!important}.site-footer__title:after{content:"";position:absolute;left:0;bottom:-9px;width:28px;height:2px;background:var(--accent-text)}.site-footer__links{gap:11px}.site-footer__links a{display:inline-flex;align-items:center;min-height:28px;padding:2px 0;color:rgba(255,255,255,.7);transition:color .2s ease,transform .2s ease}.site-footer__links a:hover,.site-footer__links a:focus-visible{color:var(--accent-text);transform:translateX(4px)}.site-footer__newsletter{align-content:start;padding:24px;border:1px solid rgba(255,255,255,.14);border-radius:16px;background:rgba(255,255,255,.055);backdrop-filter:blur(10px)}.site-footer__newsletter .site-footer__title{margin-top:0}.site-footer__newsletter p{color:rgba(255,255,255,.7)}.site-footer__form{max-width:none;gap:8px}.site-footer__input,.site-footer__submit{height:48px;border-radius:6px}.site-footer__input{border-color:rgba(255,255,255,.22)}.site-footer__submit{padding:0 17px;transition:background .2s ease,transform .2s ease}.site-footer__submit:hover,.site-footer__submit:focus-visible{transform:translateY(-2px)}.site-footer__socials{gap:9px;margin-top:4px}.site-footer__social-link{min-height:40px;padding:0 12px;border-radius:7px;border-color:rgba(255,255,255,.25);background:rgba(255,255,255,.03);transition:color .2s ease,border-color .2s ease,background .2s ease,transform .2s ease}.site-footer__social-link:hover,.site-footer__social-link:focus-visible{border-color:var(--accent-text);background:rgba(225,179,33,.09);transform:translateY(-2px)}.site-footer__social-icon{width:22px;height:22px;border-radius:50%;background:var(--accent-text);color:var(--ink)}.site-footer__bottom{margin-top:clamp(42px,6vw,68px);padding-top:20px;border-color:rgba(255,255,255,.2);color:rgba(255,255,255,.58)}.site-footer__bottom a:hover,.site-footer__bottom a:focus-visible{color:var(--accent-text)}.site-footer a:focus-visible,.site-footer button:focus-visible,.site-footer input:focus-visible{outline:3px solid var(--accent-text);outline-offset:3px}
@media(max-width:639px){.site-footer{padding-right:6vw;padding-left:6vw}.site-footer__brand{padding-right:0}.site-footer__newsletter{padding:22px}.site-footer__form{grid-template-columns:1fr}.site-footer__submit{width:100%}.site-footer__bottom{align-items:flex-start}.site-footer__bottom p{overflow-wrap:anywhere}}
@media(prefers-reduced-motion:reduce){.site-footer__links a,.site-footer__social-link,.site-footer__submit{transition:none}.site-footer__links a:hover,.site-footer__social-link:hover,.site-footer__submit:hover{transform:none}}
/* Full-width newsletter panel */
.site-footer__newsletter{
  grid-column:1/-1;
  width:100%;
  display:grid;
  grid-template-columns:minmax(180px,.7fr) minmax(300px,1fr) auto;
  align-items:center;
  gap:clamp(18px,3vw,42px);
  padding:clamp(24px,3vw,36px);
  border-radius:20px;
}
.site-footer__newsletter .site-footer__title{margin:0!important}
.site-footer__newsletter>p{max-width:380px;margin:0}
.site-footer__newsletter .site-footer__form{max-width:none;grid-column:auto}
.site-footer__newsletter .site-footer__socials{grid-column:1/-1;padding-top:20px;border-top:1px solid rgba(255,255,255,.14)}
.site-footer__newsletter .site-footer__status{grid-column:2}
@media(min-width:980px){
  .site-footer__newsletter{grid-template-columns:minmax(190px,.75fr) minmax(360px,1.2fr) auto}
  .site-footer__newsletter .site-footer__socials{grid-column:1/-1}
}
@media(max-width:760px){
  .site-footer__newsletter{grid-template-columns:1fr;align-items:start;gap:14px}
  .site-footer__newsletter>p{max-width:560px}
  .site-footer__newsletter .site-footer__form,.site-footer__newsletter .site-footer__status{grid-column:auto;width:100%}
  .site-footer__newsletter .site-footer__form{grid-template-columns:minmax(0,1fr) auto}
  .site-footer__newsletter .site-footer__socials{grid-column:auto}
}
@media(max-width:440px){
  .site-footer__newsletter{padding:20px}
  .site-footer__newsletter .site-footer__form{grid-template-columns:1fr}
  .site-footer__newsletter .site-footer__submit{width:100%}
  .site-footer__newsletter .site-footer__socials{display:grid;grid-template-columns:1fr 1fr;gap:8px}
  .site-footer__newsletter .site-footer__social-link{justify-content:center}
}

/* Footer newsletter card refinement: compact, balanced and easier to scan. */
.site-footer__newsletter{
  align-self:start;
  height:auto;
  min-height:0;
  align-content:start;
  grid-template-rows:auto auto;
  row-gap:22px;
  padding:28px clamp(22px,3vw,38px);
}
.site-footer__newsletter .site-footer__title{font-size:30px!important;line-height:1}
.site-footer__newsletter>p{font-size:14px;line-height:1.5}
.site-footer__newsletter .site-footer__form{align-self:center}
.site-footer__newsletter .site-footer__socials{
  align-items:center;
  min-height:54px;
  padding-top:18px;
  margin-top:0;
  border-top:1px solid rgba(255,255,255,.14);
}
.site-footer__newsletter .site-footer__social-link{
  min-height:42px;
  padding-inline:14px;
}
@media(min-width:980px){
  .site-footer__newsletter{
    grid-template-columns:minmax(190px,.75fr) minmax(240px,1fr) minmax(340px,1.3fr);
  }
  .site-footer__newsletter .site-footer__form{grid-column:3;grid-row:1}
  .site-footer__newsletter .site-footer__socials{grid-column:1/-1;grid-row:2}
}
@media(max-width:760px){
  .site-footer__newsletter{padding:24px;row-gap:16px}
  .site-footer__newsletter .site-footer__form{align-self:stretch}
}
@media(prefers-reduced-motion:reduce){
  .site-footer__newsletter .site-footer__social-link{transition-duration:1ms!important}
}
