/*
Theme Name: Morgan Creek Luxe
Theme URI: https://morgancreekcabin.com
Author: ChatGPT
Author URI: https://openai.com
Description: A lightweight luxury block theme starter for The Cabin at Morgan Creek.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.6
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: morgancreek-luxe
Tags: full-site-editing, block-patterns, wide-blocks
*/

/* Base tweaks. Most styling is handled by theme.json */

:root {
  scroll-behavior: smooth;
}

.mc-button-wide a.wp-block-button__link {
  padding-left: 1.25em;
  padding-right: 1.25em;
}


/* Image polish */
.mc-card-image img {
  border-radius: 14px;
  width: 100%;
  height: auto;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  box-shadow: 0 14px 34px rgba(0,0,0,.12);
}

.wp-block-cover .wp-block-cover__inner-container h1,
.wp-block-cover .wp-block-cover__inner-container h2,
.wp-block-cover .wp-block-cover__inner-container p {
  text-shadow: 0 2px 18px rgba(0,0,0,.35);
}

/* Softer button look over imagery */
.wp-block-cover .wp-block-button.is-style-outline .wp-block-button__link {
  border-color: rgba(255,255,255,.7);
}
.wp-block-cover .wp-block-button.is-style-outline .wp-block-button__link:hover {
  border-color: rgba(255,255,255,.95);
}
