/*
Theme Name: Inspire Group Online
Theme URI: https://inspiregrouponline.com
Author: OpenAI for Inspire Group Online
Description: A refined editorial WordPress block theme for timeless style, thoughtful beauty, inspired travel, and trusted recommendations.
Version: 1.0.0
Requires at least: 6.4
Tested up to: 6.9
Requires PHP: 7.4
Text Domain: inspire-group-online
*/

:root {
  --igo-sage: #5E7056;
  --igo-mauve: #B77B8D;
  --igo-cream: #F8F5F0;
  --igo-charcoal: #333333;
  --igo-gold: #B8924A;
  --igo-light-sage: #EEF2ED;
  --igo-white: #FFFFFF;
}

html { scroll-behavior: smooth; }
body { color: var(--igo-charcoal); background: var(--igo-cream); }
a { text-underline-offset: 3px; }
.igo-eyebrow { letter-spacing: .18em; text-transform: uppercase; font-size: .78rem; font-weight: 700; }
.igo-crown { color: var(--igo-gold); font-size: 1.15rem; line-height: 1; }
.igo-shadow { box-shadow: 0 16px 40px rgba(51,51,51,.08); }
.igo-card { transition: transform .25s ease, box-shadow .25s ease; }
.igo-card:hover { transform: translateY(-3px); box-shadow: 0 16px 34px rgba(51,51,51,.10); }
.igo-link { text-decoration: none; font-weight: 700; }
.igo-link:hover { color: var(--igo-mauve); }
.igo-hero-mark { opacity: .10; transform: rotate(-3deg); }
.igo-divider { width: 68px; height: 1px; background: var(--igo-gold); margin: 18px 0; }
.igo-disclosure { font-size: .84rem; line-height: 1.6; opacity: .82; }

@media (max-width: 782px) {
  .igo-mobile-center { text-align: center; }
  .igo-hero-mark { max-width: 220px !important; margin-inline: auto; }
}
