*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
:root {
  --rh-bg: #fdf0f3;
  --rh-dark: #2d0a14;
  --rh-rose: #c2557a;
  --rh-rose-light: #e8a0b8;
  --rh-muted: #7a5060;
  --rh-card-bg: #fff7f9;
  --rh-border: #f0cdd8;
}
body { font-family: 'Lato', sans-serif; background: var(--rh-bg); color: var(--rh-dark); line-height: 1.7; }
.rh-wrap { max-width: 1140px; margin: 0 auto; padding: 0 24px; }
h1,h2,h3 { font-family: 'Playfair Display', serif; }
em { font-style: italic; color: var(--rh-rose); }
a { color: var(--rh-rose); text-decoration: none; }
img { max-width: 100%; height: auto; border-radius: 12px; display: block; }

/* Header */
.rh-header { background: #fff; border-bottom: 1px solid var(--rh-border); position: sticky; top: 0; z-index: 100; }
.rh-header__row { display: flex; align-items: center; justify-content: space-between; padding: 18px 24px; }
.rh-header__logo { font-family: 'Playfair Display', serif; font-size: 1.5rem; font-weight: 700; color: var(--rh-dark); }
.rh-header__logo span { color: var(--rh-rose); }
.rh-header__nav { display: flex; gap: 32px; }
.rh-header__nav a { font-size: .9rem; letter-spacing: .04em; color: var(--rh-muted); font-weight: 700; transition: color .2s; }
.rh-header__nav a:hover { color: var(--rh-rose); }

/* Tag */
.rh-tag { display: inline-block; background: var(--rh-rose); color: #fff; font-size: .75rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; padding: 4px 14px; border-radius: 20px; margin-bottom: 20px; }
.rh-tag--center { display: block; text-align: center; width: fit-content; margin: 0 auto 20px; }

/* Buttons */
.rh-btn { display: inline-block; padding: 14px 32px; border-radius: 30px; font-weight: 700; font-size: .95rem; transition: all .2s; cursor: pointer; border: none; }
.rh-btn--rose { background: var(--rh-rose); color: #fff; }
.rh-btn--rose:hover { background: var(--rh-dark); }
.rh-btn--rim { background: transparent; color: var(--rh-rose); border: 2px solid var(--rh-rose); }
.rh-btn--rim:hover { background: var(--rh-rose); color: #fff; }

/* Hero */
.rh-hero { padding: 80px 0; }
.rh-hero__grid { display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: center; }
.rh-hero__text h1 { font-size: clamp(2.2rem, 4vw, 3.4rem); line-height: 1.2; margin-bottom: 20px; }
.rh-hero__text p { color: var(--rh-muted); font-size: 1.05rem; margin-bottom: 32px; }
.rh-hero__cta { display: flex; gap: 16px; flex-wrap: wrap; }
.rh-hero__img img { aspect-ratio: 4/5; object-fit: cover; border-radius: 50% 50% 50% 50% / 60% 60% 40% 40%; }

/* Bouquets */
.rh-bouquets { padding: 80px 0; background: #fff; }
.rh-section-title { font-size: clamp(1.8rem, 3vw, 2.6rem); text-align: center; margin-bottom: 56px; }
.rh-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; }
.rh-card { background: var(--rh-card-bg); border: 1px solid var(--rh-border); border-radius: 16px; padding: 36px 28px; position: relative; }
.rh-card--featured { border-color: var(--rh-rose); background: var(--rh-rose); color: #fff; }
.rh-card--featured em, .rh-card--featured a { color: #fff; }
.rh-card__badge { position: absolute; top: -12px; left: 28px; background: var(--rh-dark); color: #fff; font-size: .72rem; font-weight: 700; padding: 4px 14px; border-radius: 20px; letter-spacing: .06em; }
.rh-card__price { font-size: 1.8rem; font-weight: 700; font-family: 'Playfair Display', serif; color: var(--rh-rose); margin-bottom: 12px; }
.rh-card--featured .rh-card__price { color: #fff; }
.rh-card h3 { font-size: 1.2rem; margin-bottom: 12px; }
.rh-card p { font-size: .9rem; margin-bottom: 16px; opacity: .85; }
.rh-card ul { list-style: none; font-size: .85rem; margin-bottom: 24px; }
.rh-card ul li::before { content: '✦ '; color: var(--rh-rose-light); }
.rh-card--featured ul li::before { color: rgba(255,255,255,.6); }
.rh-card__link { font-weight: 700; font-size: .9rem; letter-spacing: .02em; }

/* Atelier */
.rh-atelier { padding: 80px 0; }
.rh-atelier__grid { display: grid; grid-template-columns: 1fr 1.2fr; gap: 64px; align-items: center; }
.rh-atelier__photo img { aspect-ratio: 4/5; object-fit: cover; }
.rh-atelier__text h2 { font-size: clamp(1.8rem, 3vw, 2.4rem); margin-bottom: 20px; line-height: 1.25; }
.rh-atelier__text p { color: var(--rh-muted); margin-bottom: 16px; }
.rh-atelier__list { list-style: none; margin-top: 24px; }
.rh-atelier__list li { padding: 10px 0; border-bottom: 1px solid var(--rh-border); font-weight: 600; }

/* Form */
.rh-commande { padding: 80px 0; background: #fff; }
.rh-form { max-width: 640px; margin: 0 auto; display: flex; flex-direction: column; gap: 20px; }
.rh-form__row { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.rh-form__field { display: flex; flex-direction: column; gap: 6px; font-size: .9rem; font-weight: 700; color: var(--rh-muted); }
.rh-form__field input, .rh-form__field select, .rh-form__field textarea { padding: 12px 16px; border: 1.5px solid var(--rh-border); border-radius: 10px; font-size: .95rem; font-family: inherit; background: var(--rh-bg); outline: none; transition: border-color .2s; }
.rh-form__field input:focus, .rh-form__field select:focus, .rh-form__field textarea:focus { border-color: var(--rh-rose); }
.rh-form__check { display: flex; align-items: flex-start; gap: 10px; font-size: .85rem; color: var(--rh-muted); }
.rh-form__check input { margin-top: 3px; accent-color: var(--rh-rose); }

/* Footer */
.rh-footer { background: var(--rh-dark); color: rgba(255,255,255,.75); padding: 60px 0 0; }
.rh-footer__grid { display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 40px; padding-bottom: 40px; }
.rh-footer__logo { font-family: 'Playfair Display', serif; font-size: 1.4rem; font-weight: 700; color: #fff; margin-bottom: 10px; }
.rh-footer__logo span { color: var(--rh-rose-light); }
.rh-footer h4 { color: #fff; font-size: .85rem; letter-spacing: .08em; text-transform: uppercase; margin-bottom: 14px; }
.rh-footer ul { list-style: none; font-size: .88rem; }
.rh-footer ul li { margin-bottom: 8px; }
.rh-footer a { color: rgba(255,255,255,.6); transition: color .2s; }
.rh-footer a:hover { color: var(--rh-rose-light); }
.rh-footer__bottom { border-top: 1px solid rgba(255,255,255,.1); padding: 20px 0; font-size: .8rem; text-align: center; color: rgba(255,255,255,.4); }

/* Legal */
.rh-legal { padding: 80px 0; }
.rh-legal__inner { max-width: 780px; margin: 0 auto; }
.rh-legal h1 { font-size: 2.2rem; margin-bottom: 8px; }
.rh-legal__date { color: var(--rh-muted); font-size: .9rem; margin-bottom: 40px; }
.rh-legal h2 { font-family: 'Playfair Display', serif; font-size: 1.2rem; margin: 32px 0 10px; color: var(--rh-rose); }
.rh-legal p, .rh-legal ul { color: var(--rh-muted); margin-bottom: 16px; }
.rh-legal ul { padding-left: 20px; }
.rh-legal__back { display: inline-block; margin-top: 40px; color: var(--rh-rose); font-weight: 700; }

@media (max-width: 768px) {
  .rh-hero__grid, .rh-atelier__grid { grid-template-columns: 1fr; }
  .rh-grid { grid-template-columns: 1fr; }
  .rh-footer__grid { grid-template-columns: 1fr 1fr; }
  .rh-form__row { grid-template-columns: 1fr; }
  .rh-header__nav { display: none; }
}
