/* aluminum-accessories-commerce — Brydge-inspired independent shell */
*,*::before,*::after{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;min-height:100vh;background:var(--al-bg,#fff);color:var(--al-text,#111);
  font-family:var(--font-body);font-size:15px;line-height:1.45;-webkit-font-smoothing:antialiased;
}
img{max-width:100%;display:block}
a{color:inherit;text-decoration:none}
button,input,select{font:inherit;color:inherit}
button{cursor:pointer;background:none;border:0;padding:0}

.al-wrap{width:min(100% - 2.5rem, var(--al-max,1280px));margin-inline:auto}
.al-demo{
  background:#fff8e8;color:#6a5420;font-size:12px;text-align:center;
  padding:.4rem 1rem;border-bottom:1px solid #f0e2b8;
}

.al-ann{
  display:block;background:#111;color:#f5f5f5;font-size:13px;text-align:center;
  padding:.65rem 1rem;letter-spacing:.01em;text-decoration:none;
  transition:background .2s ease;
}
.al-ann:hover{background:#222}
.al-ann strong{font-weight:600}
.al-ann strong u,
.al-ann .al-ann__cta{
  text-decoration:underline;text-underline-offset:3px;font-weight:700;
}

.al-header{
  position:sticky;top:0;z-index:50;background:rgba(255,255,255,.96);
  backdrop-filter:blur(10px);border-bottom:1px solid #e8e8e8;
}
.al-header__inner{
  display:grid;grid-template-columns:1fr auto 1fr;align-items:center;
  gap:1rem;padding:1rem 0;
}
.al-logo{
  font-weight:700;font-size:1.45rem;letter-spacing:-.04em;justify-self:start;
}
.al-logo--img img{height:36px;width:auto;display:block}
.al-logo span{
  display:block;font-size:.62rem;font-weight:500;letter-spacing:.16em;
  text-transform:uppercase;color:#777;margin-top:.15rem;
}
.al-nav{display:flex;justify-content:center;gap:1.4rem;flex-wrap:wrap}
.al-nav a{font-size:.9rem;font-weight:500;padding:.25rem 0;border-bottom:2px solid transparent}
.al-nav a:hover{border-bottom-color:#111}
.al-tools{justify-self:end;display:flex;gap:.85rem;align-items:center}
.al-tool{font-size:.86rem;font-weight:500;display:inline-flex;gap:.35rem;align-items:center}
.al-tool--find{
  letter-spacing:.08em;text-transform:uppercase;font-size:.72rem;font-weight:700;
  border-bottom:1px solid transparent;
}
.al-tool--find:hover{border-bottom-color:#111}
.al-tool--cart{
  min-height:34px;padding:0 .7rem;border:1.5px solid #111;border-radius:0;font-weight:650;
}
.al-tool--cart:hover{background:#111;color:#fff}
.al-tool--cart .al-bag{background:#111;color:#fff}
.al-tool--cart:hover .al-bag{background:#fff;color:#111}
.al-bag{
  min-width:1.2rem;height:1.2rem;padding:0 .3rem;border-radius:999px;
  background:#111;color:#fff;font-size:.7rem;font-weight:700;display:inline-grid;place-items:center;
}

.al-btn{
  display:inline-flex;align-items:center;justify-content:center;gap:.4rem;
  min-height:44px;padding:.7rem 1.4rem;border-radius:0;font-weight:600;font-size:.9rem;
  border:1.5px solid transparent;transition:background .2s,color .2s,border-color .2s;
}
.al-btn--solid{background:#111;color:#fff;border-color:#111}
.al-btn--solid:hover{background:#000}
.al-btn--outline{background:transparent;color:#111;border-color:#111}
.al-btn--outline:hover{background:#111;color:#fff}
.al-btn--light{background:#fff;color:#111;border-color:#fff}
.al-btn--ghost-light{background:transparent;color:#fff;border-color:#fff}
.al-btn--ghost-light:hover{background:#fff;color:#111}

/* Hero — full bleed dark */
.al-hero{
  position:relative;min-height:min(72vh,700px);background:#0d0d0d;color:#fff;overflow:hidden;
}
.al-hero__media{position:absolute;inset:0}
.al-hero__media img{width:100%;height:100%;object-fit:cover;opacity:.55}
.al-hero__veil{
  position:absolute;inset:0;
  background:linear-gradient(90deg,rgba(0,0,0,.78) 0%,rgba(0,0,0,.35) 55%,rgba(0,0,0,.15) 100%);
}
.al-hero__content{
  position:relative;z-index:2;min-height:min(72vh,700px);
  display:flex;align-items:flex-end;padding:4rem 0 3.25rem;
}
.al-hero__eyebrow{
  font-size:.72rem;font-weight:700;letter-spacing:.18em;text-transform:uppercase;
  margin-bottom:.8rem;opacity:.9;
}
.al-hero__brand{
  margin:0 0 .7rem;font-size:clamp(2.5rem,6vw,4.2rem);line-height:.95;
  letter-spacing:-.045em;font-weight:700;max-width:10ch;
}
.al-hero__sub{margin:0 0 1.4rem;max-width:34rem;font-size:1.05rem;color:rgba(255,255,255,.88)}
.al-hero__ctas{display:flex;flex-wrap:wrap;gap:.7rem}

.al-section{padding:3.25rem 0}
.al-section--dark{background:#111;color:#fff}
.al-section--soft{background:#f5f5f5}
.al-section__head{
  display:flex;justify-content:space-between;align-items:flex-end;gap:1rem;margin-bottom:1.5rem;
}
.al-section__title{
  margin:0;font-size:clamp(1.5rem,2.4vw,2rem);letter-spacing:-.03em;font-weight:700;
}
.al-section__link{font-weight:600;font-size:.9rem;border-bottom:1px solid currentColor}

.al-promo{
  display:grid;grid-template-columns:1.1fr .9fr;min-height:280px;background:#1a1a1a;color:#fff;overflow:hidden;
}
.al-promo__copy{padding:2.5rem;display:flex;flex-direction:column;justify-content:center;gap:.85rem}
.al-promo__copy h2{margin:0;font-size:clamp(1.6rem,3vw,2.3rem);letter-spacing:-.03em;max-width:14ch}
.al-promo__copy p{margin:0;color:rgba(255,255,255,.8);max-width:36ch}
.al-promo__media img{width:100%;height:100%;object-fit:cover;min-height:280px}

.al-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.1rem}
.al-card{background:#fff;border:1px solid #ececec;display:flex;flex-direction:column}
.al-card__media{aspect-ratio:1;background:#f2f2f2;display:grid;place-items:center;padding:1.1rem}
.al-card__media img{width:100%;height:100%;object-fit:contain}
.al-card__body{padding:1rem 1rem 1.15rem;display:grid;gap:.4rem;flex:1}
.al-card__badge{font-size:.68rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:#666}
.al-card__name{margin:0;font-size:.95rem;font-weight:600;letter-spacing:-.01em;line-height:1.3;min-height:2.6em}
.al-card__price{font-weight:700}
.al-card__compare{margin-left:.35rem;color:#888;text-decoration:line-through;font-weight:500;font-size:.9rem}
.al-card__shop{font-size:.86rem;font-weight:600;border-bottom:1px solid #111;justify-self:start;margin-top:.15rem}
.al-card__rating{font-size:.8rem;color:#666;display:flex;gap:.35rem;align-items:center}
.al-stars{letter-spacing:.04em;color:#111}

.al-cats{display:grid;grid-template-columns:1fr 1fr;gap:1rem}
.al-cat{
  position:relative;min-height:320px;overflow:hidden;background:#111;color:#fff;display:block;
}
.al-cat img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;opacity:.7;transition:transform .5s,opacity .3s}
.al-cat:hover img{transform:scale(1.04);opacity:.82}
.al-cat__label{
  position:relative;z-index:1;min-height:320px;display:flex;flex-direction:column;justify-content:flex-end;
  padding:1.75rem;background:linear-gradient(transparent 35%,rgba(0,0,0,.72));
}
.al-cat__label h3{margin:0 0 .35rem;font-size:1.55rem;letter-spacing:-.03em}
.al-cat__label p{margin:0;opacity:.88;font-size:.92rem}

.al-press{
  display:grid;grid-template-columns:repeat(3,1fr);gap:1.25rem;
}
.al-press__item{border-top:1px solid #ddd;padding-top:1rem}
.al-press__item blockquote{margin:0 0 .75rem;font-size:1.02rem;letter-spacing:-.01em;line-height:1.4}
.al-press__item cite{font-style:normal;font-size:.82rem;color:#666;font-weight:600}

.al-trust{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem;text-align:center}
.al-trust__item{padding:1.25rem .75rem}
.al-trust__item strong{display:block;margin-bottom:.35rem;letter-spacing:-.02em}
.al-trust__item span{color:#666;font-size:.9rem}

.al-news{background:#f0f0f0;padding:2.75rem 0;text-align:center}
.al-news h2{margin:0 0 .45rem;font-size:1.55rem;letter-spacing:-.03em}
.al-news p{margin:0 auto 1.2rem;max-width:36rem;color:#555}
.al-news__form{display:flex;gap:.55rem;justify-content:center;flex-wrap:wrap}
.al-news__form input{
  min-width:min(320px,100%);border:1px solid #ccc;background:#fff;padding:.75rem 1rem;
}

.al-footer{background:#111;color:#cfcfcf;padding:3rem 0 1.5rem;font-size:.9rem}
.al-footer a{color:#cfcfcf}
.al-footer a:hover{color:#fff}
.al-footer__grid{display:grid;grid-template-columns:1.4fr repeat(3,1fr);gap:2rem;margin-bottom:2rem}
.al-footer h4{margin:0 0 .85rem;color:#fff;font-size:.95rem}
.al-footer__col{display:grid;gap:.4rem;align-content:start}
.al-footer__brand{font-size:1.35rem;font-weight:700;letter-spacing:-.04em;color:#fff;margin-bottom:.4rem}
.al-footer__legal{
  border-top:1px solid #333;padding-top:1rem;display:flex;justify-content:space-between;
  gap:1rem;flex-wrap:wrap;color:#888;font-size:.8rem;
}

.al-shop-hero{padding:2.25rem 0 .5rem}
.al-shop-hero h1{margin:0 0 .35rem;font-size:clamp(1.8rem,3vw,2.4rem);letter-spacing:-.035em}
.al-shop-hero p{margin:0;color:#666}
.al-filters{display:flex;flex-wrap:wrap;gap:.5rem;margin:1.25rem 0 1.75rem}
.al-chip{
  border:1px solid #ccc;padding:.45rem .95rem;font-size:.86rem;font-weight:560;background:#fff;
}
.al-chip:hover,.al-chip.is-active{background:#111;color:#fff;border-color:#111}

.al-pdp{
  display:grid;grid-template-columns:1.05fr .95fr;gap:2.5rem;padding:2.5rem 0 3.5rem;align-items:start;
}
.al-pdp__media{background:#f2f2f2;aspect-ratio:1;display:grid;place-items:center;padding:2rem}
.al-pdp__media img{width:100%;height:100%;object-fit:contain}
.al-pdp__meta{color:#777;font-size:.85rem;margin:0 0 .5rem}
.al-pdp__title{margin:0 0 .75rem;font-size:clamp(1.55rem,2.5vw,2.15rem);letter-spacing:-.035em;line-height:1.15}
.al-pdp__price{font-size:1.3rem;font-weight:700;margin-bottom:1rem}
.al-pdp__desc{color:#555;margin:0 0 1.4rem;max-width:38rem}
.al-option{margin-bottom:1rem}
.al-option label{display:block;font-size:.82rem;font-weight:600;margin-bottom:.3rem}
.al-option select{width:min(100%,260px);border:1px solid #ccc;padding:.65rem .75rem;background:#fff}
.al-pdp__actions{display:flex;flex-wrap:wrap;gap:.7rem;margin-top:.4rem}

.al-page{padding:2.5rem 0 3.5rem;max-width:42rem}
.al-page h1{margin:0 0 1rem;letter-spacing:-.03em}
.al-page p{color:#555}
.al-signup{padding:3rem 0 4rem;display:grid;place-items:center}
.al-signup__card{
  width:min(460px,100%);background:#fff;border:1px solid #e8e8e8;
  padding:2.25rem 1.75rem;text-align:center;
}
.al-signup__eyebrow{
  margin:0 0 .6rem;font-size:.72rem;font-weight:700;letter-spacing:.16em;
  text-transform:uppercase;color:#777;
}
.al-signup__card h1{margin:0 0 .75rem;font-size:clamp(1.45rem,3vw,1.9rem);letter-spacing:-.03em}
.al-signup__card > p{color:#555;margin:0 0 1.4rem}
.al-signup__form{text-align:left;margin-bottom:1rem}
.al-signup__form .al-btn{width:100%;margin-top:.35rem}
.al-signup__note{font-size:.86rem;color:#666;margin:0 0 .75rem}
.al-signup__note.is-success{color:#15803d;font-weight:600}
.al-signup__help{margin:0;font-size:.86rem;color:#777}
.al-signup__help a{text-decoration:underline;text-underline-offset:2px}
.al-checkout{max-width:28rem;margin:2.5rem auto 3.5rem;padding:0 1.25rem}
.al-notice{background:#fff8e8;border:1px solid #f0e2b8;padding:.75rem 1rem;margin:1rem 0;font-size:.9rem}
.al-field{margin-bottom:.85rem}
.al-field label{display:block;font-size:.82rem;font-weight:600;margin-bottom:.3rem}
.al-field input{width:100%;border:1px solid #ccc;padding:.7rem .8rem}

.al-backdrop{position:fixed;inset:0;background:rgba(0,0,0,.4);opacity:0;pointer-events:none;transition:opacity .25s;z-index:80}
.al-backdrop.is-open{opacity:1;pointer-events:auto}
.al-drawer{
  position:fixed;top:0;right:0;width:min(380px,100%);height:100%;background:#fff;z-index:90;
  transform:translateX(100%);transition:transform .28s;display:flex;flex-direction:column;border-left:1px solid #e5e5e5;
}
.al-drawer.is-open{transform:none}
.al-drawer__head,.al-drawer__foot{padding:1rem 1.15rem;border-bottom:1px solid #eee;display:flex;justify-content:space-between;align-items:center}
.al-drawer__foot{border-bottom:0;border-top:1px solid #eee;flex-direction:column;align-items:stretch;gap:.75rem}
.al-drawer__body{flex:1;overflow:auto;padding:1rem 1.15rem}
.cart-empty{color:#777}
.cart-line{display:flex;justify-content:space-between;gap:.75rem;padding:.75rem 0;border-bottom:1px solid #eee}
.cart-line .thumb{width:48px;height:48px;background:#f0f0f0;flex:0 0 auto}
.icon-btn{min-width:28px;height:28px;border:1px solid #ccc;display:inline-grid;place-items:center}

@media (prefers-reduced-motion:no-preference){
  .al-card{transition:transform .25s,box-shadow .25s}
  .al-card:hover{transform:translateY(-3px);box-shadow:0 14px 30px rgba(0,0,0,.08)}
}

@media (max-width:1100px){
  .al-grid{grid-template-columns:repeat(3,1fr)}
  .al-press{grid-template-columns:1fr}
  .al-footer__grid{grid-template-columns:1fr 1fr}
}
@media (max-width:900px){
  .al-nav{display:none}
  .al-header__inner{grid-template-columns:1fr auto}
  .al-cats,.al-promo,.al-pdp{grid-template-columns:1fr}
  .al-trust{grid-template-columns:1fr}
}
@media (max-width:700px){
  .al-grid{grid-template-columns:repeat(2,1fr)}
  .al-footer__grid{grid-template-columns:1fr}
}
