/* SIG – Seidel Investment Group: project stylesheet */

/* 1) Base -------------------------------------------------------------- */
html { scroll-behavior: smooth; }
body {
  font-family: 'Manrope', system-ui, -apple-system, Segoe UI, Roboto, sans-serif;
}

/* 2) Utilities --------------------------------------------------------- */
/* Thin gold underline for emphasized words/titles */
.gold-underline { position: relative; display: inline-block; }
.gold-underline::after {
  content: "";
  position: absolute; left: 0; right: 0; bottom: -10px; height: 3px;
  background: #c69c6d; border-radius: 999px;
}

/* 3) Minor refinements ------------------------------------------------- */
/* Reduce tap highlight on mobile */
* { -webkit-tap-highlight-color: rgba(0,0,0,0.05); }
