/*
 * ICHA WORDPRESS LAYOUT FIXES
 *
 * The legacy static frontend used .page padding-top to reserve space for a
 * fixed header. In WordPress the site header already occupies normal document
 * flow, so that legacy offset creates a blank band between navigation and hero.
 */

body .page {
  padding-top: 0;
}

/*
 * Keep the existing WordPress admin-toolbar adjustment intact.
 * The navbar itself remains offset below the toolbar via site.css.
 */
