/* Minimal standalone shell — preserves Direct design without Shopify base.css */
*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  -webkit-text-size-adjust: 100%;
}

body.dm-direct-shell {
  margin: 0;
  min-height: 100%;
  background: #fff;
  color: #101828;
  font-family: Manrope, ui-sans-serif, system-ui, sans-serif;
}

img,
video {
  max-width: 100%;
  height: auto;
}

a {
  color: inherit;
}

button,
input,
select,
textarea {
  font: inherit;
}

.visually-hidden {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

/* Hide leftover Shopify chrome selectors if present in CSS — shell is Direct-only */
body.dm-direct-shell {
  overflow-x: clip;
}
