/* ==========================================================================
   SILLAGE — page Tarifs (complète style.css)
   ========================================================================== */

[hidden] { display: none !important; }

.btn-outline { border-color: var(--line); background: transparent; color: var(--ink); border: 1px solid rgba(23, 32, 28, .25); }
.btn-outline:hover { border-color: var(--ink); }
.btn-sm { padding: 10px 18px; font-size: .84rem; }
.btn[disabled] { opacity: .45; cursor: not-allowed; }

/* composition en barre */
.cbar { display: flex; height: 10px; border-radius: 99px; overflow: hidden; gap: 2px; background: rgba(23, 32, 28, .06); }
.cbar span { min-width: 3px; transition: flex .4s var(--ease); }
.cbar-lg { height: 16px; }

.gauge { display: inline-flex; gap: 1px; font-weight: 700; font-size: .9rem; letter-spacing: .02em; }
.gauge i { font-style: normal; color: rgba(23, 32, 28, .2); }
.gauge i.on { color: var(--a-ink); }

/* -------------------------------------------------------------- hero */
.t-hero {
  padding: clamp(150px, 18vw, 210px) 0 clamp(80px, 10vw, 120px);
  background: var(--night); color: var(--on-night); overflow: hidden; isolation: isolate;
}
.t-glow { position: absolute; inset: 0; z-index: -1; pointer-events: none; }
.t-glow span { position: absolute; width: 55vw; aspect-ratio: 1; border-radius: 50%; opacity: .35; animation: glow 18s ease-in-out infinite alternate; }
.t-glow span:nth-child(1) { background: radial-gradient(closest-side, var(--a1), transparent); left: -12vw; top: -20vw; }
.t-glow span:nth-child(2) { background: radial-gradient(closest-side, var(--a4), transparent); right: -15vw; top: 0; animation-delay: -6s; }
.t-glow span:nth-child(3) { background: radial-gradient(closest-side, var(--a3), transparent); left: 30vw; bottom: -35vw; animation-delay: -12s; }
@keyframes glow { from { transform: translate(0, 0) scale(1); } to { transform: translate(6vw, 4vw) scale(1.15); } }
.t-hero .eyebrow, .t-hero .t-title em { color: var(--a1); }
.t-title { font-family: var(--serif); font-size: clamp(3.4rem, 9vw, 7.5rem); line-height: .92; letter-spacing: -.02em; font-weight: 500; }
.t-title em { font-style: italic; }
.t-sub { margin-top: 28px; max-width: 58ch; font-size: clamp(1rem, 1.5vw, 1.15rem); color: var(--on-night-muted); }
.t-hero .hero-actions { justify-content: flex-start; }
.t-facts { list-style: none; padding: 32px 0 0; margin: 56px 0 0; display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; border-top: 1px solid rgba(255, 255, 255, .12); max-width: 900px; }
.t-facts strong { display: block; font-family: var(--serif); font-size: 3rem; line-height: 1; font-weight: 500; color: var(--on-night); }
.t-facts span { font-size: .9rem; color: var(--on-night-muted); }

/* -------------------------------------------------------------- formules */
.t-plans { background: var(--paper); }
.plans { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; align-items: stretch; }
.plan {
  position: relative; display: flex; flex-direction: column;
  padding: 34px 30px 30px; border-radius: 24px; background: var(--cream); border: 1px solid var(--line);
  transition: transform .4s var(--ease), box-shadow .4s var(--ease), border-color .4s var(--ease);
}
.plan:hover { transform: translateY(-4px); box-shadow: 0 30px 50px -36px rgba(0, 0, 0, .45); }
.plan.is-selected { border-color: var(--a-ink); }
.plan-hl { background: var(--night); color: var(--on-night); border-color: transparent; }
.plan.plan-hl .plan-tag, .plan.plan-hl li { color: var(--on-night-muted); }
.plan-hl .plan-price strong { color: var(--a1); }
.plan-hl li::before { background: var(--a1); }
.plan-hl .btn-accent { background: var(--on-night); color: var(--night); }
.plan-hl .btn-accent:hover { background: #fff; }
.plan-hl.is-selected { box-shadow: 0 0 0 2px var(--a1); }
.plan-badge { position: absolute; top: 18px; right: 18px; font-size: .7rem; letter-spacing: .14em; text-transform: uppercase; font-weight: 700; padding: 6px 11px; border-radius: 99px; background: var(--a1); color: var(--night); }
.plan h3 { font-family: var(--serif); font-size: 2.2rem; line-height: 1; }
.plan-tag { margin-top: 6px; color: var(--ink-soft); font-family: var(--serif); font-style: italic; font-size: 1.15rem; }
.plan-price { margin: 26px 0 22px; display: flex; flex-direction: column; }
.plan-price span { font-size: .82rem; opacity: .7; }
.plan-price strong { font-family: var(--serif); font-size: 3.4rem; line-height: 1.05; font-weight: 500; color: var(--a-ink); }
.plan ul { list-style: none; padding: 0; margin: 0 0 28px; flex: 1; }
.plan li { position: relative; padding: 9px 0 9px 22px; font-size: .93rem; color: var(--ink-soft); border-top: 1px solid rgba(128, 128, 128, .18); }
.plan li::before { content: ""; position: absolute; left: 2px; top: 17px; width: 8px; height: 8px; border-radius: 50%; background: var(--a-ink); }
.plan .btn { align-self: flex-start; }
.t-ref { margin-top: 22px; max-width: 90ch; }

/* -------------------------------------------------------------- inspirations */
.t-insp { background: var(--cream); }
.tabs { display: inline-flex; gap: 4px; padding: 4px; border-radius: 99px; background: var(--paper); border: 1px solid var(--line); margin-bottom: 28px; }
.tabs button { padding: 10px 20px; border: 0; border-radius: 99px; background: none; font: 500 .9rem var(--sans); color: var(--ink-soft); cursor: pointer; transition: background .3s, color .3s; }
.tabs button[aria-selected="true"] { background: var(--ink); color: var(--paper); }
.blend-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(260px, 1fr)); gap: 16px; }
.blend-card { display: flex; flex-direction: column; gap: 12px; padding: 26px; border-radius: 22px; background: var(--paper); border: 1px solid var(--line); animation: swap .5s var(--ease); transition: transform .4s var(--ease), box-shadow .4s var(--ease); }
.blend-card:hover { transform: translateY(-4px); box-shadow: 0 26px 44px -34px rgba(0, 0, 0, .45); }
.bc-insp { font-size: .72rem; letter-spacing: .18em; text-transform: uppercase; font-weight: 600; color: var(--a-ink); }
.blend-card h3 { font-family: var(--serif); font-size: 2rem; line-height: 1; margin-top: -4px; }
.bc-desc { font-size: .92rem; color: var(--ink-soft); min-height: 2.9em; }
.bc-oils { font-family: var(--serif); font-style: italic; color: var(--muted); font-size: 1rem; line-height: 1.35; }
.bc-foot { display: flex; justify-content: space-between; align-items: baseline; margin-top: auto; padding-top: 10px; border-top: 1px solid var(--line); }
.bc-price { font-size: .85rem; color: var(--ink-soft); }
.bc-price strong { font-size: 1.05rem; color: var(--ink); }
.blend-card .btn { align-self: flex-start; }
.gauge-legend { margin-top: 22px; display: flex; flex-wrap: wrap; gap: 8px 22px; align-items: center; font-size: .85rem; color: var(--muted); }
.gauge-legend .gauge { margin-right: 6px; }

/* -------------------------------------------------------------- composition */
.t-composer { background: var(--night); color: var(--on-night); overflow: hidden; }
.t-composer .eyebrow, .t-composer .h2 em { color: var(--a1); }
.composer-grid { display: grid; grid-template-columns: 1.15fr 1fr; gap: clamp(24px, 4vw, 56px); align-items: start; }
.fam + .fam { margin-top: 22px; }
.fam-name { font-size: .72rem; letter-spacing: .16em; text-transform: uppercase; font-weight: 600; color: var(--on-night-muted); margin-bottom: 10px; }
.fam-oils { display: flex; flex-wrap: wrap; gap: 8px; }
.oil-toggle {
  display: inline-flex; align-items: center; gap: 8px; padding: 8px 14px; border-radius: 99px;
  background: rgba(255, 255, 255, .04); border: 1px solid rgba(255, 255, 255, .14);
  color: var(--on-night); font: 500 .88rem var(--sans); cursor: pointer;
  transition: background .3s, border-color .3s, transform .3s var(--ease);
}
.oil-toggle:hover { transform: translateY(-1px); border-color: rgba(255, 255, 255, .35); }
.oil-toggle .dot { width: 9px; height: 9px; border-radius: 50%; background: var(--c); }
.oil-toggle .tier { font-size: .74rem; color: var(--on-night-muted); letter-spacing: .04em; }
.oil-toggle[aria-pressed="true"] { background: color-mix(in srgb, var(--c) 26%, transparent); border-color: var(--c); }
.palette.is-full .oil-toggle[aria-pressed="false"] { opacity: .4; cursor: not-allowed; }

.comp-card { position: sticky; top: 90px; padding: 28px; border-radius: 24px; background: rgba(255, 255, 255, .05); border: 1px solid rgba(255, 255, 255, .12); }
.comp-label { font-size: .72rem; letter-spacing: .16em; text-transform: uppercase; font-weight: 600; color: var(--on-night-muted); margin-bottom: 14px; }
.comp-card .cbar { background: rgba(255, 255, 255, .06); }
.comp-list { margin: 20px 0 6px; display: grid; gap: 14px; }
.comp-head { display: flex; align-items: baseline; gap: 8px; }
.comp-head .dot { width: 10px; height: 10px; border-radius: 50%; background: var(--c); align-self: center; }
.comp-head b { font-weight: 600; }
.comp-head i { font-family: var(--serif); color: var(--on-night-muted); font-size: .95rem; }
.comp-pct { margin-left: auto; font-variant-numeric: tabular-nums; font-weight: 600; }
.comp-del { width: 26px; height: 26px; border-radius: 50%; border: 1px solid rgba(255, 255, 255, .2); background: none; color: var(--on-night); cursor: pointer; line-height: 1; }
.comp-del:hover:not([disabled]) { border-color: var(--on-night); }
.comp-del[disabled] { opacity: .3; cursor: default; }
.comp-row input[type="range"] { width: 100%; accent-color: var(--c); margin-top: 6px; }
.comp-note { font-size: .78rem; color: var(--on-night-muted); font-style: italic; }
.comp-price { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; margin: 22px 0 10px; padding-top: 20px; border-top: 1px solid rgba(255, 255, 255, .12); }
.comp-price span { display: block; font-size: .78rem; color: var(--on-night-muted); }
.comp-price strong { display: block; font-family: var(--serif); font-size: 2.3rem; font-weight: 500; line-height: 1.1; color: var(--a1); }
.comp-price em { font-style: normal; font-size: .78rem; color: var(--on-night-muted); }
.comp-note-crea { font-size: .82rem; color: var(--on-night-muted); margin-bottom: 18px; }

/* -------------------------------------------------------------- estimation */
.t-config { background: var(--paper); }
.config-grid { display: grid; grid-template-columns: 1.3fr 1fr; gap: clamp(24px, 4vw, 56px); align-items: start; }
.config fieldset { border: 0; margin: 0; padding: 0 0 30px; }
.config fieldset + fieldset { padding-top: 26px; border-top: 1px solid var(--line); }
.config legend { font-family: var(--serif); font-size: 1.7rem; margin-bottom: 16px; padding: 0; }
.config legend span { font-style: italic; font-size: 1.05rem; color: var(--a-ink); margin-right: 8px; }
.cf-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.cf-field { display: flex; flex-direction: column; gap: 8px; margin-bottom: 16px; font-size: .74rem; letter-spacing: .12em; text-transform: uppercase; font-weight: 600; color: var(--muted); }
.cf-field output { font: 600 1rem var(--sans); letter-spacing: 0; text-transform: none; color: var(--ink); }
.cf-field select, .cf-field input[type="number"] {
  font: 500 1rem var(--sans); letter-spacing: 0; text-transform: none; color: var(--ink);
  padding: 12px 14px; border-radius: 12px; border: 1px solid var(--line); background: #fff; width: 100%;
}
.cf-field select:focus, .cf-field input:focus { outline: none; border-color: var(--a-ink); box-shadow: 0 0 0 4px color-mix(in srgb, var(--a1) 22%, transparent); }
.cf-unit { display: flex; align-items: center; gap: 8px; }
.cf-unit input { flex: 1; min-width: 0; }
.cf-unit span { font: 500 .95rem var(--sans); text-transform: none; letter-spacing: 0; color: var(--ink-soft); }
.cf-range { display: flex; align-items: center; gap: 16px; }
.cf-range input[type="range"] { flex: 1; }
.cf-range .cf-unit { width: 150px; flex: none; }
.config input[type="range"] { accent-color: var(--a-ink); width: 100%; }
.cf-hint { font-size: .9rem; color: var(--ink-soft); min-height: 1.4em; }
.stepper { display: inline-flex; align-items: center; gap: 4px; padding: 4px; border-radius: 99px; border: 1px solid var(--line); background: #fff; align-self: flex-start; }
.stepper button { width: 36px; height: 36px; border-radius: 50%; border: 0; background: var(--cream); font-size: 1.2rem; cursor: pointer; color: var(--ink); }
.stepper button:hover { background: var(--a1); }
.stepper output { min-width: 34px; text-align: center; font: 600 1.05rem var(--sans); color: var(--ink); letter-spacing: 0; }
.segmented-light { background: var(--cream); border-color: var(--line); }
.segmented-light button { color: var(--ink-soft); }
.segmented-light button[aria-checked="true"] { background: var(--ink); color: var(--paper); }
.radio-cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; margin-bottom: 18px; }
.rcard { position: relative; display: flex; flex-direction: column; gap: 2px; padding: 16px; border-radius: 16px; border: 1px solid var(--line); background: var(--cream); cursor: pointer; transition: border-color .3s, background .3s; }
.rcard input { position: absolute; opacity: 0; pointer-events: none; }
.rcard:has(input:checked) { border-color: var(--a-ink); background: #fff; box-shadow: 0 10px 26px -20px var(--a-ink); }
.rcard:has(input:focus-visible) { outline: 2px solid var(--a-ink); outline-offset: 2px; }
.rc-name { font-family: var(--serif); font-size: 1.35rem; line-height: 1.1; }
.rc-tag { font-size: .8rem; color: var(--muted); }
#blendField .cbar { margin-top: -4px; }
.season-strip { display: grid; gap: 10px; }
.ss-item { display: grid; grid-template-columns: 90px 110px 1fr 44px; align-items: center; gap: 12px; font-size: .9rem; }
.ss-insp { font-size: .72rem; letter-spacing: .12em; text-transform: uppercase; font-weight: 600; color: var(--muted); }
.ss-item b { font-family: var(--serif); font-size: 1.2rem; font-weight: 500; }
.ss-days { text-align: right; color: var(--muted); font-variant-numeric: tabular-nums; }
.ss-ev { font-size: .88rem; color: var(--ink-soft); font-style: italic; margin-top: 4px; }

.summary { position: sticky; top: 90px; padding: 32px; border-radius: 26px; background: var(--night); color: var(--on-night); box-shadow: 0 40px 60px -40px rgba(0, 0, 0, .5); }
.sum-label { font-size: .72rem; letter-spacing: .16em; text-transform: uppercase; font-weight: 600; color: var(--a1); }
.sum-parfum { margin-top: 8px; font-family: var(--serif); font-style: italic; font-size: 1.2rem; color: var(--on-night-muted); }
.sum-price { display: flex; align-items: baseline; gap: 10px; margin-top: 10px; }
.sum-price strong { font-family: var(--serif); font-size: clamp(3.2rem, 6vw, 4.6rem); line-height: 1; font-weight: 500; font-variant-numeric: tabular-nums; }
.sum-price strong.bump { animation: bump .45s var(--ease); }
@keyframes bump { 0% { opacity: .4; transform: translateY(4px); } 100% { opacity: 1; transform: none; } }
.sum-price span { color: var(--on-night-muted); }
.sum-sub { font-size: .9rem; color: var(--on-night-muted); margin-top: 4px; }
.sum-bar { display: flex; height: 12px; gap: 2px; border-radius: 99px; overflow: hidden; margin: 24px 0 12px; }
.sum-bar span { transition: flex .4s var(--ease); }
.sum-legend, .sum-facts { list-style: none; padding: 0; margin: 0; }
.sum-legend li { display: flex; align-items: center; gap: 10px; padding: 5px 0; font-size: .9rem; color: var(--on-night-muted); }
.sum-legend i { width: 10px; height: 10px; border-radius: 3px; }
.sum-legend b, .sum-facts b { margin-left: auto; color: var(--on-night); font-weight: 600; font-variant-numeric: tabular-nums; }
.sum-facts { margin-top: 16px; padding-top: 14px; border-top: 1px solid rgba(255, 255, 255, .12); }
.sum-facts li { display: flex; gap: 12px; padding: 6px 0; font-size: .88rem; color: var(--on-night-muted); }
.sum-warn p { margin-top: 12px; font-size: .85rem; padding: 10px 12px; border-radius: 10px; background: color-mix(in srgb, var(--a3) 18%, transparent); color: var(--on-night); }
.summary .btn-accent { margin: 22px 0 14px; background: var(--on-night); color: var(--night); width: 100%; justify-content: center; }
.summary .btn-accent:hover { background: #fff; }
.summary .fine { color: rgba(238, 240, 234, .45); }

/* -------------------------------------------------------------- FAQ */
.t-faq { background: var(--cream); }
.faq-grid { display: grid; grid-template-columns: 1fr 1.4fr; gap: clamp(24px, 5vw, 80px); }
.faq details { border-top: 1px solid var(--line); padding: 18px 0; }
.faq details:last-child { border-bottom: 1px solid var(--line); }
.faq summary { cursor: pointer; font-family: var(--serif); font-size: 1.45rem; list-style: none; display: flex; justify-content: space-between; gap: 16px; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: "+"; font-family: var(--sans); color: var(--a-ink); transition: transform .3s var(--ease); }
.faq details[open] summary::after { transform: rotate(45deg); }
.faq details p { margin-top: 10px; color: var(--ink-soft); max-width: 62ch; }

/* -------------------------------------------------------------- atelier */
.atelier-toggle { position: fixed; right: 20px; bottom: 20px; z-index: 60; padding: 12px 20px; border-radius: 99px; border: 0; background: var(--a-ink); color: #fff; font: 600 .88rem var(--sans); cursor: pointer; box-shadow: 0 12px 30px -10px rgba(0, 0, 0, .5); }
.atelier {
  position: fixed; top: 0; right: 0; bottom: 0; z-index: 70; width: min(560px, 100%);
  overflow-y: auto; padding: 26px 28px 60px; background: var(--paper); border-left: 1px solid var(--line);
  box-shadow: -30px 0 60px -30px rgba(0, 0, 0, .35); font-size: .9rem;
}
.at-head { display: flex; justify-content: space-between; align-items: center; }
.at-head h2 { font-family: var(--serif); font-size: 2rem; }
.at-close { width: 36px; height: 36px; border-radius: 50%; border: 1px solid var(--line); background: none; font-size: 1.3rem; cursor: pointer; }
.at-intro { color: var(--ink-soft); margin: 6px 0 10px; }
.atelier h3 { font-family: var(--serif); font-size: 1.4rem; margin: 26px 0 10px; }
.at-param { padding: 12px 0; border-top: 1px solid var(--line); }
.at-top { display: flex; justify-content: space-between; gap: 10px; align-items: center; }
.at-name { font-weight: 600; }
.st { font-size: .68rem; letter-spacing: .08em; text-transform: uppercase; font-weight: 700; padding: 3px 8px; border-radius: 99px; white-space: nowrap; }
.st-source { background: #dcefe0; color: #24613a; }
.st-hypothese { background: #fbe6c8; color: #8a5210; }
.st-choix { background: #e3e0f5; color: #4b3f93; }
.at-in { display: flex; align-items: center; gap: 8px; margin: 8px 0 6px; }
.at-in input, .at-in select { font: inherit; width: 150px; padding: 8px 10px; border-radius: 8px; border: 1px solid var(--line); background: #fff; }
.at-in span { color: var(--muted); }
.at-param p { font-size: .8rem; color: var(--muted); line-height: 1.45; }
.at-scroll { overflow-x: auto; }
.at-table { width: 100%; border-collapse: collapse; font-size: .84rem; font-variant-numeric: tabular-nums; }
.at-table th { text-align: left; font-size: .7rem; letter-spacing: .08em; text-transform: uppercase; color: var(--muted); padding: 6px 8px 6px 0; border-bottom: 1px solid var(--line); white-space: nowrap; }
.at-table td { padding: 6px 8px 6px 0; border-bottom: 1px solid rgba(23, 32, 28, .06); white-space: nowrap; }
.at-table td.muted { color: var(--muted); font-style: italic; }
.at-table tr.tot td { font-weight: 700; border-top: 1px solid var(--ink); }
.at-src { margin-top: 14px; font-size: .8rem; color: var(--muted); }
.atelier .btn-sm { margin-top: 12px; }

/* -------------------------------------------------------------- pourquoi (bandeau) */
.t-why { background: var(--cream); padding-block: clamp(70px, 9vw, 120px); }
.t-why-grid { display: grid; grid-template-columns: 1fr 1.1fr; gap: clamp(28px, 5vw, 80px); align-items: center; }
.t-why-list { list-style: none; padding: 0; margin: 0; }
.t-why-list li { padding: 16px 0 16px 34px; border-top: 1px solid var(--line); position: relative; color: var(--ink-soft); }
.t-why-list li::before { content: ""; position: absolute; left: 4px; top: 24px; width: 12px; height: 12px; border-radius: 50%; background: radial-gradient(circle at 35% 35%, var(--a3), var(--a1)); }
.t-why-list strong { color: var(--ink); }
.t-why .contact-estimate { margin-top: 18px; }

/* -------------------------------------------------------------- cartes illustrées */
.blend-card { position: relative; overflow: hidden; isolation: isolate; }
.blend-card::after { content: ""; position: absolute; inset: 0; z-index: -1; background-image: var(--grain); opacity: .05; mix-blend-mode: multiply; pointer-events: none; }
.bc-art {
  position: relative; display: grid; place-items: center; height: 150px; margin: -8px -8px 6px; border-radius: 18px;
  background-color: var(--cream); overflow: hidden;
}
.bc-art .illu-cluster .illu { transition: transform .6s var(--ease); }
.blend-card:hover .bc-art .illu:nth-child(1) { transform: translate(-6px, -4px) rotate(-6deg); }
.blend-card:hover .bc-art .illu:nth-child(2) { transform: translate(0, 10px) rotate(5deg); }
.blend-card:hover .bc-art .illu:nth-child(3) { transform: translate(4px, -6px) rotate(-4deg); }
.blend-card:hover .bc-art .illu:nth-child(4) { transform: translate(8px, 8px) rotate(6deg); }
.bc-art .cl-lg .illu { --s: 72px; }
.bc-scene { font-family: var(--serif); font-style: italic; font-size: 1.18rem; line-height: 1.3; color: var(--ink); }
.blend-card .emo-tags { margin-top: 0; }
.blend-card .bc-oils { font-size: .92rem; }

/* estimation : parfum choisi */
.cfg-blend-art { display: flex; align-items: center; gap: 18px; padding: 14px 18px; border-radius: 18px; background: var(--cream); border: 1px solid var(--line); }
.cfg-blend-art p { font-family: var(--serif); font-style: italic; font-size: 1.1rem; line-height: 1.3; color: var(--ink-soft); }
.cfg-blend-art .illu { --s: 52px; }
.ss-item { grid-template-columns: 90px 100px 1fr 44px; }

/* composition : palette et portrait */
.oil-toggle { padding: 5px 14px 5px 5px; }
.oil-toggle .illu { box-shadow: none; }
.fam-name em { font-family: var(--serif); font-style: italic; text-transform: none; letter-spacing: 0; font-size: 1rem; color: var(--a1); margin-left: 6px; font-weight: 400; }
.comp-portrait { margin-bottom: 16px; }
.cp-art { display: grid; place-items: center; height: 140px; border-radius: 18px; background-color: rgba(255, 255, 255, .04); margin-bottom: 14px; }
.cp-art .cl-lg .illu { --s: 70px; }
.cp-emo { font-family: var(--serif); font-size: 1.3rem; line-height: 1.3; color: var(--on-night-muted); }
.cp-emo b { font-style: italic; font-weight: 500; color: var(--a1); }
.comp-head i { font-size: .86rem; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; min-width: 0; flex: 1; }

/* atelier : recettes */
.at-table td.recette { white-space: normal; min-width: 220px; font-size: .78rem; color: var(--ink-soft); }

/* -------------------------------------------------------------- responsive */
@media (max-width: 1080px) {
  .plans { grid-template-columns: 1fr; max-width: 560px; }
  .config-grid, .composer-grid { grid-template-columns: 1fr; }
  .summary, .comp-card { position: static; }
}
@media (max-width: 920px) {
  .faq-grid { grid-template-columns: 1fr; }
}
@media (max-width: 620px) {
  .t-facts { grid-template-columns: 1fr; gap: 16px; }
  .cf-row, .radio-cards, .comp-price { grid-template-columns: 1fr; }
  .cf-range { flex-direction: column; align-items: stretch; }
  .cf-range .cf-unit { width: 100%; }
  .ss-item { grid-template-columns: 1fr auto; }
  .ss-item .illu-cluster { grid-column: 1 / -1; }
  .t-why-grid { grid-template-columns: 1fr; }
  .cfg-blend-art { flex-direction: column; align-items: flex-start; }
  .ss-insp { grid-column: 1 / -1; }
  .tabs { display: flex; }
  .tabs button { flex: 1; padding: 10px 8px; }
}
