/* -------------------------------------
   RESET.CSS – Modern, Minimal Reset
   ------------------------------------- */

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

/* Remove default margins */
body,
h1, h2, h3, h4, h5, h6,
p,
figure,
blockquote,
dl,
dd {
    margin: 0;
}

/* Remove default padding on lists */
ul[role="list"],
ol[role="list"],
ul,
ol {
    padding: 0;
    margin: 0;
    list-style: none;
}

/* Set core body defaults */
html,
body {
    height: 100%;
    scroll-behavior: smooth;
}

body {
    line-height: 1.5;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
}

/* Remove built-in form typography */
input,
button,
textarea,
select {
    font: inherit;
    margin: 0;
    border: none;
    outline: none;
    background: transparent;
}

/* Images */
img,
picture {
    max-width: 100%;
    display: block;
}

/* Prevent text overflows */
p,
h1, h2, h3, h4, h5, h6 {
    overflow-wrap: break-word;
}

/* Links reset */
a {
    text-decoration: none;
    color: inherit;
}

/* Buttons */
button {
    cursor: pointer;
    padding: 0;
    background: none;
}

/* Tables */
table {
    border-collapse: collapse;
    border-spacing: 0;
}

/* Remove default quotes */
blockquote,
q {
    quotes: none;
}

/* Smooth animations globally */
* {
    -webkit-tap-highlight-color: transparent;
}
