/*
Theme Name: Secrets d'enfance — Gutenberg
Theme URI: https://secretsdenfance.eu/
Author: OpenAI
Description: Thème bloc WordPress moderne inspiré de la vitrine Secrets d'enfance. Full Site Editing, Gutenberg natif, responsive.
Version: 1.0.0
Requires at least: 6.6
Requires PHP: 7.4
License: GPL-2.0-or-later
Text Domain: secrets-denfance
Tags: full-site-editing, block-patterns, block-styles, accessibility-ready
*/

/* Secrets d'enfance — small theme refinements */
:root { --sd-shadow: 0 18px 55px rgba(46,42,39,.08); }
.wp-site-blocks { overflow-x: clip; }
.wp-block-button__link { transition: transform .2s ease, box-shadow .2s ease, opacity .2s ease; }
.wp-block-button__link:hover { transform: translateY(-2px); box-shadow: var(--sd-shadow); }
.wp-block-quote { border-left: 2px solid var(--wp--preset--color--rose); padding-left: 1.4rem; }
.wp-block-navigation .wp-block-navigation-item__content:hover { opacity: .65; }
@media (max-width: 782px) {
  .wp-block-cover[style*="min-height:620px"] { min-height: 520px !important; }
}
