/* ============================================================
   normalize.css — minimal, modern reset for Sunrise Dental
   ============================================================ */

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

html { -webkit-text-size-adjust: 100%; text-size-adjust: 100%; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }

body { margin: 0; }

main { display: block; }

h1, h2, h3, h4, h5, h6, p, figure, blockquote, dl, dd { margin: 0; }

ul, ol { margin: 0; padding: 0; }

a { background-color: transparent; color: inherit; text-decoration: none; }

img, picture, svg, video { display: block; max-width: 100%; }

img { border-style: none; height: auto; }

button, input, optgroup, select, textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: inherit;
  margin: 0;
  color: inherit;
}

button { cursor: pointer; background: none; border: none; padding: 0; }

button, [type="button"], [type="submit"] { -webkit-appearance: none; appearance: none; }

textarea { resize: vertical; }

address { font-style: normal; }

[hidden] { display: none !important; }

noscript { display: none; }

:focus-visible { outline: 2px solid currentColor; outline-offset: 2px; }

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation-duration: 0.001ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.001ms !important;
    scroll-behavior: auto !important;
  }
}
