/*
Theme Name: SMMS Pulse
Theme URI: https://www.socialmediamarketingservices.co.uk/
Author: Social Media Marketing Services
Author URI: https://www.socialmediamarketingservices.co.uk/
Description: A wide, editorial block theme for Social Media Marketing Services. Full-width layouts, bold coral/teal palette and reusable block patterns for services, results, insights and calls to action.
Version: 1.0.0
Requires at least: 6.5
Tested up to: 6.8
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: smms-pulse
Tags: blog, business, block-patterns, full-site-editing, wide-blocks, editor-style, custom-colors
*/

:root { --smms-shadow: 0 24px 60px -28px rgba(12,47,51,.45); }

body { -webkit-font-smoothing: antialiased; }

.smms-eyebrow {
  letter-spacing: .18em;
  text-transform: uppercase;
}

.smms-card {
  border-radius: 22px;
  box-shadow: var(--smms-shadow);
  transition: transform .3s ease, box-shadow .3s ease;
}
.smms-card:hover { transform: translateY(-6px); }

.smms-outline {
  border: 1px solid color-mix(in srgb, currentColor 22%, transparent);
  border-radius: 22px;
}

.smms-posts .wp-block-post-title a { text-decoration: none; }
.smms-posts .wp-block-post-title a:hover { text-decoration: underline; text-underline-offset: 4px; }

.smms-diagonal { border-radius: 28px; overflow: hidden; }

.wp-block-button__link { letter-spacing: .01em; }

.smms-marquee { column-gap: clamp(1.5rem, 4vw, 4rem); }
