/*
Theme Name: Hayes Barton
Theme URI: https://hbumc.org
Author: Dave Harrell Marketing Consulting
Author URI: https://daveharrell.com
Description: Custom block theme for Hayes Barton United Methodist Church. Brand design tokens (navy, cyan, cream, body gray) and Hanken Grotesk typography are locked in theme.json so the approved design cannot drift. Built for the hybrid authoring model: designer owns structure, staff edit content inside defined fields.
Requires at least: 6.6
Tested up to: 7.0
Requires PHP: 8.0
Version: 0.3.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: hayes-barton
*/

/* ------------------------------------------------------------------
   Supplemental front-end rules.
   The bulk of the design lives in theme.json. Only things theme.json
   cannot express belong here. Keep this file small on purpose.
------------------------------------------------------------------ */

html { scroll-behavior: smooth; }

/* Smooth, branded hover motion on buttons to match the approved comp. */
.wp-block-button__link {
  letter-spacing: 0.04em;
  transition: background-color .25s cubic-bezier(.2,.6,.35,1),
              transform .25s cubic-bezier(.2,.6,.35,1),
              box-shadow .25s cubic-bezier(.2,.6,.35,1);
}
.wp-block-button__link:hover {
  transform: translateY(-2px);
}

/* Eyebrow utility: small uppercase cyan label used throughout the comp.
   Apply by adding the CSS class "hb-eyebrow" to a paragraph or heading. */
.hb-eyebrow {
  font-weight: 800;
  font-size: 12px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--wp--preset--color--cyan);
}
