/* deargrandmas.com — site-level styles */

*, *::before, *::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html, body {
  width: 100%;
  height: 100%;
  background: #0a0a0a;
}

#landing-root {
  width: 100%;
  min-height: 100vh;
}

/* --- Responsive breakpoints --- */

@media (max-width: 768px) {
  /* Mobile layout */
}

@media (max-width: 480px) {
  /* Small mobile */
}
