/* SAUGE & SOIE — feuille de style autonome (écrite à la main, pas de
   Tailwind CDN). Archétype : PASTEL-ÉDITORIAL — sauge + blush + crème,
   formes entièrement arrondies (pill/20px+), grand espace blanc, serif
   fine + sans léger. Volontairement différent de "neutre chaud +
   arrondi léger + serif/sans élégant" déjà utilisé ailleurs dans le
   portefeuille (voir design-diversity-anti-template.mdc). */

:root {
  --hc-ink: #3A3229;
  --hc-ink-soft: #5C5348;
  --hc-sage: #8FA187;
  --hc-sage-dark: #6B7D64;
  --hc-blush: #E8C4C4;
  --hc-blush-dark: #C98F8F;
  --hc-cream: #FAF6F0;
  --hc-paper: #FFFFFF;
  --hc-muted: #9C9285;
  --hc-line: #E5DDD0;
  --hc-error: #B5574A;
  --hc-ok: #6B7D64;
  --hc-radius: 26px;
  --hc-radius-sm: 16px;
  --hc-shadow: 0 12px 32px rgba(58,50,41,.08);
  --font-display: 'Cormorant Garamond', Georgia, serif;
  --font-body: 'Jost', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0; font-family: var(--font-body); font-weight: 400; color: var(--hc-ink);
  background: var(--hc-cream); line-height: 1.65; font-size: 16px;
}
h1, h2, h3, h4 { font-family: var(--font-display); font-weight: 600; line-height: 1.2; margin: 0 0 .5em; color: var(--hc-ink); letter-spacing: 0.01em; }
h1 { font-size: clamp(34px, 5vw, 58px); font-weight: 600; }
h2 { font-size: clamp(26px, 3.4vw, 36px); }
h3 { font-size: 20px; font-weight: 600; }
p { margin: 0 0 1em; font-weight: 300; }
a { color: var(--hc-sage-dark); text-decoration: none; }
a:hover { color: var(--hc-blush-dark); }
img { max-width: 100%; display: block; }
button { font-family: inherit; cursor: pointer; }
.hc_sr { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0,0,0,0); }
.hc_skip { position: absolute; left: -999px; top: 0; background: var(--hc-ink); color: #fff; padding: 12px 18px; z-index: 999; border-radius: 0 0 12px 0; }
.hc_skip:focus { left: 0; }
.hc_container { max-width: 1160px; margin: 0 auto; padding: 0 28px; }

/* Buttons — entièrement arrondis (pill) */
.hc_btn { display: inline-flex; align-items: center; gap: 9px; padding: 15px 30px; border-radius: 999px; border: 1.5px solid transparent; font-weight: 500; font-size: 14px; letter-spacing: 0.01em; text-decoration: none !important; transition: all .2s ease; }
.hc_btn:hover { transform: translateY(-1px); box-shadow: var(--hc-shadow); }
.hc_btn_primary { background: var(--hc-sage); color: #fff; }
.hc_btn_primary:hover { background: var(--hc-sage-dark); color: #fff; }
.hc_btn_dark { background: var(--hc-ink); color: #fff; }
.hc_btn_dark:hover { background: #262019; color: #fff; }
.hc_btn_outline { background: transparent; color: var(--hc-ink); border-color: var(--hc-ink); }
.hc_btn_outline:hover { background: var(--hc-ink); color: #fff; }
.hc_btn_sm { padding: 10px 20px; font-size: 13px; }
.hc_btn_block { width: 100%; justify-content: center; }
.hc_btn[disabled] { opacity: .5; cursor: not-allowed; }

/* Header */
.hc_header { background: rgba(250,246,240,.92); backdrop-filter: blur(6px); border-bottom: 1px solid var(--hc-line); position: sticky; top: 0; z-index: 50; }
.hc_header_in { max-width: 1160px; margin: 0 auto; padding: 20px 28px; display: flex; align-items: center; gap: 34px; }
.hc_logo { display: flex; align-items: center; gap: 10px; font-family: var(--font-display); font-weight: 600; font-size: 23px; color: var(--hc-ink); letter-spacing: 0.02em; }
.hc_logo:hover { color: var(--hc-ink); }
.hc_nav { display: flex; gap: 30px; flex: 1; }
.hc_nav a { color: var(--hc-ink-soft); font-weight: 400; font-size: 14.5px; }
.hc_nav a:hover { color: var(--hc-sage-dark); }
.hc_header_actions { display: flex; align-items: center; gap: 20px; }
.hc_cart_link { position: relative; display: flex; color: var(--hc-ink); }
.hc_cart_badge { position: absolute; top: -8px; right: -10px; background: var(--hc-blush-dark); color: #fff; font-size: 10.5px; font-weight: 600; min-width: 18px; height: 18px; border-radius: 999px; display: flex; align-items: center; justify-content: center; padding: 0 3px; }

/* Footer */
.hc_footer { background: #FFFFFF; margin-top: 80px; border-top: 1px solid var(--hc-line); }
.hc_footer_in { max-width: 1160px; margin: 0 auto; padding: 60px 28px 34px; display: grid; grid-template-columns: 1.6fr 1fr 1fr 1fr; gap: 40px; }
.hc_footer_brand p { color: var(--hc-muted); font-size: 14px; max-width: 320px; font-weight: 300; }
.hc_logo--footer { margin-bottom: 16px; }
.hc_footer_company { font-size: 12.5px; color: var(--hc-muted); line-height: 1.8; }
.hc_footer_company a { color: var(--hc-sage-dark); }
.hc_footer_col h4 { color: var(--hc-ink); font-family: var(--font-display); font-size: 17px; font-weight: 600; margin-bottom: 18px; }
.hc_footer_col ul { list-style: none; margin: 0; padding: 0; }
.hc_footer_col li { margin-bottom: 11px; }
.hc_footer_col a, .hc_link_btn { color: var(--hc-muted); font-size: 14px; background: none; border: none; padding: 0; text-align: left; font-family: inherit; font-weight: 300; }
.hc_footer_col a:hover, .hc_link_btn:hover { color: var(--hc-sage-dark); }
.hc_footer_bottom { border-top: 1px solid var(--hc-line); padding: 22px 28px; text-align: center; font-size: 12.5px; color: var(--hc-muted); font-weight: 300; }

/* Hero */
.hc_hero { background: linear-gradient(135deg, #F0E9DD 0%, var(--hc-cream) 60%); padding: 70px 0 56px; }
.hc_hero_grid { display: grid; grid-template-columns: 1.1fr 0.9fr; gap: 50px; align-items: center; }
.hc_hero h1 { color: var(--hc-ink); }
.hc_hero p { color: var(--hc-ink-soft); font-size: 17px; max-width: 520px; font-weight: 300; }
.hc_hero_img { border-radius: var(--hc-radius); overflow: hidden; aspect-ratio: 4/3; background: var(--hc-blush); }
.hc_hero_img img { width: 100%; height: 100%; object-fit: cover; }
.hc_eyebrow { display: inline-block; color: var(--hc-blush-dark); font-weight: 500; font-size: 12.5px; text-transform: uppercase; letter-spacing: 0.12em; margin-bottom: 14px; }
.hc_section { padding: 56px 0; }
.hc_section_head { display: flex; justify-content: space-between; align-items: flex-end; gap: 20px; margin-bottom: 32px; flex-wrap: wrap; }
.hc_section_head p { color: var(--hc-muted); margin: 8px 0 0; max-width: 520px; font-weight: 300; }

/* Categories */
.hc_halls { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; margin: 34px 0; }
.hc_hall_card { background: var(--hc-paper); border: none; border-radius: var(--hc-radius); padding: 30px 24px; text-align: left; transition: box-shadow .2s ease, transform .2s ease; }
.hc_hall_card:hover { box-shadow: var(--hc-shadow); transform: translateY(-3px); text-decoration: none; }
.hc_hall_card strong { display: block; font-family: var(--font-display); font-size: 21px; font-weight: 600; color: var(--hc-ink); margin-bottom: 6px; }
.hc_hall_card span.muted { color: var(--hc-muted); font-size: 13px; font-weight: 300; }

/* Product grid + cards */
.hc_grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 26px; }
.hc_card { background: var(--hc-paper); border-radius: var(--hc-radius); overflow: hidden; display: flex; flex-direction: column; transition: box-shadow .2s ease, transform .2s ease; }
.hc_card:hover { box-shadow: var(--hc-shadow); transform: translateY(-3px); }
.hc_card_img { display: block; aspect-ratio: 1/1; overflow: hidden; background: var(--hc-blush); }
.hc_card_img img { width: 100%; height: 100%; object-fit: cover; }
.hc_card_body { padding: 20px; display: flex; flex-direction: column; gap: 8px; flex: 1; }
.hc_card_cat { font-size: 11px; font-weight: 500; text-transform: uppercase; letter-spacing: 0.08em; color: var(--hc-sage-dark); }
.hc_card_body h3 { font-size: 16.5px; margin: 0; font-weight: 500; }
.hc_card_body h3 a { color: var(--hc-ink); }
.hc_card_price { font-family: var(--font-display); font-weight: 600; font-size: 19px; margin-top: auto; padding-top: 8px; }
.hc_card_actions { margin-top: 10px; }

/* Category pills */
.hc_pill_row { display: flex; gap: 12px; flex-wrap: wrap; margin-bottom: 34px; }
.hc_pill { padding: 11px 22px; border-radius: 999px; border: 1.5px solid var(--hc-line); background: var(--hc-paper); color: var(--hc-ink-soft); font-size: 14px; font-weight: 400; }
.hc_pill.active, .hc_pill:hover { background: var(--hc-sage); color: #fff; border-color: var(--hc-sage); text-decoration: none; }

/* Product detail page */
.hc_pd { display: grid; grid-template-columns: 1fr 1fr; gap: 56px; padding: 48px 0; }
.hc_pd_img { border-radius: var(--hc-radius); overflow: hidden; background: var(--hc-blush); }
.hc_pd_breadcrumb { font-size: 13.5px; color: var(--hc-muted); margin-bottom: 20px; }
.hc_pd_breadcrumb a { color: var(--hc-muted); }
.hc_pd_price { font-family: var(--font-display); font-size: 34px; font-weight: 600; margin: 10px 0 6px; }
.hc_pd_price_note { color: var(--hc-muted); font-size: 13px; margin-bottom: 24px; font-weight: 300; }
.hc_notice { display: flex; gap: 12px; align-items: flex-start; background: var(--hc-paper); border-radius: var(--hc-radius-sm); padding: 18px 20px; font-size: 13.5px; color: var(--hc-ink-soft); margin-top: 24px; font-weight: 300; }
.hc_notice svg { flex-shrink: 0; color: var(--hc-sage-dark); margin-top: 1px; }

/* Cart page */
.hc_cart_table { width: 100%; border-collapse: separate; border-spacing: 0 14px; margin-bottom: 28px; }
.hc_cart_table th { text-align: left; font-size: 11.5px; text-transform: uppercase; letter-spacing: 0.08em; color: var(--hc-muted); padding: 0 16px 8px; font-weight: 500; }
.hc_cart_table td { padding: 18px 16px; background: var(--hc-paper); vertical-align: middle; }
.hc_cart_table tr td:first-child { border-radius: var(--hc-radius-sm) 0 0 var(--hc-radius-sm); }
.hc_cart_table tr td:last-child { border-radius: 0 var(--hc-radius-sm) var(--hc-radius-sm) 0; }
.hc_cart_row_name { display: flex; align-items: center; gap: 16px; }
.hc_cart_row_name img { width: 62px; height: 62px; object-fit: cover; border-radius: var(--hc-radius-sm); }
.hc_qty_control { display: flex; align-items: center; gap: 10px; background: var(--hc-cream); border-radius: 999px; padding: 5px; width: fit-content; }
.hc_qty_control button { width: 28px; height: 28px; border-radius: 50%; border: none; background: #fff; display: flex; align-items: center; justify-content: center; }
.hc_qty_control input { width: 30px; border: none; background: none; text-align: center; font-weight: 500; }
.hc_cart_empty { text-align: center; padding: 70px 20px; color: var(--hc-muted); font-weight: 300; }
.hc_cart_summary { display: flex; justify-content: flex-end; }
.hc_cart_summary_box { min-width: 320px; background: var(--hc-paper); border-radius: var(--hc-radius); padding: 28px; }
.hc_summary_row { display: flex; justify-content: space-between; font-size: 14.5px; margin-bottom: 12px; color: var(--hc-ink-soft); font-weight: 300; }
.hc_summary_row.total { font-family: var(--font-display); font-size: 22px; font-weight: 600; color: var(--hc-ink); border-top: 1px solid var(--hc-line); padding-top: 14px; margin-top: 10px; }
.hc_summary_row.discount { color: var(--hc-ok); }

/* Checkout form */
.hc_checkout_grid { display: grid; grid-template-columns: 1.3fr 1fr; gap: 50px; padding: 48px 0; align-items: start; }
.hc_field { margin-bottom: 20px; }
.hc_field label { display: block; font-size: 13.5px; font-weight: 500; margin-bottom: 8px; }
.hc_field input, .hc_field textarea { width: 100%; padding: 13px 18px; border-radius: var(--hc-radius-sm); border: 1.5px solid var(--hc-line); font-family: inherit; font-size: 14.5px; background: var(--hc-paper); }
.hc_field input:focus, .hc_field textarea:focus { outline: none; border-color: var(--hc-sage); }
.hc_field_row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.hc_field_error { display: none; color: var(--hc-error); font-size: 12.5px; margin-top: 6px; }
.hc_field_hint { font-size: 12.5px; color: var(--hc-muted); margin-top: 6px; font-weight: 300; }
.hc_checkbox_row { display: flex; align-items: flex-start; gap: 10px; font-size: 13.5px; margin: 20px 0; font-weight: 300; }
.hc_checkbox_row input { margin-top: 3px; }
.hc_order_box { background: var(--hc-paper); border-radius: var(--hc-radius); padding: 28px; position: sticky; top: 110px; }
.hc_order_box h2 { font-size: 19px; }
.hc_order_line { display: flex; justify-content: space-between; font-size: 14px; padding: 10px 0; border-bottom: 1px solid var(--hc-line); font-weight: 300; }
.hc_banner { padding: 14px 20px; border-radius: var(--hc-radius-sm); font-size: 14px; margin-bottom: 18px; display: none; }
.hc_banner.error { background: #F7E7E4; color: var(--hc-error); display: block; }
.hc_banner.success { background: #E9EFE7; color: var(--hc-ok); display: block; }

/* Legal / prose pages */
.hc_prose { max-width: 760px; margin: 0 auto; padding: 50px 28px 80px; }
.hc_prose h1 { margin-bottom: 24px; }
.hc_prose h2 { margin-top: 38px; font-size: 22px; }
.hc_prose p, .hc_prose li { color: var(--hc-ink-soft); font-size: 15.5px; font-weight: 300; }
.hc_company_box { background: var(--hc-paper); border-radius: var(--hc-radius); padding: 24px 28px; font-size: 14px; color: var(--hc-ink-soft); margin-top: 34px; font-weight: 300; }

/* Ad disclosure label */
.ga-ad-label { display: inline-block; background: var(--hc-paper); color: var(--hc-ink-soft); font-size: 11.5px; font-weight: 500; padding: 7px 16px; border-radius: 999px; margin-bottom: 16px; letter-spacing: 0.04em; }

/* Cookie banner */
.hc_cookie_banner { position: fixed; left: 20px; right: 20px; bottom: 20px; max-width: 560px; margin: 0 auto; background: #fff; border-radius: var(--hc-radius); box-shadow: 0 16px 48px rgba(58,50,41,.18); padding: 24px 26px; z-index: 999; display: none; }
.hc_cookie_banner p { font-size: 14px; color: var(--hc-ink-soft); margin-bottom: 16px; font-weight: 300; }
.hc_cookie_actions { display: flex; gap: 12px; }
.hc_cookie_actions .hc_btn { flex: 1; }

/* FAQ */
.hc_faq_item { border-bottom: 1px solid var(--hc-line); padding: 22px 0; }
.hc_faq_item h3 { margin-bottom: 8px; }

/* Bienvenue promo box */
.hc_promo_box { background: var(--hc-paper); border-radius: var(--hc-radius); padding: 26px 30px; display: flex; align-items: center; gap: 22px; flex-wrap: wrap; justify-content: space-between; margin: 28px 0; }
.hc_promo_code { font-family: var(--font-display); font-size: 28px; font-weight: 700; letter-spacing: 0.05em; color: var(--hc-sage-dark); background: #EEF2ED; padding: 10px 26px; border-radius: 999px; }
.hc_promo_box p { font-size: 13.5px; color: var(--hc-muted); max-width: 380px; margin: 0; font-weight: 300; }
.hc_reason_grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; margin: 30px 0; }
.hc_reason_card { background: var(--hc-paper); border-radius: var(--hc-radius); padding: 26px; }
.hc_reason_card svg { color: var(--hc-blush-dark); margin-bottom: 12px; }
.hc_reason_card h3 { font-size: 16px; margin-bottom: 6px; }
.hc_reason_card p { font-size: 13.5px; color: var(--hc-muted); margin: 0; font-weight: 300; }

/* Responsive */
@media (max-width: 900px) {
  .hc_hero_grid { grid-template-columns: 1fr; }
  .hc_halls { grid-template-columns: repeat(2, 1fr); }
  .hc_grid { grid-template-columns: repeat(2, 1fr); }
  .hc_footer_in { grid-template-columns: 1fr 1fr; }
  .hc_pd { grid-template-columns: 1fr; }
  .hc_checkout_grid { grid-template-columns: 1fr; }
  .hc_reason_grid { grid-template-columns: 1fr; }
  .hc_nav { display: none; }
}
@media (max-width: 560px) {
  .hc_halls { grid-template-columns: 1fr; }
  .hc_grid { grid-template-columns: 1fr 1fr; }
  .hc_footer_in { grid-template-columns: 1fr; }
  .hc_field_row { grid-template-columns: 1fr; }
}

@media (prefers-reduced-motion: reduce) {
  * { transition: none !important; animation: none !important; scroll-behavior: auto !important; }
}
