/* ============================================================
   Ocean Theme — Legacy Yacht Sales
   Minimal overrides only. Main design is in styles.css.
   ============================================================ */

/* Body background: clean light base */
body {
  background: var(--gray-50);
  color: var(--text);
}

/* Sections transparent so body bg shows through */
.section { background: transparent; }

/* Cards and panels use white surface */
.card,
.panel,
.notice,
.feature-card,
.service-card {
  background: var(--surface);
  border-color: var(--border);
}
