.header-wrapper.w-nav, .store-nav, .site-footer { display: none !important; }
.alden-shell-nav { position: relative; z-index: 10000; width: 100%; background: #fffdf9; border-bottom: 1px solid rgba(31, 24, 54, .1); font-family: Inter, Arial, sans-serif; }
.alden-shell-inner { width: min(1200px, 92vw); min-height: 82px; margin: 0 auto; display: flex; align-items: center; justify-content: space-between; gap: 32px; }
.alden-shell-logo { display: block; width: 142px; line-height: 0; }
.alden-shell-logo img { display: block; width: 100%; height: auto; }
.alden-shell-nav nav { display: flex; align-items: center; gap: 30px; }
.alden-shell-nav nav a { color: #21183d; text-decoration: none; font-size: 15px; font-weight: 600; }
.alden-shell-nav nav a:last-child { padding: 11px 20px; border-radius: 999px; color: #fff; background: #6547df; }
.alden-shell-toggle { display: none; width: 42px; height: 42px; padding: 9px; border: 0; border-radius: 50%; background: #6547df; }
.alden-footer-newsletter { margin-top: 28px; max-width: 560px; }
.alden-footer-newsletter > label:first-child { display: block; margin-bottom: 8px; font-weight: 700; }
.alden-footer-newsletter > div { display: flex; gap: 8px; }
.alden-footer-newsletter input[type="email"] { flex: 1; min-width: 0; padding: 12px 14px; border: 1px solid #d9d3e8; border-radius: 8px; }
.alden-footer-newsletter button { padding: 12px 18px; border: 0; border-radius: 8px; background: #6547df; color: #fff; font-weight: 700; cursor: pointer; }
.alden-footer-newsletter .alden-consent { display: block; margin-top: 9px; font-size: 12px; line-height: 1.5; }
.alden-shell-toggle span { display: block; height: 2px; margin: 4px 0; background: #fff; }
.alden-shell-footer { position: relative; z-index: 2; padding: 58px 5vw 34px; background: #fffdf9; color: #21183d; border-top: 1px solid rgba(31, 24, 54, .1); text-align: center; font-family: Inter, Arial, sans-serif; }
.alden-shell-footer > img { display: block; width: 158px; height: auto; margin: 0 auto 18px; }
.alden-shell-footer p { margin: 0 0 22px; }
.alden-shell-footer nav { display: flex; justify-content: center; flex-wrap: wrap; gap: 12px 26px; margin-bottom: 25px; }
.alden-shell-footer a { color: #21183d; text-decoration: none; font-weight: 600; }
.alden-shell-footer small { opacity: .65; }
.alden-news-grid { grid-template-columns: repeat(3, minmax(0, 1fr)) !important; }
.alden-news-card .image-wrapper { aspect-ratio: 16 / 10; overflow: hidden; }
.alden-news-card .image { width: 100%; height: 100%; object-fit: cover; }
.alden-news-card p { margin: 10px 0; color: #6b6579; }
.footer-wrapper .logo-link img { width: 142px; height: auto; padding: 5px; border-radius: 4px; background: #fffdf9; }
.alden-curated-footer { padding: 64px 0 28px; }
.alden-curated-footer-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr; gap: 60px; }
.alden-curated-brand img { display: block; width: 168px; height: auto; padding: 6px; border-radius: 5px; background: #fffdf9; }
.alden-curated-brand p { margin-top: 20px; color: rgba(255,255,255,.78); }
.alden-curated-footer .footer-title { margin-bottom: 18px; color: #fff; font-weight: 700; }
.alden-curated-footer nav { display: flex; flex-direction: column; align-items: flex-start; gap: 11px; }
.alden-curated-footer nav a { color: rgba(255,255,255,.8); text-decoration: none; }
.alden-curated-footer nav a:hover { color: #fff; }
.alden-curated-bottom { margin-top: 46px; padding-top: 24px; border-top: 1px solid rgba(255,255,255,.18); color: rgba(255,255,255,.62); }
@media (max-width: 760px) {
  .alden-shell-inner { min-height: 72px; }
  .alden-shell-logo { width: 122px; }
  .alden-shell-toggle { display: block; }
  .alden-shell-nav nav { display: none; position: absolute; top: 72px; left: 0; right: 0; padding: 22px 5vw; background: #fffdf9; box-shadow: 0 18px 35px rgba(31,24,54,.12); flex-direction: column; align-items: stretch; gap: 16px; }
  .alden-shell-nav.is-open nav { display: flex; }
  .alden-news-grid { grid-template-columns: 1fr !important; }
  .alden-curated-footer-grid { grid-template-columns: 1fr; gap: 34px; }
}
