/*
Theme Name: Iren Skin & Beauty Child
Template: generatepress
Version: 1.0
Author: Iren Skin & Beauty
Description: Site-specific child theme
Text Domain: a82-iren-skin-beauty
*/

:root {
  --a82-primary:    #1A1A1A;
  --a82-accent:     #D92F20;
  --a82-text:       #0A0A0A;
  --a82-text-soft:  #636363;
  --a82-bg:         #FFFFFF;
  --a82-surface:    #F8F8F8;
  --a82-line:       #E0E0E0;
  --a82-link-hover: #D92F20;
  --a82-font-h:     "Outfit", system-ui, -apple-system, sans-serif;
  --a82-font-b:     "Manrope", system-ui, -apple-system, sans-serif;
  --a82-radius:     8px;
  --a82-radius-lg:  14px;
  --a82-container:  1200px;
  --a82-shadow-sm:  0 1px 3px rgba(0,0,0,.06);
  --a82-shadow-md:  0 6px 20px rgba(0,0,0,.08);
  --a82-shadow-lg:  0 18px 48px rgba(0,0,0,.12);
}

/* Reset minimal + base typo */
body {
  background: var(--a82-bg);
  color: var(--a82-text);
  font-family: var(--a82-font-b);
  margin: 0;
  line-height: 1.6;
}

h1, h2, h3, h4, h5, h6 {
  font-family: var(--a82-font-h);
  color: var(--a82-primary);
  line-height: 1.2;
  margin: 0 0 0.6em;
}

a { color: var(--a82-accent); text-decoration: none; transition: color .2s ease; }
a:hover { color: var(--a82-link-hover); }

img, video, iframe { max-width: 100%; height: auto; }

.a82-container { max-width: var(--a82-container); margin: 0 auto; padding: 0 1rem; }

/* ===========================================================
   Surcharges WordPress Gutenberg + comments + search
   =========================================================== */
.wp-block-image img { border-radius: var(--a82-radius); }
.wp-block-quote {
  border-left: 4px solid var(--a82-accent);
  padding: .5em 1em;
  background: var(--a82-surface);
  margin: 1.5em 0;
}
.wp-block-button__link {
  background: var(--a82-accent);
  color: #fff;
  padding: .75em 1.5em;
  border-radius: var(--a82-radius);
  text-decoration: none;
  display: inline-block;
}
.wp-block-button__link:hover { opacity: .9; }

.pagination, .nav-links, .wp-block-query-pagination {
  display: flex; gap: .5rem; justify-content: center; margin: 2rem 0; flex-wrap: wrap;
}
.page-numbers, .wp-block-query-pagination a, .wp-block-query-pagination span {
  padding: .5em 1em; border: 1px solid var(--a82-line);
  color: var(--a82-text); text-decoration: none; border-radius: var(--a82-radius);
}
.page-numbers.current {
  background: var(--a82-accent); color: #fff; border-color: var(--a82-accent);
}

.comment-list { list-style: none; padding: 0; }
.comment-list li {
  background: var(--a82-surface); padding: 1em; margin: .5em 0;
  border-radius: var(--a82-radius);
}
.comment-form input[type="text"],
.comment-form input[type="email"],
.comment-form input[type="url"],
.comment-form textarea {
  width: 100%; padding: .75rem; border: 1px solid var(--a82-line);
  background: var(--a82-bg); color: var(--a82-text); border-radius: var(--a82-radius);
  font-family: var(--a82-font-b); font-size: 1rem;
}
.comment-form .submit {
  background: var(--a82-accent); color: #fff; border: 0;
  padding: .75em 1.5em; border-radius: var(--a82-radius); cursor: pointer;
}

/* Anti-emoji WP */
img.emoji, img.wp-smiley { display: inline; border: 0; box-shadow: none; }

/* ===========================================================
   NOTE : le CSS COMPLET du theme (header, footer, hero, cards, etc.)
   est dans assets/css/style.css charge via wp_enqueue_style en
   priorite normale. Ce style.css ici reste minimaliste pour les
   surcharges WP de base et les variables CSS racine.
   =========================================================== */
