/** Shopify CDN: Minification failed

Line 498:13 Unexpected "{"
Line 498:22 Expected ":"
Line 498:29 Unexpected "{"
Line 506:13 Unexpected "{"
Line 506:22 Expected ":"
Line 513:13 Unexpected "{"
Line 513:22 Expected ":"
Line 519:13 Unexpected "{"
Line 519:22 Expected ":"
Line 526:13 Unexpected "{"
... and 4 more hidden warnings

**/

/* ─── AFIYA DC — BASE ──────────────────────────────────────── */
.adc-home * { box-sizing: border-box; }
.adc-home a { text-decoration: none; }
.adc-home img { display: block; }
.adc-home h2,
.adc-home h3 { margin: 0; font-weight: 400; }

@keyframes adc-marquee {
  from { transform: translateX(0); }
  to   { transform: translateX(-50%); }
}

/* ─── GOLD TYPE TREATMENT ─────────────────────────────────── */
.adc-home .adc-gold {
  background: linear-gradient(120deg, #7E611A 0%, #C6A24B 26%, #9A7A22 48%, #E3C879 72%, #8A6A1E 100%);
  -webkit-background-clip: text; background-clip: text;
  -webkit-text-fill-color: transparent; color: transparent;
  display: inline;
}
.adc-home .adc-gold-dk {
  background: linear-gradient(120deg, #E7CD78 0%, #C9A23C 42%, #F2E0A0 70%, #CBA75A 100%);
  -webkit-background-clip: text; background-clip: text;
  -webkit-text-fill-color: transparent; color: transparent;
  display: inline;
}

/* ─── ANNOUNCEMENT ────────────────────────────────────────── */
.adc-home .adc-announce {
  background: #1B1813; color: #E8DFCB;
  font-family: 'IBM Plex Mono', monospace;
  font-size: 11px; letter-spacing: 0.1em;
  text-align: center; padding: 9px 16px;
}

/* ─── HERO ───────────────────────────────────────────────── */
.adc-home .adc-hero { background: #FBF9F3; }
.adc-home .adc-hero__inner {
  display: grid; grid-template-columns: 1.1fr 0.9fr;
  align-items: stretch; min-height: 560px;
}
.adc-home .adc-hero__text {
  padding: 78px 44px 84px; display: flex;
  flex-direction: column; justify-content: center;
}
.adc-home .adc-mono {
  font-family: 'IBM Plex Mono', monospace;
  font-size: 12px; letter-spacing: 0.2em; opacity: 0.68;
}
.adc-home .adc-hero__h2 {
  font-family: 'Newsreader', serif;
  font-size: 86px; line-height: 0.93;
  letter-spacing: -0.03em; margin: 20px 0 0;
  color: #1B1813;
}
.adc-home .adc-hero__sub {
  font-size: 17.5px; line-height: 1.55; max-width: 430px;
  margin: 26px 0 0; opacity: 0.8; color: #1B1813;
  font-family: 'Archivo', sans-serif;
}
.adc-home .adc-hero__ctas {
  display: flex; gap: 14px; margin-top: 36px; flex-wrap: wrap;
}
.adc-home .adc-btn-ink {
  background: #1B1813; color: #F4EEE2;
  font-family: 'Archivo', sans-serif;
  font-size: 14.5px; font-weight: 600;
  padding: 16px 30px; border-radius: 999px;
  transition: background 0.2s ease; display: inline-block;
}
.adc-home .adc-btn-ink:hover { background: rgba(27,24,19,0.82); }
.adc-home .adc-btn-ghost {
  background: transparent; color: #1B1813;
  font-family: 'Archivo', sans-serif;
  font-size: 14.5px; font-weight: 500;
  padding: 16px 28px; border-radius: 999px;
  border: 1px solid rgba(27,24,19,0.42);
  transition: all 0.2s ease; display: inline-block;
}
.adc-home .adc-btn-ghost:hover {
  border-color: #1B1813; background: rgba(27,24,19,0.06);
}
.adc-home .adc-hero__proof {
  display: flex; gap: 30px; margin-top: 44px;
  font-family: 'IBM Plex Mono', monospace;
  font-size: 11.5px; letter-spacing: 0.08em;
  opacity: 0.7; color: #1B1813;
}
.adc-home .adc-hero__img-wrap {
  overflow: hidden; position: relative;
}
.adc-home .adc-hero__img {
  position: absolute; inset: 0;
  width: 100%; height: 100%; object-fit: cover;
}

/* ─── MARQUEE ─────────────────────────────────────────────── */
.adc-home .adc-marquee {
  overflow: hidden; padding: 16px 0; background: #1B1813;
}
.adc-home .adc-marquee__track {
  display: flex; gap: 30px; width: max-content;
  animation: adc-marquee 26s linear infinite;
  font-family: 'Newsreader', serif; font-style: italic;
  font-size: 22px; color: #F4EEE2; white-space: nowrap;
}
.adc-home .adc-marquee__track .sep { color: #C9BFA9; }

/* ─── SHOP BY CONCERN ─────────────────────────────────────── */
.adc-home .adc-concern {
  background: #F4EEE2; padding: 62px 44px 28px;
}
.adc-home .adc-concern__head {
  display: flex; align-items: baseline;
  justify-content: space-between; flex-wrap: wrap;
  gap: 12px; margin-bottom: 22px;
}
.adc-home .adc-concern__h3 {
  font-family: 'Newsreader', serif; font-size: 40px;
  color: #1B1813;
}
.adc-home .adc-concern__link {
  font-family: 'Archivo', sans-serif;
  font-size: 14px; color: #4A453C;
}
.adc-home .adc-concern__link span {
  color: #1B1813; border-bottom: 1px solid #8C8273; padding-bottom: 2px;
}
.adc-home .adc-concern__chips {
  display: flex; gap: 10px; flex-wrap: wrap;
}
.adc-home .adc-chip {
  color: #1B1813; border: 1px solid rgba(27,24,19,0.2);
  border-radius: 999px; padding: 12px 20px;
  font-family: 'Archivo', sans-serif; font-size: 14px;
  transition: all 0.2s ease;
}
.adc-home .adc-chip:hover {
  background: #1B1813; color: #F4EEE2; border-color: #1B1813;
}

/* ─── CATEGORY BANDS ──────────────────────────────────────── */
.adc-home .adc-band {
  display: grid; grid-template-columns: 1fr 1fr;
  align-items: stretch; overflow: hidden;
}
.adc-home .adc-band__text {
  padding: 64px 44px; display: flex;
  flex-direction: column; justify-content: center;
}
.adc-home .adc-band__n {
  font-family: 'IBM Plex Mono', monospace;
  font-size: 12px; letter-spacing: 0.16em; opacity: 0.65;
}
.adc-home .adc-band__name {
  font-family: 'Newsreader', serif;
  font-size: 54px; line-height: 1; margin: 16px 0 0;
}
.adc-home .adc-band__desc {
  font-family: 'Archivo', sans-serif;
  font-size: 16px; line-height: 1.55;
  max-width: 370px; margin: 18px 0 0; opacity: 0.82;
}
.adc-home .adc-band__cta {
  margin-top: 26px; font-family: 'Archivo', sans-serif;
  font-size: 14px; font-weight: 600;
  display: inline-flex; align-items: center;
  gap: 9px; white-space: nowrap;
}
.adc-home .adc-band__img-wrap {
  min-height: 380px; overflow: hidden;
}
.adc-home .adc-band__img {
  width: 100%; height: 100%; object-fit: cover;
  transition: transform 0.7s ease;
}
.adc-home .adc-band:hover .adc-band__img {
  transform: scale(1.05);
}

/* ─── BESTSELLERS SHELF ───────────────────────────────────── */
.adc-home .adc-shelf {
  background: #F4EEE2; padding: 70px 44px 64px;
}
.adc-home .adc-shelf__head {
  display: flex; align-items: baseline;
  justify-content: space-between; margin-bottom: 28px;
}
.adc-home .adc-shelf__h3 {
  font-family: 'Newsreader', serif; font-size: 42px;
  color: #1B1813;
}
.adc-home .adc-shelf__all {
  font-family: 'Archivo', sans-serif;
  font-size: 13.5px; color: #1B1813;
  border-bottom: 1px solid #1B1813; padding-bottom: 2px;
}
.adc-home .adc-shelf__grid {
  display: grid; grid-template-columns: repeat(5, 1fr); gap: 16px;
}
.adc-home .adc-product { display: flex; flex-direction: column; gap: 11px; }
.adc-home .adc-product__link { display: block; color: #1B1813; }
.adc-home .adc-product__tile {
  aspect-ratio: 4/5; background: #EFE7D8;
  border: 1px solid rgba(27,24,19,0.07);
  border-radius: 12px; overflow: hidden; position: relative;
}
.adc-home .adc-product__tag {
  position: absolute; top: 11px; left: 11px; z-index: 2;
  font-family: 'IBM Plex Mono', monospace; font-size: 9.5px;
  letter-spacing: 0.08em;
  background: rgba(27,24,19,0.86); color: #F4EEE2;
  padding: 4px 8px; border-radius: 999px;
}
.adc-home .adc-product__img {
  width: 100%; height: 100%; object-fit: cover;
  transition: transform 0.45s ease;
}
.adc-home .adc-product__link:hover .adc-product__img {
  transform: scale(1.06);
}
.adc-home .adc-product__cat {
  font-family: 'IBM Plex Mono', monospace;
  font-size: 10px; color: #8C8273; letter-spacing: 0.08em;
}
.adc-home .adc-product__row {
  display: flex; align-items: baseline; justify-content: space-between;
}
.adc-home .adc-product__name {
  font-family: 'Newsreader', serif; font-size: 20px; color: #1B1813;
}
.adc-home .adc-product__price {
  font-family: 'Archivo', sans-serif;
  font-size: 13.5px; font-weight: 600; color: #1B1813;
}
.adc-home .adc-product__sub {
  font-family: 'Archivo', sans-serif;
  font-size: 12.5px; color: #6B6256;
}
.adc-home .adc-product__btn {
  background: #1B1813; color: #F4EEE2; border: none;
  cursor: pointer; font-family: 'Archivo', sans-serif;
  font-size: 13px; font-weight: 600; padding: 11px;
  border-radius: 999px; width: 100%;
  transition: background 0.2s ease;
}
.adc-home .adc-product__btn:hover { background: rgba(27,24,19,0.82); }
.adc-home .adc-product__btn:disabled { opacity: 0.6; cursor: default; }

/* ─── GUARANTEE BAND ──────────────────────────────────────── */
.adc-home .adc-guarantee {
  background: #1B1813; color: #F1EADB;
  padding: 70px 44px; text-align: center;
}
.adc-home .adc-guarantee__eye {
  font-family: 'IBM Plex Mono', monospace;
  font-size: 12px; letter-spacing: 0.2em; color: #C9BFA9;
}
.adc-home .adc-guarantee__h3 {
  font-family: 'Newsreader', serif;
  font-size: 46px; line-height: 1.08;
  margin: 18px auto 0; max-width: 780px;
}
.adc-home .adc-guarantee__body {
  font-family: 'Archivo', sans-serif;
  font-size: 16px; color: #C9BFA9;
  max-width: 540px; margin: 18px auto 0; line-height: 1.6;
}
.adc-home .adc-guarantee__cta {
  display: inline-block; margin-top: 30px;
  background: #FBF9F3; color: #1B1813;
  font-family: 'Archivo', sans-serif;
  font-size: 14.5px; font-weight: 600;
  padding: 16px 32px; border-radius: 999px;
  transition: opacity 0.2s ease;
}
.adc-home .adc-guarantee__cta:hover { opacity: 0.88; }

/* ─── CONSULT CTA ─────────────────────────────────────────── */
.adc-home .adc-consult {
  display: grid; grid-template-columns: 1fr 1fr;
  align-items: stretch; background: #EAE1D1;
}
.adc-home .adc-consult__text {
  padding: 72px 44px; display: flex;
  flex-direction: column; justify-content: center;
}
.adc-home .adc-consult__eye {
  font-family: 'IBM Plex Mono', monospace;
  font-size: 12px; letter-spacing: 0.18em; color: #8C8273;
}
.adc-home .adc-consult__h3 {
  font-family: 'Newsreader', serif;
  font-size: 46px; line-height: 1.05;
  margin: 16px 0 0; color: #1B1813;
}
.adc-home .adc-consult__body {
  font-family: 'Archivo', sans-serif;
  font-size: 16px; line-height: 1.6; color: #4A453C;
  max-width: 400px; margin: 18px 0 0;
}
.adc-home .adc-consult__ctas {
  display: flex; gap: 12px; margin-top: 30px; flex-wrap: wrap;
}
.adc-home .adc-consult__img-wrap {
  overflow: hidden; min-height: 380px;
}
.adc-home .adc-consult__img {
  width: 100%; height: 100%; object-fit: cover;
}

/* ─── FOUNDING MEMBERS ────────────────────────────────────── */
.adc-home .adc-founding {
  background: #16130F; color: #D8CCB4; padding: 92px 44px;
}
.adc-home .adc-founding__inner {
  max-width: 880px; margin: 0 auto; text-align: center;
}
.adc-home .adc-founding__eye {
  font-family: 'IBM Plex Mono', monospace;
  font-size: 12px; letter-spacing: 0.2em;
}
.adc-home .adc-founding__h3 {
  font-family: 'Newsreader', serif;
  font-size: 48px; line-height: 1.06;
  margin: 18px 0 0; color: #F4EEE2;
}
.adc-home .adc-founding__body {
  font-family: 'Archivo', sans-serif;
  font-size: 16.5px; line-height: 1.7; color: #C9BFA9;
  max-width: 600px; margin: 20px auto 0;
}
.adc-home .adc-founding__stats {
  max-width: 880px; margin: 48px auto 0;
  display: grid; grid-template-columns: repeat(3, 1fr);
  border: 1px solid rgba(255,255,255,0.1); border-radius: 16px;
  overflow: hidden;
}
.adc-home .adc-founding__stat {
  padding: 30px 26px;
  border-right: 1px solid rgba(255,255,255,0.1);
}
.adc-home .adc-founding__stat:last-child { border-right: none; }
.adc-home .adc-founding__stat-val {
  font-family: 'Newsreader', serif; font-size: 30px; color: #F4EEE2;
}
.adc-home .adc-founding__stat-lbl {
  font-family: 'IBM Plex Mono', monospace; font-size: 11px;
  letter-spacing: 0.12em; color: #8C8273; margin-top: 8px;
}
.adc-home .adc-founding__quote {
  max-width: 720px; margin: 48px auto 0; text-align: center;
}
.adc-home .adc-founding__quote-text {
  font-family: 'Newsreader', serif; font-style: italic;
  font-size: 26px; line-height: 1.4; color: #F4EEE2;
}
.adc-home .adc-founding__quote-attr {
  font-family: 'IBM Plex Mono', monospace; font-size: 11.5px;
  letter-spacing: 0.1em; color: #8C8273; margin-top: 20px;
}
.adc-home .adc-founding__ctas {
  display: flex; gap: 14px; justify-content: center;
  margin-top: 40px; flex-wrap: wrap;
}
.adc-home .adc-btn-light {
  background: #FBF9F3; color: #1B1813;
  font-family: 'Archivo', sans-serif;
  font-size: 14.5px; font-weight: 600;
  padding: 16px 30px; border-radius: 999px;
  transition: opacity 0.2s ease; display: inline-block;
}
.adc-home .adc-btn-light:hover { opacity: 0.88; }
.adc-home .adc-btn-ghost-light {
  background: transparent; color: #F4EEE2;
  font-family: 'Archivo', sans-serif;
  font-size: 14.5px; font-weight: 500;
  padding: 16px 28px; border-radius: 999px;
  border: 1px solid rgba(255,255,255,0.25);
  transition: all 0.2s ease; display: inline-block;
}
.adc-home .adc-btn-ghost-light:hover {
  background: rgba(255,255,255,0.08);
}

/* ─── MANIFESTO ───────────────────────────────────────────── */
.adc-home .adc-manifesto {
  background: #F4EEE2;
  display: grid; grid-template-columns: 1fr 1fr;
  gap: 60px; padding: 76px 44px;
}
.adc-home .adc-manifesto__eye {
  font-family: 'IBM Plex Mono', monospace;
  font-size: 12px; letter-spacing: 0.16em; color: #8C8273;
}
.adc-home .adc-manifesto__h3 {
  font-family: 'Newsreader', serif;
  font-size: 40px; line-height: 1.1;
  margin: 18px 0 0; color: #1B1813;
}
.adc-home .adc-manifesto__right { align-self: end; }
.adc-home .adc-manifesto__body {
  font-family: 'Archivo', sans-serif;
  font-size: 16px; line-height: 1.7; color: #4A453C; margin: 0;
}
.adc-home .adc-manifesto__link {
  display: inline-block; margin-top: 22px;
  font-family: 'Archivo', sans-serif;
  font-size: 14px; color: #1B1813;
  border-bottom: 1px solid #1B1813; padding-bottom: 2px;
}

/* ─── NEWSLETTER ──────────────────────────────────────────── */
.adc-home .adc-newsletter {
  background: #FBF9F3; padding: 60px 44px;
  display: flex; align-items: center;
  justify-content: space-between; gap: 40px; flex-wrap: wrap;
}
.adc-home .adc-newsletter__left { max-width: 520px; }
.adc-home .adc-newsletter__eye {
  font-family: 'IBM Plex Mono', monospace;
  font-size: 12px; letter-spacing: 0.16em; opacity: 0.68;
}
.adc-home .adc-newsletter__h3 {
  font-family: 'Newsreader', serif;
  font-size: 34px; line-height: 1.1;
  margin: 14px 0 0; color: #1B1813;
}
.adc-home .adc-newsletter__form {
  display: flex; gap: 10px; align-items: center;
  flex: 1; min-width: 320px; max-width: 460px;
}
.adc-home .adc-newsletter__input {
  flex: 1; background: rgba(27,24,19,0.06);
  border: 1px solid rgba(27,24,19,0.32);
  border-radius: 999px; padding: 15px 22px;
  font-size: 14px; font-family: 'Archivo', sans-serif;
  color: #1B1813; outline: none;
}
.adc-home .adc-newsletter__input::placeholder { color: rgba(27,24,19,0.55); }
.adc-home .adc-newsletter__btn {
  background: #1B1813; color: $F4EEE2; border: none;
  cursor: pointer; font-family: 'Archivo', sans-serif;
  font-size: 14px; font-weight: 600;
  padding: 15px 26px; border-radius: 999px;
  white-space: nowrap; transition: background 0.2s ease;
}
.adc-home .adc-newsletter__btn:hover { background: rgba(27,24,19,0.82); }

/* ─── FOOTER ──────────────────────────────────────────────── */
.adc-home .adc-footer {
  background: #16130F; color: #C9BFA9; padding: 56px 44px 40px;
}
.adc-home .adc-footer__grid {
  display: grid; grid-template-columns: 1.4fr 1fr 1fr 1fr; gap: 40px;
}
.adc-home .adc-footer__wordmark {
  font-family: 'Newsreader', serif; font-size: 30px;
  letter-spacing: 0.3em; display: inline-block;
}
.adc-home .adc-footer__blurb {
  font-family: 'Archivo', sans-serif;
  font-size: 13.5px; line-height: 1.6;
  margin: 16px 0 0; max-width: 260px; color: #8A7E68;
}
.adc-home .adc-footer__col {
  display: flex; flex-direction: column; gap: 11px;
  font-family: 'Archivo', sans-serif; font-size: 13.5px;
}
.adc-home .adc-footer__col-head {
  font-family: 'IBM Plex Mono', monospace;
  font-size: 11px; letter-spacing: 0.12em;
  color: #8A7E68; margin-bottom: 4px;
}
.adc-home .adc-footer__bottom {
  border-top: 1px solid rgba(255,255,255,0.08);
  margin-top: 40px; padding-top: 22px;
  display: flex; justify-content: space-between; flex-wrap: wrap; gap: 12px;
  font-family: 'IBM Plex Mono', monospace; font-size: 11px; color: #8A7E68;
}

/* ─── STICKY MOBILE BAR ───────────────────────────────────── */
#adc-sticky-{{ section.id }} {
  display: none; position: fixed;
  left: 0; right: 0; bottom: 0; z-index: 900;
  background: rgba(244,238,226,0.92);
  backdrop-filter: blur(10px); -webkit-backdrop-filter: blur(10px);
  border-top: 1px solid rgba(27,24,19,0.1);
  padding: 12px 16px 20px; gap: 10px; align-items: center;
}
#adc-sticky-{{ section.id }} .adc-sticky__cart {
  display: flex; align-items: center; gap: 8px;
  color: #1B1813; border: 1px solid rgba(27,24,19,0.22);
  border-radius: 999px; padding: 11px 15px;
  font-family: 'Archivo', sans-serif;
  font-size: 12.5px; white-space: nowrap;
}
#adc-sticky-{{ section.id }} .adc-sticky__badge {
  background: #1B1813; color: #F4EEE2; border-radius: 50%;
  width: 18px; height: 18px; display: inline-flex;
  align-items: center; justify-content: center;
  font-size: 10px; font-family: 'IBM Plex Mono', monospace;
}
#adc-sticky-{{ section.id }} .adc-sticky__shop {
  flex: 1; text-align: center; background: #1B1813; color: $F4EEE2;
  font-family: 'Archivo', sans-serif;
  font-size: 13px; font-weight: 600;
  padding: 13px; border-radius: 999px;
  transition: background 0.2s ease;
}
#adc-sticky-{{ section.id }} .adc-sticky__shop:hover { background: rgba(27,24,19,0.82); }

/* ─── RESPONSIVE ──────────────────────────────────────────── */
@media (max-width: 1100px) {
  .adc-home .adc-shelf__grid {
    grid-template-columns: repeat(4, 1fr);
  }
}

@media (max-width: 768px) {
  .adc-home .adc-hero__inner {
    grid-template-columns: 1fr; min-height: auto;
  }
  .adc-home .adc-hero__img-wrap {
    height: 320px; position: relative; order: 0;
    min-height: unset;
  }
  .adc-home .adc-hero__text {
    padding: 36px 20px 40px; order: 1;
  }
  .adc-home .adc-hero__h2 { font-size: 50px; }
  .adc-home .adc-hero__sub { font-size: 14px; }
  .adc-home .adc-hero__ctas { flex-direction: column; }
  .adc-home .adc-hero__proof { flex-direction: column; gap: 8px; font-size: 10px; }
  .adc-home .adc-marquee__track { animation-duration: 22s; font-size: 16px; gap: 20px; }
  .adc-home .adc-concern { padding: 20px 0 8px; }
  .adc-home .adc-concern__head { flex-direction: column; padding: 0 20px; }
  .adc-home .adc-concern__h3 { font-size: 24px; }
  .adc-home .adc-concern__link { display: none; }
  .adc-home .adc-concern__chips {
    flex-wrap: nowrap; overflow-x: auto; padding: 0 20px 10px;
    scrollbar-width: none;
  }
  .adc-home .adc-concern__chips::-webkit-scrollbar { display: none; }
  .adc-home .adc-chip { white-space: nowrap; padding: 9px 15px; font-size: 12.5px; }
  .adc-home .adc-band { grid-template-columns: 1fr; }
  .adc-home .adc-band__text {
    padding: 18px 20px 24px; order: 2 !important;
  }
  .adc-home .adc-band__img-wrap {
    order: 1 !important; min-height: 200px; max-height: 200px;
  }
  .adc-home .adc-band__name { font-size: 32px; }
  .adc-home .adc-band__desc { font-size: 13px; }
  .adc-home .adc-shelf { padding: 26px 20px 32px; }
  .adc-home .adc-shelf__grid { grid-template-columns: repeat(2, 1fr); gap: 12px; }
  .adc-home .adc-shelf__h3 { font-size: 28px; }
  .adc-home .adc-guarantee { padding: 40px 20px; }
  .adc-home .adc-guarantee__h3 { font-size: 28px; }
  .adc-home .adc-consult { grid-template-columns: 1fr; }
  .adc-home .adc-consult__text { padding: 40px 20px; }
  .adc-home .adc-consult__h3 { font-size: 34px; }
  .adc-home .adc-consult__img-wrap { min-height: 260px; max-height: 260px; }
  .adc-home .adc-founding { padding: 48px 20px; }
  .adc-home .adc-founding__h3 { font-size: 30px; }
  .adc-home .adc-founding__stats { grid-template-columns: 1fr; }
  .adc-home .adc-founding__stat {
    border-right: none;
    border-bottom: 1px solid rgba(255,255,255,0.1);
  }
  .adc-home .adc-founding__stat:last-child { border-bottom: none; }
  .adc-home .adc-founding__quote-text { font-size: 20px; }
  .adc-home .adc-manifesto { grid-template-columns: 1fr; gap: 24px; padding: 48px 20px; }
  .adc-home .adc-manifesto__h3 { font-size: 30px; }
  .adc-home .adc-newsletter { padding: 40px 20px; flex-direction: column; align-items: flex-start; }
  .adc-home .adc-newsletter__form { min-width: 0; width: 100%; }
  .adc-home .adc-footer { padding: 40px 20px 100px; }
  .adc-home .adc-footer__grid { grid-template-columns: 1fr; gap: 24px; }
  #adc-sticky-{{ section.id }} { display: flex !important; }
}
