/* ── GOOGLE ADS ACCENT — extends style-sea.css ── */
:root {
  --gads-blue: #4285f4;
  --gads-red: #ea4335;
  --gads-yellow: #fbbc04;
  --gads-green: #34a853;
}
/* Terracotta brand for primary accent */
.hero-label { border-color: rgba(224, 115, 75, 0.4); color: #E0734B; background: var(--accent-12); }
.hero-label-dot { background: #E0734B; }
