*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  font-family: 'DM Sans', sans-serif;
  background: #f5f0e8;
  color: #1c1c1e;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
::selection { background: rgba(0,229,195,0.2); color: #1c1c1e; }
::-webkit-scrollbar { width: 8px; }
::-webkit-scrollbar-track { background: #f5f0e8; }
::-webkit-scrollbar-thumb { background: #1c1c1e; border-radius: 4px; opacity: 0.3; }
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button { cursor: pointer; border: none; background: none; font-family: inherit; }
input, textarea, select { font-family: inherit; }
.section-tag { display: inline-block; font-family: 'DM Sans', sans-serif; font-size: 0.72rem; font-weight: 600; color: #00c9ae; letter-spacing: 0.15em; text-transform: uppercase; margin-bottom: 1rem; }
.section-title { font-family: 'Playfair Display', serif; font-size: clamp(2rem, 4vw, 3rem); font-weight: 700; color: #1c1c1e; letter-spacing: -0.02em; line-height: 1.15; }
.section-header { text-align: center; margin-bottom: 4rem; }
