/* ============ HUGGINS INC — black & gold ============ */
:root{
  --ink:#0b0a08;
  --panel:#14110c;
  --panel-2:#1b1710;
  --line:rgba(198,161,91,.22);
  --gold:#c6a15b;
  --gold-bright:#dcbb79;
  --ivory:#f2ecdf;
  --muted:#a2977f;
  --display:'Space Grotesk','Segoe UI',Arial,sans-serif;
  --sans:'Manrope','Segoe UI',Arial,sans-serif;
  --r1:12px;
  --r2:20px;
  --r3:28px;
  --shadow:0 24px 60px -20px rgba(0,0,0,.65);
}
*{margin:0;padding:0;box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  background:var(--ink);
  color:var(--ivory);
  font-family:var(--sans);
  font-weight:400;
  line-height:1.65;
  -webkit-font-smoothing:antialiased;
}
::selection{background:var(--gold);color:#161206}
img{max-width:100%;display:block}
a{color:inherit;text-decoration:none}
button{font-family:inherit;cursor:pointer}
h1,h2,h3{font-family:var(--display);font-weight:700;line-height:1.06;letter-spacing:-.01em}

/* ---------- scroll reveals ---------- */
.rv{opacity:0;transform:translateY(16px);transition:opacity .7s ease,transform .7s cubic-bezier(.22,1,.36,1)}
.rv.in{opacity:1;transform:none}
@media(prefers-reduced-motion:reduce){
  .rv{opacity:1;transform:none;transition:none}
  html{scroll-behavior:auto}
}

/* ---------- buttons ---------- */
.btn{
  display:inline-block;
  padding:1rem 2.5rem;
  font-family:var(--sans);
  font-size:.78rem;
  font-weight:600;
  letter-spacing:.2em;
  text-transform:uppercase;
  border:1px solid var(--gold);
  border-radius:999px;
  transition:all .35s ease;
  text-align:center;
}
.btn.gold{background:var(--gold);color:#161206}
.btn.gold:hover{background:var(--gold-bright);border-color:var(--gold-bright);transform:translateY(-2px);box-shadow:0 14px 34px -12px rgba(198,161,91,.45)}
.btn.ghost{background:rgba(11,10,8,.25);color:var(--ivory);backdrop-filter:blur(4px)}
.btn.ghost:hover{background:rgba(198,161,91,.14);transform:translateY(-2px)}
.btn.wide{width:100%}

/* ---------- header ---------- */
.site-header{
  position:fixed;inset:0 0 auto 0;z-index:60;
  background:linear-gradient(rgba(11,10,8,.92),rgba(11,10,8,.78));
  backdrop-filter:blur(14px);
  border-bottom:1px solid var(--line);
}
.header-inner{
  max-width:1440px;margin:0 auto;
  display:grid;grid-template-columns:1fr auto 1fr;
  align-items:center;
  padding:.4rem 2.2rem;
}
.header-logo{justify-self:center}
.header-logo img{height:58px;width:auto}

.menu-btn{
  justify-self:start;
  display:flex;align-items:center;gap:.8rem;
  background:none;border:none;color:var(--ivory);
  padding:.6rem 0;
}
.mb-lines{display:flex;flex-direction:column;gap:7px;width:24px}
.mb-lines span{display:block;height:1px;background:currentColor;transition:width .35s ease}
.mb-lines span:first-child{width:24px}
.mb-lines span:last-child{width:15px}
.menu-btn:hover .mb-lines span{width:24px}
.menu-btn:hover{color:var(--gold-bright)}
.mb-label{
  font-size:.74rem;font-weight:500;letter-spacing:.28em;text-transform:uppercase;
}

.header-tools{justify-self:end;display:flex;align-items:center;gap:1.8rem}
.header-link{
  font-size:.74rem;font-weight:500;letter-spacing:.28em;text-transform:uppercase;
  opacity:.85;transition:.3s;
}
.header-link:hover{opacity:1;color:var(--gold-bright)}
.cart-btn{
  position:relative;
  background:none;border:none;color:var(--ivory);
  padding:.5rem .2rem .5rem .5rem;
  display:flex;align-items:center;
  transition:color .3s;
}
.cart-btn:hover{color:var(--gold-bright)}
.bag-icon{width:23px;height:23px}
.cart-count{
  position:absolute;top:0;right:-8px;
  background:var(--gold);color:#161206;
  font-weight:700;font-size:.62rem;
  min-width:1.15rem;height:1.15rem;
  padding:0 .25rem;
  display:flex;align-items:center;justify-content:center;
  border-radius:999px;
}
.cart-count.empty{display:none}

/* ---------- menu drawer ---------- */
.menu-backdrop{
  position:fixed;inset:0;z-index:70;
  background:rgba(5,4,2,.6);
  backdrop-filter:blur(3px);
  opacity:0;pointer-events:none;transition:.35s;
}
.menu-backdrop.open{opacity:1;pointer-events:auto}
.menu-drawer{
  position:fixed;top:0;left:0;bottom:0;z-index:75;
  width:min(420px,100vw);
  background:var(--panel);
  border-right:1px solid var(--line);
  border-radius:0 var(--r3) var(--r3) 0;
  transform:translateX(-102%);
  transition:transform .5s cubic-bezier(.22,1,.36,1);
  display:flex;flex-direction:column;
  padding:0 3rem;
  box-shadow:var(--shadow);
}
.menu-drawer.open{transform:none}
.menu-head{
  display:flex;justify-content:space-between;align-items:center;
  padding:1.7rem 0 1.2rem;
  border-bottom:1px solid var(--line);
}
.menu-title{font-size:.74rem;font-weight:500;letter-spacing:.28em;text-transform:uppercase;color:var(--muted)}
.menu-head .modal-close{position:static}
.menu-links{flex:1;display:flex;flex-direction:column;justify-content:center;gap:.2rem;overflow-y:auto;padding:1rem 0}
.menu-links > a{
  font-family:var(--display);
  font-size:1.45rem;font-weight:700;letter-spacing:-.01em;
  padding:.5rem 0;
  transition:color .3s,transform .35s ease;
}
.menu-links > a:hover{color:var(--gold-bright);transform:translateX(10px)}
.menu-parent{
  background:none;border:none;color:var(--ivory);
  font-family:var(--display);
  font-size:1.45rem;font-weight:700;letter-spacing:-.01em;
  display:flex;align-items:center;gap:.8rem;
  padding:.5rem 0;
  transition:color .3s;
}
.menu-parent:hover{color:var(--gold-bright)}
.menu-parent .chev{width:15px;height:15px;transition:transform .35s ease;opacity:.7}
.menu-group.open .menu-parent{color:var(--gold-bright)}
.menu-group.open .menu-parent .chev{transform:rotate(180deg)}
.menu-sub{
  max-height:0;overflow:hidden;
  transition:max-height .45s ease;
  display:flex;flex-direction:column;
  padding-left:1.3rem;
}
.menu-group.open .menu-sub{max-height:220px}
.menu-sub a{
  font-family:var(--sans);
  font-size:.98rem;font-weight:500;
  color:var(--muted);
  padding:.42rem 0;
  transition:color .3s,transform .35s ease;
}
.menu-sub a:hover{color:var(--gold-bright);transform:translateX(8px)}
.menu-foot{
  padding:1.6rem 0 2rem;
  border-top:1px solid var(--line);
  display:flex;flex-direction:column;gap:.3rem;
}
.menu-foot a{color:var(--muted);font-size:.88rem;transition:.3s}
.menu-foot a:hover{color:var(--gold-bright)}

/* ---------- hero ---------- */
.hero{position:relative;min-height:100vh;display:flex;align-items:flex-end;overflow:hidden}
.hero-media{position:absolute;inset:0}
.hero-media img,.hero-media video{width:100%;height:100%;object-fit:cover;object-position:center}
.hero-media::after{
  content:'';position:absolute;inset:0;
  background:
    linear-gradient(105deg,rgba(11,10,8,.92) 0%,rgba(11,10,8,.62) 45%,rgba(11,10,8,.28) 78%),
    linear-gradient(rgba(11,10,8,.42),rgba(11,10,8,.2) 55%,rgba(11,10,8,.94));
}
.hero-content{position:relative;z-index:2;max-width:1440px;width:100%;margin:0 auto;padding:0 2.5rem 11vh}
.hero h1{
  font-size:clamp(3.2rem,8.5vw,7.4rem);
  letter-spacing:-.02em;
  color:var(--ivory);
}
.hero h1 em{font-style:normal;color:var(--gold-bright)}
.hero-sub{max-width:34rem;margin:1.8rem 0 2.6rem;font-size:1.02rem;color:#d8d0bf}
.hero-actions{display:flex;gap:1.1rem;flex-wrap:wrap}

/* ---------- sections shared ---------- */
section{position:relative}
.section-head{max-width:720px;margin:0 auto;text-align:center;padding:0 2rem}
.section-head h2{font-size:clamp(1.9rem,4vw,3rem);margin-bottom:1.1rem}
.section-head p{color:var(--muted);font-size:1rem}

/* ---------- atelier ---------- */
.atelier{
  max-width:1440px;margin:0 auto;
  padding:7rem 2.5rem 3rem;
  display:grid;grid-template-columns:1.05fr 1fr;
  gap:4rem;
  align-items:center;
}
.atelier-media{height:100%;min-height:480px;border-radius:var(--r3);overflow:hidden;box-shadow:var(--shadow)}
.atelier-media img{width:100%;height:100%;object-fit:cover;transition:transform 1.4s cubic-bezier(.19,1,.22,1)}
.atelier-media:hover img{transform:scale(1.03)}
.atelier-copy{max-width:560px}
.atelier-copy h2{font-size:clamp(1.9rem,3.4vw,2.8rem);margin-bottom:1.6rem}
.atelier-copy p{color:#cfc6b2;margin-bottom:1.2rem}
.atelier-copy .btn{margin-top:1.2rem}

/* ---------- collection ---------- */
.collection{padding:7rem 0;max-width:1440px;margin:0 auto}
.filter-row{
  display:flex;justify-content:center;gap:.6rem;
  margin:2.6rem 0 3.4rem;flex-wrap:wrap;
}
.filter-tab{
  background:none;
  border:1px solid transparent;
  border-radius:999px;
  color:var(--muted);
  font-size:.74rem;font-weight:600;letter-spacing:.22em;text-transform:uppercase;
  padding:.65rem 1.5rem;
  transition:.3s;
}
.filter-tab:hover{color:var(--ivory);border-color:var(--line)}
.filter-tab.active{color:#161206;background:var(--gold);border-color:var(--gold)}
.product-grid{
  display:grid;
  grid-template-columns:repeat(auto-fill,minmax(300px,1fr));
  gap:2.8rem 2rem;
  padding:0 2.5rem;
}
.product-card{display:flex;flex-direction:column}
.product-media{
  position:relative;overflow:hidden;
  aspect-ratio:3/4;
  background:var(--panel);
  border-radius:var(--r2);
  cursor:pointer;
  transition:box-shadow .5s ease,transform .5s ease;
}
.product-card:hover .product-media{box-shadow:var(--shadow);transform:translateY(-4px)}
.product-media img{
  width:100%;height:100%;object-fit:cover;
  transition:transform 1.1s cubic-bezier(.19,1,.22,1),opacity .5s;
}
.product-card:hover .product-media img{transform:scale(1.06)}
.product-media .quick-tag{
  position:absolute;left:0;right:0;bottom:0;
  padding:1rem;
  text-align:center;
  font-size:.7rem;font-weight:600;letter-spacing:.26em;text-transform:uppercase;
  color:var(--ivory);
  background:linear-gradient(transparent,rgba(11,10,8,.85));
  opacity:0;transform:translateY(8px);
  transition:.4s;
  pointer-events:none;
}
.product-card:hover .quick-tag{opacity:1;transform:none}
.product-meta{
  display:flex;justify-content:space-between;align-items:baseline;
  margin:1.2rem .2rem .2rem;gap:1rem;
}
.product-name{font-family:var(--display);font-size:1rem;font-weight:600;letter-spacing:0}
.product-price{font-size:.88rem;color:var(--gold-bright);letter-spacing:.06em;white-space:nowrap}
.product-cat{font-size:.7rem;font-weight:500;letter-spacing:.24em;text-transform:uppercase;color:var(--muted);margin-left:.2rem}
.product-buy{
  margin-top:1.05rem;
  background:none;border:1px solid var(--line);
  border-radius:999px;
  color:var(--ivory);
  font-size:.72rem;font-weight:600;letter-spacing:.24em;text-transform:uppercase;
  padding:.85rem;
  transition:.35s;
}
.product-buy:hover{background:var(--gold);border-color:var(--gold);color:#161206}

/* ---------- editorial ---------- */
.editorial{
  max-width:1440px;margin:2rem auto 0;
  padding:0 2.5rem 5rem;
  display:grid;
  grid-template-columns:repeat(3,1fr);
  grid-auto-rows:40vw;
  gap:1.2rem;
}
.editorial-item{position:relative;overflow:hidden;border-radius:var(--r2)}
.editorial-item.large{grid-column:span 2;grid-row:span 1}
.editorial-item.wide{grid-column:span 2}
.editorial-item.large img{object-position:center 28%}
.editorial-item img{width:100%;height:100%;object-fit:cover;transition:transform 1.4s cubic-bezier(.19,1,.22,1)}
.editorial-item:hover img{transform:scale(1.04)}
.editorial-item.large{display:flex}
.editorial-caption{
  position:absolute;inset:auto 0 0 0;
  padding:3rem 2.8rem;
  background:linear-gradient(transparent,rgba(11,10,8,.88));
}
.editorial-caption h3{font-size:clamp(1.4rem,2.5vw,2.1rem);margin-bottom:.7rem}
.editorial-caption p{color:#cfc6b2;max-width:26rem;font-size:.95rem}
@media(min-width:900px){
  .editorial{grid-auto-rows:26vw}
  .editorial-item.large{grid-row:span 1}
}

/* ---------- custom services ---------- */
.custom{padding:8rem 2.5rem;background:var(--panel);border-top:1px solid var(--line);border-bottom:1px solid var(--line)}
.services-grid{
  max-width:1200px;margin:4rem auto 0;
  display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));
  gap:1.2rem;
}
.service{
  background:var(--panel-2);
  border:1px solid var(--line);
  border-radius:var(--r2);
  padding:2.4rem 2.2rem;
  transition:transform .45s ease,border-color .45s ease,box-shadow .45s ease;
}
.service:hover{transform:translateY(-4px);border-color:rgba(198,161,91,.45);box-shadow:var(--shadow)}
.service h3{font-size:1.12rem;color:var(--gold-bright);margin-bottom:.8rem}
.service p{color:var(--muted);font-size:.95rem}
.custom-cta{text-align:center;margin-top:4rem}
.custom-cta p{font-family:var(--display);font-size:1.3rem;font-weight:600;margin-bottom:1.4rem;color:var(--ivory)}

/* ---------- commitments ---------- */
.commitments{
  max-width:1200px;margin:0 auto;
  padding:7rem 2.5rem;
  display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));
  gap:3.5rem;
  text-align:center;
}
.commitment h3{font-size:1.12rem;color:var(--ivory);margin-bottom:.8rem}
.commitment h3::after{
  content:'';display:block;width:2.2rem;height:1px;
  background:var(--gold);margin:.9rem auto 0;
}
.commitment p{color:var(--muted);font-size:.95rem}

/* ---------- footer ---------- */
.site-footer{background:#080705;border-top:1px solid var(--line);padding:5.5rem 2.5rem 2.5rem}
.footer-grid{
  max-width:1300px;margin:0 auto;
  display:grid;grid-template-columns:1.4fr 1fr 1fr 1fr;
  gap:3rem;
}
.footer-logo{height:110px;width:auto;margin-bottom:1.2rem}
.footer-brand p{color:var(--muted);font-size:.95rem}
.footer-col h4{
  font-family:var(--sans);font-weight:600;
  font-size:.74rem;letter-spacing:.3em;text-transform:uppercase;
  color:var(--gold-bright);margin-bottom:1.3rem;
}
.footer-col a,.footer-col span{
  display:block;color:#cfc6b2;font-size:.93rem;
  padding:.3rem 0;transition:.3s;
}
.footer-col a:hover{color:var(--gold-bright)}
.footer-base{
  max-width:1300px;margin:4rem auto 0;
  padding-top:1.8rem;
  border-top:1px solid rgba(198,161,91,.12);
  display:flex;justify-content:space-between;gap:1rem;flex-wrap:wrap;
  color:#7d735d;font-size:.8rem;letter-spacing:.05em;
}

/* ---------- quick view + checkout modals ---------- */
.modal-backdrop{
  position:fixed;inset:0;z-index:80;
  background:rgba(5,4,2,.78);
  backdrop-filter:blur(6px);
  display:none;align-items:center;justify-content:center;
  padding:1.5rem;
}
.modal-backdrop.open{display:flex}
.quick-view{
  background:var(--panel);border:1px solid var(--line);
  border-radius:var(--r3);
  max-width:940px;width:100%;max-height:92vh;
  display:grid;grid-template-columns:1fr 1fr;
  position:relative;overflow:hidden;
  box-shadow:var(--shadow);
}
.qv-media{min-height:420px}
.qv-media img{width:100%;height:100%;object-fit:cover}
.qv-info{padding:3rem 2.8rem;overflow-y:auto}
.qv-category{font-size:.7rem;font-weight:500;letter-spacing:.3em;text-transform:uppercase;color:var(--muted);margin-bottom:.6rem}
.qv-info h3{font-size:1.55rem;margin-bottom:.5rem}
.qv-price{color:var(--gold-bright);font-size:1rem;letter-spacing:.06em;margin-bottom:1.4rem}
.qv-desc{color:var(--muted);font-size:.95rem;margin-bottom:1.8rem}
.qv-sizes{display:flex;gap:.5rem;flex-wrap:wrap;margin-bottom:2rem}
.size-btn{
  background:none;border:1px solid var(--line);color:var(--ivory);
  border-radius:999px;
  min-width:3.1rem;padding:.6rem .9rem;
  font-size:.8rem;letter-spacing:.08em;
  transition:.25s;
}
.size-btn:hover{border-color:var(--gold)}
.size-btn.selected{background:var(--gold);border-color:var(--gold);color:#161206;font-weight:600}
.modal-close{
  position:absolute;top:.9rem;right:1.1rem;z-index:5;
  background:none;border:none;color:var(--ivory);
  font-size:2rem;line-height:1;opacity:.7;transition:.3s;
}
.modal-close:hover{opacity:1;color:var(--gold-bright)}

.checkout-modal{
  background:var(--panel);border:1px solid var(--line);
  border-radius:var(--r3);
  max-width:480px;width:100%;
  padding:3.4rem 2.8rem 2.8rem;
  text-align:center;position:relative;
  box-shadow:var(--shadow);
}
.checkout-crest{height:74px;width:auto;margin:0 auto 1.4rem}
.checkout-modal h3{font-size:1.4rem;margin-bottom:1rem}
.checkout-modal p{color:var(--muted);font-size:.95rem;margin-bottom:1.8rem}
.checkout-actions{display:flex;flex-direction:column;gap:.8rem}

/* ---------- cart drawer ---------- */
.drawer-backdrop{
  position:fixed;inset:0;z-index:70;
  background:rgba(5,4,2,.6);
  opacity:0;pointer-events:none;transition:.35s;
}
.drawer-backdrop.open{opacity:1;pointer-events:auto}
.cart-drawer{
  position:fixed;top:0;right:0;bottom:0;z-index:75;
  width:min(430px,100vw);
  background:var(--panel);
  border-left:1px solid var(--line);
  border-radius:var(--r3) 0 0 var(--r3);
  transform:translateX(102%);
  transition:transform .45s cubic-bezier(.22,1,.36,1);
  display:flex;flex-direction:column;
  box-shadow:var(--shadow);
}
.cart-drawer.open{transform:none}
.drawer-head{
  display:flex;justify-content:space-between;align-items:center;
  padding:1.6rem 1.8rem;border-bottom:1px solid var(--line);
}
.drawer-head h3{font-size:1.2rem}
.drawer-head .modal-close{position:static}
.drawer-items{flex:1;overflow-y:auto;padding:1.2rem 1.8rem}
.cart-empty{color:var(--muted);text-align:center;padding:3.5rem 1rem;font-size:.95rem}
.cart-item{
  display:grid;grid-template-columns:76px 1fr auto;
  gap:1rem;align-items:center;
  padding:1.1rem 0;border-bottom:1px solid rgba(198,161,91,.12);
}
.cart-item img{width:76px;height:96px;object-fit:cover;border-radius:var(--r1)}
.ci-name{font-family:var(--display);font-size:.92rem;font-weight:600}
.ci-size{font-size:.75rem;color:var(--muted);letter-spacing:.1em;margin:.15rem 0 .5rem}
.ci-qty{display:flex;align-items:center;gap:.7rem}
.qty-btn{
  background:none;border:1px solid var(--line);color:var(--ivory);
  border-radius:50%;
  width:1.7rem;height:1.7rem;line-height:1;
  font-size:.9rem;transition:.25s;
}
.qty-btn:hover{border-color:var(--gold)}
.ci-right{text-align:right;display:flex;flex-direction:column;gap:.6rem;align-items:flex-end}
.ci-price{color:var(--gold-bright);font-size:.9rem}
.ci-remove{
  background:none;border:none;color:var(--muted);
  font-size:.7rem;font-weight:500;letter-spacing:.16em;text-transform:uppercase;
  transition:.25s;
}
.ci-remove:hover{color:#d98b6a}
.drawer-foot{padding:1.6rem 1.8rem;border-top:1px solid var(--line)}
.subtotal-row{
  display:flex;justify-content:space-between;
  font-size:1rem;letter-spacing:.04em;margin-bottom:.5rem;
}
.subtotal-row span:last-child{color:var(--gold-bright)}
.drawer-note{font-size:.78rem;color:var(--muted);margin-bottom:1.2rem}

/* ---------- coming soon / sub pages ---------- */
.coming-main{
  min-height:100vh;
  display:flex;align-items:center;justify-content:center;
  text-align:center;
  padding:7rem 2rem 4rem;
}
.coming-inner{max-width:480px;display:flex;flex-direction:column;align-items:center}
.coming-crest{height:100px;width:auto;margin-bottom:2.2rem;opacity:.95}
.coming-kicker{
  font-size:.74rem;font-weight:600;letter-spacing:.32em;text-transform:uppercase;
  color:var(--muted);margin-bottom:1rem;
}
.coming-inner h1{font-size:clamp(2.2rem,6vw,3.4rem);margin-bottom:1.2rem}
.coming-inner h1 span{color:var(--gold-bright)}
.coming-inner p{color:var(--muted);margin-bottom:2.4rem}
.subpage-footer{
  text-align:center;color:#7d735d;font-size:.8rem;letter-spacing:.05em;
  padding:0 2rem 2.2rem;
}

/* ---------- toast ---------- */
.toast{
  position:fixed;bottom:2rem;left:50%;transform:translate(-50%,20px);
  z-index:90;
  background:var(--gold);color:#161206;
  font-size:.78rem;font-weight:600;letter-spacing:.18em;text-transform:uppercase;
  padding:.9rem 1.9rem;
  border-radius:999px;
  box-shadow:0 14px 34px -12px rgba(198,161,91,.5);
  opacity:0;pointer-events:none;
  transition:.4s;
}
.toast.show{opacity:1;transform:translate(-50%,0)}

/* ---------- responsive ---------- */
@media(max-width:1080px){
  .footer-grid{grid-template-columns:1fr 1fr}
  .atelier{grid-template-columns:1fr;gap:2.5rem;padding:5rem 1.6rem 2rem}
  .atelier-media{min-height:340px}
}
@media(max-width:860px){
  .header-inner{padding:.4rem 1.2rem}
  .header-logo img{height:50px}
  .mb-label{display:none}
  .header-link{display:none}
  .menu-drawer{padding:0 2rem}
  .menu-links > a,.menu-parent{font-size:1.3rem}
  .hero-content{padding:0 1.4rem 12vh}
  .collection{padding:5rem 0}
  .product-grid{padding:0 1.4rem;gap:2.2rem 1.2rem;grid-template-columns:repeat(auto-fill,minmax(170px,1fr))}
  .editorial{padding:0 1.4rem 3.5rem;gap:.8rem;grid-template-columns:1fr 1fr;grid-auto-rows:56vw}
  .editorial-item.large{grid-column:span 2}
  .custom{padding:6rem 1.4rem}
  .quick-view{grid-template-columns:1fr;overflow-y:auto}
  .qv-media{min-height:300px;max-height:44vh}
  .qv-info{padding:2rem 1.6rem}
  .commitments{padding:5rem 1.6rem;gap:2.6rem}
  .footer-grid{grid-template-columns:1fr}
  .site-footer{padding:4rem 1.6rem 2rem}
  .cart-drawer,.menu-drawer{border-radius:0}
}
