html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #ff00ea;
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin: 0;
  color: #19231d;
  background: #fbfcf9;
  font-family: Inter, system-ui, -apple-system, "Segoe UI", sans-serif;
}

:root { --magenta: #ff00ea; --magenta-dark: #a60099; --forest: #000; --green: var(--magenta-dark); --lime: #ffd4fb; --cream: #f8f4f8; --ink: #000; }
a { color: var(--magenta-dark); }
.skip-link { position: fixed; left: 1rem; top: -5rem; z-index: 1100; background: #fff; color: #000; padding: .75rem 1rem; }
.skip-link:focus { top: 1rem; }
.utility-bar { padding: .45rem 0; background: var(--forest); color: #eef7f0; font-size: .75rem; text-align: center; letter-spacing: .02em; }
.storefront-nav { min-height: 5rem; background: rgba(255,255,255,.97); border-bottom: 1px solid #e2e8e3; }
.navbar-brand, .footer-brand { color: var(--forest) !important; font-weight: 800; letter-spacing: -.04em; font-size: 1.45rem; }
.navbar-brand img { display: block; width: min(15rem, 45vw); height: auto; }
.storefront-nav .nav-link { font-weight: 600; margin-inline: .35rem; }
.eyebrow { display: inline-block; color: var(--green); font-size: .75rem; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }
.brand-hero { background: #000; }
.brand-hero .carousel { max-width: 1280px; margin-inline: auto; }
.brand-hero__image { display: block; width: 100%; aspect-ratio: 2 / 1; object-fit: cover; }
.brand-hero .carousel-control-prev, .brand-hero .carousel-control-next { width: 8%; opacity: .9; }
.brand-hero .carousel-control-prev-icon, .brand-hero .carousel-control-next-icon { padding: 1.35rem; border-radius: 50%; background-color: #000; background-size: 55%; }
.brand-hero__actions { display: flex; align-items: center; justify-content: space-between; gap: 2rem; padding-block: 1.5rem; color: #fff; }
.brand-hero__actions p { margin: .25rem 0 0; }
.brand-hero__actions .eyebrow { color: var(--magenta); }
.home-hero { position: relative; overflow: hidden; background: var(--cream) url('/assets/storefront/leaf-pattern.png') center/cover no-repeat; }
.home-hero__grid { display: grid; grid-template-columns: 1.05fr .95fr; min-height: 41rem; align-items: center; gap: 4rem; }
.home-hero__content { position: relative; z-index: 1; padding-block: 5rem; }
.home-hero h1 { max-width: 12ch; margin: 1rem 0 1.25rem; font-family: Georgia, serif; font-size: clamp(3rem, 6vw, 5.8rem); line-height: .96; letter-spacing: -.055em; }
.home-hero__content > p { max-width: 38rem; font-size: 1.15rem; line-height: 1.75; color: #4d5d53; }
.home-hero__visual { min-height: 31rem; border-radius: 12rem 12rem 1.5rem 1.5rem; background: url('/assets/storefront/hero-wellness.jpg') center/cover; box-shadow: 1.5rem 1.5rem 0 var(--lime); }
.hero-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 1rem; margin: 2rem 0; }
.btn-brand, .btn-primary { background: var(--magenta); color: #000; border-color: var(--magenta); border-radius: 999px; padding-inline: 1.7rem; font-weight: 800; }
.btn-brand:hover, .btn-brand:focus, .btn-primary:hover, .btn-primary:focus { background: #e000ce; color: #000; border-color: #e000ce; }
.btn-outline-primary, .btn-outline-success { color: #790070; border-color: var(--magenta-dark); }
.btn-outline-primary:hover, .btn-outline-primary:focus, .btn-outline-success:hover, .btn-outline-success:focus { background: var(--magenta); color: #000; border-color: var(--magenta); }
.btn-link-dark { color: var(--ink); font-weight: 700; text-decoration: none; }
.hero-note { max-width: 39rem; padding-left: 1rem; border-left: 3px solid var(--green); color: #607067; font-size: .84rem; }
.trust-strip { background: var(--forest); color: #fff; }
.trust-grid { display: grid; grid-template-columns: repeat(3, 1fr); }
.trust-grid > div { display: grid; gap: .25rem; padding: 1.6rem 2rem; border-right: 1px solid rgba(255,255,255,.14); }
.trust-grid span { color: #bfd0c4; font-size: .85rem; }
.content-section { padding: 7rem 0; }
.section-heading { max-width: 42rem; margin-bottom: 3rem; }
.section-heading h2, .seller-callout h2 { margin: .65rem 0 1rem; font-family: Georgia, serif; font-size: clamp(2.2rem, 4vw, 3.5rem); letter-spacing: -.035em; }
.section-heading p { color: #68756d; }
.step-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; }
.step-grid article { padding: 2rem; border: 1px solid #dde5de; border-radius: 1rem; background: #fff; }
.step-grid article > span { color: var(--green); font-weight: 800; }
.step-grid h3 { margin: 2.5rem 0 .75rem; }
.step-grid p { color: #66736b; }
.home-catalog-block { padding-top: 6rem; }
.home-section-heading { display: flex; align-items: end; justify-content: space-between; gap: 2rem; margin-bottom: 2rem; }
.home-section-heading h2 { margin: .45rem 0 0; font: 700 clamp(2rem, 4vw, 3rem) Georgia, serif; letter-spacing: -.035em; }
.home-section-heading > a { font-weight: 800; text-decoration: none; }
.seller-grid--home { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.seller-callout { padding: 1rem 0 7rem; }
.seller-callout__inner { position: relative; display: flex; align-items: center; justify-content: space-between; gap: 3rem; overflow: hidden; padding: clamp(2.5rem, 6vw, 5rem); border: 1px solid rgba(255,0,234,.6); border-radius: 1.5rem; background: radial-gradient(circle at 88% 15%, rgba(255,0,234,.48), transparent 27%), radial-gradient(circle at 72% 110%, rgba(55,220,105,.22), transparent 34%), #050505; color: #fff; box-shadow: 0 1.5rem 4rem rgba(0,0,0,.16); }
.seller-callout__inner::after { position: absolute; right: -3rem; bottom: -5rem; width: 15rem; height: 15rem; border: 2rem solid rgba(255,255,255,.055); border-radius: 50%; content: ""; }
.seller-callout__inner > div { max-width: 42rem; }
.seller-callout .eyebrow { color: var(--magenta); }
.seller-callout__content, .seller-callout__action { position: relative; z-index: 1; }
.seller-callout__content p { color: #d6d6d6; font-size: 1.05rem; }
.seller-callout__action { display: grid; justify-items: start; gap: 1rem; flex: none; }
.seller-callout__action > a { color: #fff; font-weight: 800; text-decoration: none; }
.status-pill { flex: none; padding: .75rem 1.2rem; border: 1px solid var(--magenta); border-radius: 999px; background: var(--magenta); color: #000; font-weight: 800; box-shadow: 0 0 2rem rgba(255,0,234,.28); }
.page-hero { padding: 5rem 0; background: var(--cream) url('/assets/storefront/leaf-pattern.png') center/cover; }
.page-hero h1 { margin: .5rem 0; font: 700 clamp(2.5rem, 6vw, 4.75rem)/1 Georgia, serif; letter-spacing: -.045em; }
.catalog-layout { display: grid; grid-template-columns: 16rem 1fr; gap: 3rem; padding-block: 4rem 7rem; }
.catalog-sidebar { align-self: start; position: sticky; top: 1rem; }
.catalog-search label { margin-bottom: .5rem; font-weight: 700; }
.category-list { display: grid; }
.category-list a { display: flex; justify-content: space-between; padding: .75rem 0; color: #4f5e55; text-decoration: none; border-bottom: 1px solid #e2e7e3; }
.category-list a.active { color: var(--forest); font-weight: 800; }
.results-heading { display: flex; justify-content: space-between; margin-bottom: 2rem; }
.results-heading h2 { margin-top: .35rem; }
.product-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.25rem; }
.product-card { overflow: hidden; border: 1px solid #e0e6e1; border-radius: 1rem; background: #fff; }
.product-card img, .product-card__placeholder { width: 100%; aspect-ratio: 1.15; object-fit: cover; }
.product-card__placeholder { display: grid; place-items: center; background: var(--cream); color: #75907e; font: 800 1.5rem Georgia, serif; }
.product-card__body { padding: 1.2rem; }
.product-card__meta { color: #6b796f; font-size: .72rem; text-transform: uppercase; letter-spacing: .07em; }
.product-card h3 { margin: .6rem 0; font-size: 1.2rem; }
.product-card p { min-height: 3rem; color: #68756d; font-size: .9rem; }
.product-card__footer { display: flex; justify-content: space-between; align-items: center; }
.empty-state { padding: clamp(2rem, 7vw, 6rem); text-align: center; border: 1px dashed #becbc1; border-radius: 1rem; background: #fff; }
.empty-state__icon { color: var(--green); font-size: 2rem; }
.breadcrumb-bar { display: flex; flex-wrap: wrap; gap: .55rem; padding-block: 1.25rem; color: #68756d; font-size: .82rem; }
.breadcrumb-bar a { color: var(--green); text-decoration: none; }
.product-detail { display: grid; grid-template-columns: 1.1fr .9fr; gap: clamp(2rem, 6vw, 6rem); padding-block: 2rem 6rem; }
.product-gallery__main, .product-gallery__empty { width: 100%; aspect-ratio: 1.05; border-radius: 1.25rem; object-fit: cover; background: var(--cream); }
.product-gallery__empty { display: grid; place-items: center; color: #809486; font: 800 3rem Georgia, serif; }
.product-summary { align-self: center; }
.product-summary h1 { margin: .75rem 0; font: 700 clamp(2.75rem, 5vw, 4.75rem)/1 Georgia, serif; letter-spacing: -.045em; }
.seller-link { display: inline-block; margin-bottom: 1.75rem; font-weight: 700; text-decoration: none; }
.product-lead { color: #617067; font-size: 1.08rem; line-height: 1.7; }
.product-price { margin: 1.5rem 0; font-size: 1.8rem; font-weight: 800; }
.product-facts { margin: 1.5rem 0; border-block: 1px solid #dfe5e0; }
.product-facts > div { display: flex; justify-content: space-between; gap: 1rem; padding: .8rem 0; border-bottom: 1px solid #edf0ed; }
.product-facts dt { color: #66736b; font-weight: 500; }
.product-facts dd { margin: 0; font-weight: 700; }
.purchase-notice { margin-top: .8rem; color: #6a766e; font-size: .8rem; }
.product-information { padding: 5rem 0; background: var(--cream); }
.info-grid { display: grid; grid-template-columns: 2fr 1fr; gap: 5rem; }
.info-grid h2 { margin: .7rem 0 1.25rem; font: 700 2.4rem Georgia, serif; }
.info-grid p { white-space: pre-line; line-height: 1.8; }
.info-grid aside { padding: 2rem; border-radius: 1rem; background: #fff; }
.info-grid aside dt { margin-top: 1rem; color: #68756d; font-size: .78rem; text-transform: uppercase; }
.info-grid aside dd { margin: .25rem 0; }
.document-section { padding-block: 5rem; }
.document-list { display: grid; gap: .75rem; }
.document-list a { display: flex; justify-content: space-between; padding: 1rem 1.25rem; border: 1px solid #dfe5e0; border-radius: .75rem; text-decoration: none; }
.seller-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.5rem; }
.seller-card { overflow: hidden; border: 1px solid #dfe5e0; border-radius: 1rem; background: #fff; }
.seller-card > img, .seller-card__cover { width: 100%; height: 10rem; object-fit: cover; background: linear-gradient(135deg, #000 55%, var(--magenta) 55%); }
.seller-card__body { position: relative; padding: 2.5rem 1.4rem 1.4rem; }
.seller-card__logo, .seller-profile-logo { display: grid; place-items: center; overflow: hidden; border: .3rem solid #fff; border-radius: 50%; background: var(--lime); color: var(--forest); font: 800 1.5rem Georgia, serif; }
.seller-card__logo { position: absolute; top: -2rem; width: 4rem; height: 4rem; }
.seller-card h2 { font-size: 1.3rem; }
.seller-card p { min-height: 4.5rem; color: #68756d; }
.seller-card__footer { display: flex; justify-content: space-between; gap: 1rem; font-size: .85rem; }
.seller-profile-hero { padding: 5rem 0; background: var(--cream) center/cover; }
.seller-profile-hero__inner { display: flex; align-items: center; gap: 1.5rem; }
.seller-profile-logo { width: 7rem; height: 7rem; flex: none; }
.seller-profile-logo img { width: 100%; height: 100%; object-fit: cover; }
.seller-profile-hero h1 { margin: .4rem 0; font: 700 clamp(2.75rem, 6vw, 5rem) Georgia, serif; }
.seller-profile { display: grid; grid-template-columns: 18rem 1fr; gap: 4rem; padding-block: 5rem 7rem; }
.seller-profile__about { padding-right: 2rem; border-right: 1px solid #dfe5e0; }
.admin-shell { min-height: 65vh; padding-block: 4rem 7rem; }
.admin-heading { display: flex; align-items: end; justify-content: space-between; gap: 2rem; margin-bottom: 2.5rem; }
.admin-heading h1, .admin-form h1 { margin: .5rem 0; font: 700 clamp(2.4rem, 5vw, 4rem) Georgia, serif; letter-spacing: -.04em; }
.admin-heading nav { display: flex; gap: .75rem; }
.admin-heading nav a { padding: .65rem 1rem; border: 1px solid #ccd7cf; border-radius: 999px; text-decoration: none; font-weight: 700; }
.metric-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; }
.metric-grid article { display: grid; gap: .4rem; padding: 2rem; border: 1px solid #dfe5e0; border-radius: 1rem; background: #fff; }
.metric-grid strong { color: var(--forest); font: 700 3rem Georgia, serif; }
.metric-grid small { color: #68756d; }
.admin-table { vertical-align: middle; background: #fff; }
.admin-table th { color: #5e6d63; font-size: .75rem; letter-spacing: .06em; text-transform: uppercase; }
.admin-form { width: min(100%, 42rem); margin-inline: auto; padding: clamp(1.5rem, 5vw, 3rem); border: 1px solid #dfe5e0; border-radius: 1rem; background: #fff; }
.admin-form--wide { width: min(100%, 58rem); }
.admin-form fieldset { margin: 2rem 0; padding: 0; border: 0; }
.admin-form legend { margin-bottom: 1rem; padding-bottom: .6rem; border-bottom: 1px solid #dfe5e0; color: var(--forest); font-size: 1.15rem; font-weight: 800; }
.media-admin-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 2rem; }
.upload-box { margin-bottom: 1.5rem; padding: 1.5rem; border: 1px dashed #b7c6bb; border-radius: 1rem; background: #fff; }
.media-list { display: grid; gap: 1rem; }
.media-list article { display: grid; grid-template-columns: 7rem 1fr; gap: 1rem; align-items: center; padding: .75rem; border: 1px solid #dfe5e0; border-radius: .75rem; background: #fff; }
.media-list img { width: 7rem; height: 5rem; border-radius: .5rem; object-fit: cover; }
.media-list small, .admin-document small { display: block; color: #68756d; }
.admin-document { display: flex; justify-content: space-between; align-items: center; gap: 1rem; padding: 1rem; border: 1px solid #dfe5e0; border-radius: .75rem; background: #fff; }
.stock-form { display: flex; align-items: center; gap: .5rem; min-width: 13rem; }
.checkout-summary .d-flex { margin-bottom: .55rem; }
.free-shipping-note { margin: 1rem 0; padding: .75rem; border-left: .25rem solid var(--magenta); background: #fff1fe; color: #65005d; font-size: .82rem; }
.free-shipping-note--success { border-color: #25a244; background: #effbf2; color: #175d28; }
.order-layout { display: grid; grid-template-columns: minmax(0, 2fr) minmax(18rem, 1fr); gap: 3rem; }
.order-summary { align-self: start; padding: 1.5rem; border: 1px solid #dfe5e0; border-radius: 1rem; background: #fff; }
.order-summary dl > div { display: flex; justify-content: space-between; gap: 1rem; padding: .65rem 0; border-bottom: 1px solid #edf0ed; }
.order-summary dd { margin: 0; text-align: right; }
.address-snapshot { padding: 1rem; white-space: pre-wrap; border-radius: .75rem; background: var(--cream); font: inherit; }
.storefront-footer { padding: 0 0 1.5rem; background: #000; color: #d7d7d7; }
.footer-green-strip { width: 100%; margin-bottom: 4rem; overflow: hidden; }
.footer-green-strip img { display: block; width: 100%; height: 5rem; object-fit: cover; }
.footer-grid { display: grid; grid-template-columns: 1.7fr repeat(3, 1fr); gap: 3rem; }
.footer-brand { display: flex; align-items: center; gap: .65rem; color: #fff !important; margin-bottom: 1rem; }
.footer-brand img { width: 2.6rem; height: 2.6rem; object-fit: contain; }
.footer-grid h2 { color: #fff; font-size: .85rem; text-transform: uppercase; letter-spacing: .1em; }
.footer-grid a, .footer-grid span { display: block; margin: .7rem 0; color: #d7d7d7; text-decoration: none; }
.footer-bottom { margin-top: 3rem; padding-top: 1.5rem; border-top: 1px solid #294032; font-size: .78rem; }
.legal-hero { position: relative; overflow: hidden; padding: clamp(4rem, 9vw, 7rem) 0; background: radial-gradient(circle at 82% 22%, rgba(255,0,234,.24), transparent 24rem), linear-gradient(135deg, #fff 0 70%, #ffd4fb 70%); }
.legal-hero::after { position: absolute; right: 8%; bottom: -5rem; width: 13rem; height: 13rem; border: 2.2rem solid rgba(255,0,234,.12); border-radius: 50%; content: ""; }
.legal-hero h1 { max-width: 15ch; margin: .7rem 0 1rem; color: #000; font: 800 clamp(2.8rem, 7vw, 5.5rem)/.98 Georgia, serif; letter-spacing: -.055em; }
.legal-hero p { max-width: 48rem; margin: 0; color: #4f4f4f; font-size: 1.1rem; line-height: 1.7; }
.legal-hero--brand { background: radial-gradient(circle at 88% 20%, rgba(255,0,234,.58), transparent 28%), radial-gradient(circle at 70% 115%, rgba(55,220,105,.22), transparent 32%), #050505; }
.legal-hero--brand h1, .legal-hero--brand p { color: #fff; }
.legal-layout { display: grid; grid-template-columns: 15rem minmax(0, 1fr); gap: clamp(2rem, 7vw, 6rem); padding-block: 5rem 7rem; }
.legal-index { position: sticky; top: 2rem; align-self: start; display: grid; gap: .2rem; padding: 1.25rem; border-left: .3rem solid var(--magenta); background: #fff; }
.legal-index strong { margin-bottom: .75rem; color: #000; }
.legal-index a { padding: .35rem 0; text-decoration: none; }
.legal-content { max-width: 58rem; }
.legal-content--single { padding-block: 5rem 7rem; }
.legal-content section { padding: 1.5rem 0 2rem; border-bottom: 1px solid #e5e5e5; scroll-margin-top: 2rem; }
.legal-content h2 { margin-bottom: 1rem; color: #000; font: 800 clamp(1.65rem, 3vw, 2.25rem) Georgia, serif; }
.legal-content h3 { color: #000; font-size: 1.05rem; font-weight: 800; }
.legal-content p, .legal-content li { color: #555f58; line-height: 1.8; }
.legal-notice { padding: 1.2rem 1.4rem; border: 1px solid var(--magenta); border-left-width: .4rem; border-radius: .65rem; background: #fff4fe; color: #3d0738; }
.legal-cards { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1rem; }
.legal-cards > div { padding: 1.25rem; border-radius: .75rem; background: var(--cream); }
.legal-source { font-weight: 800; }
.legal-updated { margin-top: 2rem; font-size: .8rem; }
.company-data { display: grid; grid-template-columns: repeat(2, 1fr); gap: 0 2rem; }
.company-data > div { padding: .7rem 0; border-bottom: 1px solid #ececec; }
.company-data dt { color: #777; font-size: .72rem; text-transform: uppercase; letter-spacing: .06em; }
.company-data dd { margin: .2rem 0 0; color: #000; font-weight: 800; }
.story-page { padding-block: 6rem 7rem; }
.story-page > section:not(.story-highlight) { max-width: 52rem; }
.story-page h2 { margin: .7rem 0 1.2rem; color: #000; font: 800 clamp(2rem, 4vw, 3.3rem) Georgia, serif; }
.story-page p { color: #59625c; font-size: 1.05rem; line-height: 1.8; }
.value-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; margin: 5rem 0; }
.value-grid article { padding: 2rem; border: 1px solid #e2e2e2; border-radius: 1rem; background: #fff; }
.value-grid strong { color: var(--magenta-dark); font-size: 1.5rem; }
.value-grid h3 { margin: 2rem 0 .75rem; color: #000; font-weight: 800; }
.story-highlight { padding: clamp(2rem, 6vw, 5rem); border-radius: 1.5rem; background: #000; }
.story-highlight h2, .story-highlight p { color: #fff; }
.story-highlight h2 { max-width: 18ch; }
.contact-page { padding-block: 5rem 7rem; }
.contact-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; }
.contact-grid article { padding: 2rem; border-top: .35rem solid var(--magenta); border-radius: .75rem; background: #fff; box-shadow: 0 1rem 2.5rem rgba(0,0,0,.07); }
.contact-grid article > span { color: var(--magenta-dark); font-size: .75rem; font-weight: 800; text-transform: uppercase; letter-spacing: .1em; }
.contact-grid h2 { margin: 1rem 0; color: #000; font-size: 1.4rem; font-weight: 800; }
.contact-grid a { font-weight: 800; overflow-wrap: anywhere; }
.contact-details { display: grid; grid-template-columns: 2fr 1fr; gap: 4rem; margin-top: 5rem; padding: clamp(2rem, 5vw, 4rem); border-radius: 1.5rem; background: var(--cream); }
.contact-details h2 { margin: .6rem 0 1.5rem; color: #000; font: 800 2.3rem Georgia, serif; }
.contact-details aside { padding: 2rem; border-radius: 1rem; background: #000; color: #fff; }

.form-floating > .form-control-plaintext::placeholder, .form-floating > .form-control::placeholder {
  color: var(--bs-secondary-color);
  text-align: end;
}

.form-floating > .form-control-plaintext:focus::placeholder, .form-floating > .form-control:focus::placeholder {
  text-align: start;
}

.account-card {
  width: min(100%, 34rem);
  margin: 3rem auto;
  padding: clamp(1.25rem, 4vw, 2.5rem);
  border: 1px solid #dee2e6;
  border-radius: 1rem;
  background: #fff;
  box-shadow: 0 .75rem 2rem rgba(0, 0, 0, .07);
}

@media (max-width: 991.98px) {
  .home-hero__grid { grid-template-columns: 1fr; gap: 0; padding-bottom: 4rem; }
  .home-hero__content { padding-block: 4rem 1.5rem; }
  .home-hero__visual { min-height: 23rem; }
  .trust-grid, .step-grid { grid-template-columns: 1fr; }
  .trust-grid > div { border-right: 0; border-bottom: 1px solid rgba(255,255,255,.14); }
  .catalog-layout { grid-template-columns: 1fr; }
  .catalog-sidebar { position: static; }
  .product-grid { grid-template-columns: repeat(2, 1fr); }
  .product-detail, .info-grid, .seller-profile { grid-template-columns: 1fr; }
  .seller-grid { grid-template-columns: repeat(2, 1fr); }
  .seller-profile__about { padding: 0 0 2rem; border: 0; border-bottom: 1px solid #dfe5e0; }
  .metric-grid { grid-template-columns: 1fr; }
  .media-admin-grid { grid-template-columns: 1fr; }
  .order-layout { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: repeat(2, 1fr); }
  .legal-layout, .contact-details { grid-template-columns: 1fr; }
  .legal-index { position: static; }
  .contact-grid { grid-template-columns: 1fr; }
}
@media (max-width: 575.98px) {
  .brand-hero__image { aspect-ratio: 2 / 1; }
  .brand-hero .carousel-control-prev-icon, .brand-hero .carousel-control-next-icon { width: 2rem; height: 2rem; padding: .25rem; }
  .brand-hero__actions { align-items: flex-start; flex-direction: column; }
  .brand-hero__actions .btn { width: 100%; }
  .navbar-brand img { width: 12rem; }
  .home-hero h1 { font-size: 3.2rem; }
  .home-hero__visual { min-height: 19rem; border-radius: 8rem 8rem 1rem 1rem; box-shadow: .75rem .75rem 0 var(--lime); }
  .product-grid, .footer-grid { grid-template-columns: 1fr; }
  .seller-grid { grid-template-columns: 1fr; }
  .home-section-heading { align-items: flex-start; flex-direction: column; gap: .75rem; }
  .seller-callout__inner { align-items: flex-start; flex-direction: column; }
  .legal-cards, .company-data, .value-grid, .footer-grid { grid-template-columns: 1fr; }
  .admin-heading { align-items: flex-start; flex-direction: column; }
}
@media (prefers-reduced-motion: reduce) { *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; } }
