/* Shared Gutenberg foundation for the front end and editor. */

.henusse-block-page {
  overflow: clip;
}

.henusse-block-page > .alignfull,
.henusse-block-page > .wp-block-henusse-motion.alignfull,
.henusse-block-page > .wp-block-henusse-motion > .alignfull {
  width: 100%;
  max-width: none;
  margin-inline: 0;
}

.henusse-block-page .shell,
.editor-styles-wrapper .shell {
  width: 100%;
  max-width: var(--shell-wide, min(92vw, 1160px));
  margin-inline: auto;
  padding-inline: clamp(20px, 5vw, 32px);
}

.henusse-block-page .wp-block-group,
.henusse-block-page .wp-block-columns,
.henusse-block-page .wp-block-column,
.editor-styles-wrapper .wp-block-group,
.editor-styles-wrapper .wp-block-columns,
.editor-styles-wrapper .wp-block-column {
  min-width: 0;
}

.henusse-block-page .wp-block-columns,
.editor-styles-wrapper .wp-block-columns {
  margin-bottom: 0;
}

.henusse-block-page .hero__grid.wp-block-columns,
.editor-styles-wrapper .hero__grid.wp-block-columns {
  display: grid;
}

.henusse-block-page .hero--elevated .hero__single,
.editor-styles-wrapper .hero--elevated .hero__single {
  position: relative;
  z-index: 1;
  max-width: 920px;
}

.henusse-block-page .hero--elevated .hero__single .lede,
.editor-styles-wrapper .hero--elevated .hero__single .lede {
  max-width: 58ch;
}

.henusse-block-page .hero__proof-col .proof-title,
.editor-styles-wrapper .hero__proof-col .proof-title {
  font-size: 1rem;
  line-height: 1.35;
}

.henusse-block-page .kinetic-showcase,
.editor-styles-wrapper .kinetic-showcase {
  padding-block: clamp(2.75rem, 5.5vw, 5rem);
  border-bottom: 1px solid var(--hair);
  background:
    radial-gradient(100% 100% at 50% 0%, rgba(195, 27, 27, .045), transparent 58%),
    var(--paper);
}

.henusse-block-page .wp-block-buttons.btn-row,
.editor-styles-wrapper .wp-block-buttons.btn-row {
  display: flex;
  gap: 12px 16px;
  align-items: center;
}

.wp-block-button.is-style-henusse-primary .wp-block-button__link,
.wp-block-button .wp-block-button__link.btn--primary {
  border: 1px solid var(--red);
  border-bottom: 2px solid var(--red-deep);
  border-radius: 0;
  background: var(--red);
  color: #fff;
  padding: 9px 18px 8px;
  font-family: var(--sans);
  font-size: 15.5px;
  font-weight: 700;
  letter-spacing: .06em;
  text-decoration: none;
  box-shadow: 0 1px 0 rgba(0,0,0,.14), inset 0 1px 0 rgba(255,255,255,.14), 0 10px 22px -12px rgba(195,27,27,.5);
}

.wp-block-button.is-style-henusse-primary .wp-block-button__link:hover,
.wp-block-button .wp-block-button__link.btn--primary:hover {
  background: var(--red-deep);
  color: #fff;
  transform: translateY(-2px);
}

.wp-block-button.is-style-henusse-secondary .wp-block-button__link {
  border: 1px solid var(--hair);
  border-radius: 0;
  background: transparent;
  color: var(--ink);
  font-family: var(--sans);
}

.wp-block-group.is-style-henusse-band-dark .wp-block-button.is-style-henusse-secondary .wp-block-button__link,
.band--dark .wp-block-button.is-style-henusse-secondary .wp-block-button__link {
  border-color: rgba(250, 247, 242, .55);
  color: var(--paper, #faf7f2);
}

.wp-block-button.is-style-henusse-text-link .wp-block-button__link {
  border: 0;
  padding: 0;
  background: transparent;
  color: var(--ink);
  font-family: var(--sans);
  text-decoration: underline;
  text-underline-offset: 3px;
}

.wp-block-group.is-style-henusse-dossier,
.wp-block-group.is-style-henusse-callout {
  background: transparent;
  border: 0;
  border-top: 1px solid var(--fg);
  padding: 18px 0 0;
}

.wp-block-group.is-style-henusse-receipt {
  border-top: 1px solid var(--ink);
  border-bottom: 1px solid var(--hair);
  background: transparent;
}

.wp-block-group.is-style-henusse-band-rule { border-top: 1px solid var(--hair); }
.wp-block-group.is-style-henusse-band-tint { border-top: 1px solid var(--hair); background: var(--paper); }
.wp-block-group.is-style-henusse-band-dark { border-top: 1px solid var(--hair); background: #1a1613; color: var(--paper); }
.wp-block-group.is-style-henusse-band-dark :is(h2,h3,p,a) { color: inherit; }

.wp-block-group.is-style-henusse-editorial {
  max-width: 66ch;
}

.wp-block-quote.is-style-henusse-preuve {
  margin: 1.5rem 0;
  border-left: 3px solid var(--red);
  padding-left: 1.25rem;
  color: var(--muted);
}

.wp-block-quote.is-style-henusse-statement {
  margin: 0;
  border: 0;
  padding: 0;
  max-width: 24ch;
  font-family: var(--display);
  font-size: clamp(2rem,4.4vw,3.3rem);
  line-height: 1.14;
}

.wp-block-table.is-style-henusse-measurement,
.wp-block-table.is-style-henusse-pricing {
  overflow-x: auto;
  border: 1px solid var(--hair);
  background: var(--card, #fffdfa);
}

.wp-block-table.is-style-henusse-measurement table,
.wp-block-table.is-style-henusse-pricing table {
  border-collapse: collapse;
  min-width: 640px;
}

.wp-block-table.pricing-full table {
  min-width: 1000px;
}

.wp-block-table.pricing-full :is(th, td):nth-child(3) {
  background: rgba(195, 27, 27, .045);
  border-inline: 1px solid rgba(195, 27, 27, .18);
}

.wp-block-table.pricing-full thead th:nth-child(3) {
  border-top: 0;
}

/* Let data tables use the viewport without widening their surrounding prose. */
.henusse-block-page .table-breakout,
.editor-styles-wrapper .table-breakout {
  width: min(1100px, calc(100vw - 48px));
  max-width: none;
  margin-left: 50%;
  margin-right: 0;
  transform: translateX(-50%);
}

.henusse-block-page .table-breakout:not(.pricing-full):not(.table-large) table,
.editor-styles-wrapper .table-breakout:not(.pricing-full):not(.table-large) table {
  width: 100%;
  min-width: 0;
  table-layout: fixed;
}

.henusse-block-page .table-breakout:not(.pricing-full):not(.table-large) :is(th, td):nth-child(1),
.editor-styles-wrapper .table-breakout:not(.pricing-full):not(.table-large) :is(th, td):nth-child(1) { width: 29%; }

.henusse-block-page .table-breakout:not(.pricing-full):not(.table-large) :is(th, td):nth-child(2),
.editor-styles-wrapper .table-breakout:not(.pricing-full):not(.table-large) :is(th, td):nth-child(2) { width: 45%; }

.henusse-block-page .table-breakout:not(.pricing-full):not(.table-large) :is(th, td):nth-child(3),
.editor-styles-wrapper .table-breakout:not(.pricing-full):not(.table-large) :is(th, td):nth-child(3) { width: 26%; }

/* Wide data tables (7 columns: registre, vitesse): natural column widths,
   scrolling contained inside the figure, never the page. */
.henusse-block-page .table-breakout.table-large,
.editor-styles-wrapper .table-breakout.table-large {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.henusse-block-page .table-breakout.table-large table,
.editor-styles-wrapper .table-breakout.table-large table {
  width: 100%;
  min-width: 1000px;
  table-layout: auto;
}

.henusse-block-page .table-breakout.table-large :is(th, td),
.editor-styles-wrapper .table-breakout.table-large :is(th, td) {
  overflow-wrap: anywhere;
}

.pricing-badge {
  display: inline-block;
  max-width: 26ch;
  margin-top: .45rem;
  color: var(--red-deep);
  font-family: var(--sans);
  font-size: .72rem;
  font-weight: 700;
  line-height: 1.35;
  letter-spacing: .045em;
  text-transform: uppercase;
}

.wp-block-table.is-style-henusse-measurement th,
.wp-block-table.is-style-henusse-measurement td,
.wp-block-table.is-style-henusse-pricing th,
.wp-block-table.is-style-henusse-pricing td {
  padding: .85rem 1.15rem;
  border: 0;
  border-bottom: 1px solid var(--hair);
  text-align: left;
  vertical-align: top;
}

.wp-block-separator.is-style-henusse-hairline-red {
  width: 100%;
  border: 0;
  border-top: 1px solid var(--fg);
  opacity: 1;
}

.henusse-block-page .cards-3,
.editor-styles-wrapper .cards-3 {
  margin-top: clamp(1.8rem, 3.5vw, 2.8rem);
}

.henusse-block-page .budget-cards,
.editor-styles-wrapper .budget-cards {
  align-items: stretch;
  gap: clamp(14px, 2vw, 24px);
}

.henusse-block-page .budget-card,
.editor-styles-wrapper .budget-card {
  display: flex;
  min-width: 0;
  height: 100%;
  flex-direction: column;
  padding: clamp(18px, 2vw, 24px);
}

.henusse-block-page .budget-card h3,
.editor-styles-wrapper .budget-card h3 {
  font-size: clamp(1.2rem, 1.7vw, 1.55rem);
  line-height: 1.18;
}

.henusse-block-page .budget-card__audience,
.editor-styles-wrapper .budget-card__audience {
  min-height: 4.5em;
  color: var(--muted);
}

.henusse-block-page .budget-card__total-label,
.editor-styles-wrapper .budget-card__total-label {
  margin: 1.35rem 0 0;
  color: var(--muted);
  font-family: var(--sans);
  font-size: .72rem;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.henusse-block-page .budget-card__total,
.editor-styles-wrapper .budget-card__total {
  margin: .25rem 0 1.2rem;
  color: var(--red-deep);
  font-family: var(--display);
  font-size: clamp(2rem, 3vw, 2.8rem);
  font-weight: 700;
  line-height: 1;
}

.henusse-block-page :is(.budget-summary, .budget-detail),
.editor-styles-wrapper :is(.budget-summary, .budget-detail) {
  border-top: 1px solid var(--hair);
}

.henusse-block-page :is(.budget-summary__line, .budget-detail__line),
.editor-styles-wrapper :is(.budget-summary__line, .budget-detail__line) {
  display: grid;
  grid-template-columns: minmax(0, 1fr) max-content;
  gap: .75rem;
  align-items: baseline;
  border-bottom: 1px solid var(--hair);
  padding-block: .7rem;
}

.henusse-block-page :is(.budget-summary__line, .budget-detail__line) > p,
.editor-styles-wrapper :is(.budget-summary__line, .budget-detail__line) > p {
  margin: 0;
  font-size: .86rem;
  line-height: 1.35;
}

.henusse-block-page :is(.budget-summary__line, .budget-detail__line) > p:last-child,
.editor-styles-wrapper :is(.budget-summary__line, .budget-detail__line) > p:last-child {
  text-align: right;
  white-space: nowrap;
}

.henusse-block-page .budget-detail__line.is-total,
.editor-styles-wrapper .budget-detail__line.is-total {
  border-top: 2px solid var(--ink);
}

.henusse-block-page .budget-card__details,
.editor-styles-wrapper .budget-card__details {
  margin-top: auto;
}

.henusse-block-page .section-fold,
.editor-styles-wrapper .section-fold {
  margin-top: clamp(1.5rem, 3vw, 2.5rem);
}

.henusse-block-page .ledger > .wp-block-group,
.editor-styles-wrapper .ledger > .wp-block-group {
  display: grid;
  grid-template-columns: 40px minmax(0, 1fr);
  gap: 14px;
  align-items: baseline;
  padding-block: 14px;
  border-top: 1px solid var(--hair);
}

.henusse-block-page .ledger > .wp-block-group:last-child,
.editor-styles-wrapper .ledger > .wp-block-group:last-child { border-bottom: 1px solid var(--hair); }

.henusse-block-page .ledger .no,
.editor-styles-wrapper .ledger .no {
  margin: 0;
  color: var(--red);
  font-family: var(--mono);
  font-size: 12.5px;
  font-weight: 600;
}

.henusse-block-page .receipt__top > p,
.henusse-block-page .receipt__foot > p,
.editor-styles-wrapper .receipt__top > p,
.editor-styles-wrapper .receipt__foot > p { margin: 0; }

.henusse-block-page :is(.exhibit__top, .exhibit__row, .receipt__row) > p,
.editor-styles-wrapper :is(.exhibit__top, .exhibit__row, .receipt__row) > p {
  margin-block: 0;
}

.henusse-block-page .rollout-width-30,
.editor-styles-wrapper .rollout-width-30 { width: 30%; }
.henusse-block-page .rollout-width-38,
.editor-styles-wrapper .rollout-width-38 { width: 38%; }
.henusse-block-page .rollout-width-44,
.editor-styles-wrapper .rollout-width-44 { width: 44%; }

.henusse-block-page .rollout-intro-wide,
.editor-styles-wrapper .rollout-intro-wide {
  max-width: 60ch;
  margin-top: .6rem;
  color: var(--fg-soft);
  font-family: var(--sans);
}
.henusse-block-page .rollout-top-14,
.editor-styles-wrapper .rollout-top-14 { margin-top: 14px; }
.henusse-block-page .rollout-top-16,
.editor-styles-wrapper .rollout-top-16 { margin-top: 16px; }
.henusse-block-page .rollout-top-18,
.editor-styles-wrapper .rollout-top-18 { margin-top: 18px; }
.henusse-block-page .rollout-top-22,
.editor-styles-wrapper .rollout-top-22 { margin-top: 1.4rem; }
.henusse-block-page .rollout-top-24,
.editor-styles-wrapper .rollout-top-24 { margin-top: 24px; }
.henusse-block-page .rollout-top-34,
.editor-styles-wrapper .rollout-top-34 { margin-top: 34px; }
.henusse-block-page .rollout-bottom-26,
.editor-styles-wrapper .rollout-bottom-26 { margin-bottom: 26px; }
.henusse-block-page .rollout-bottom-28,
.editor-styles-wrapper .rollout-bottom-28 { margin-bottom: 28px; }
.henusse-block-page .rollout-row-gap-26,
.editor-styles-wrapper .rollout-row-gap-26 { row-gap: 26px; }
.henusse-block-page .rollout-border-bottom-0,
.editor-styles-wrapper .rollout-border-bottom-0 { border-bottom: 0; }
.henusse-block-page .rollout-align-start,
.editor-styles-wrapper .rollout-align-start { align-items: start; }
.henusse-block-page .rollout-max-66ch,
.editor-styles-wrapper .rollout-max-66ch { max-width: 66ch; }
.henusse-block-page .rollout-measure-lede,
.editor-styles-wrapper .rollout-measure-lede { font-size: 1.35rem; line-height: 1.4; }
.henusse-block-page .rollout-statement-large,
.editor-styles-wrapper .rollout-statement-large { font-size: clamp(2rem, 4.4vw, 3.3rem); line-height: 1.14; }
.henusse-block-page .rollout-statement-medium,
.editor-styles-wrapper .rollout-statement-medium { font-size: clamp(1.9rem, 4vw, 3rem); line-height: 1.15; }
.henusse-block-page .rollout-center-block,
.editor-styles-wrapper .rollout-center-block { margin-inline: auto; }

.henusse-block-page .wp-block-table.measurement-table,
.editor-styles-wrapper .wp-block-table.measurement-table {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.henusse-block-page .wp-block-table.measurement-table table,
.editor-styles-wrapper .wp-block-table.measurement-table table { min-width: 760px; }

.henusse-block-page .demo__fields.wp-block-list,
.editor-styles-wrapper .demo__fields.wp-block-list { padding-left: 0; }

.henusse-block-page .demo__fields.wp-block-list li,
.editor-styles-wrapper .demo__fields.wp-block-list li { list-style: none; }

.henusse-block-page .space-top-sm,
.editor-styles-wrapper .space-top-sm { margin-top: .75rem; }
.henusse-block-page .space-top-md,
.editor-styles-wrapper .space-top-md { margin-top: 1.3rem; }
.henusse-block-page .space-top-lg,
.editor-styles-wrapper .space-top-lg { margin-top: clamp(1.8rem, 3.5vw, 2.8rem); }
.henusse-block-page .space-bottom-md,
.editor-styles-wrapper .space-bottom-md { margin-bottom: 26px; }
.henusse-block-page .center-actions,
.editor-styles-wrapper .center-actions { justify-content: center; }

.henusse-block-page .checklist,
.editor-styles-wrapper .checklist {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0 1.5rem;
  margin-top: 1.4rem;
  padding-left: 0;
  list-style: none;
}

.henusse-block-page .checklist li,
.editor-styles-wrapper .checklist li {
  margin: 0;
  border-top: 1px solid var(--hair);
  padding: .75rem 0;
}

.henusse-block-page .price-quotes,
.editor-styles-wrapper .price-quotes {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(1.2rem, 3vw, 2.4rem);
}

.henusse-block-page .price-quotes .wp-block-quote,
.editor-styles-wrapper .price-quotes .wp-block-quote { margin-block: 0; }

.henusse-block-page .firm-price,
.editor-styles-wrapper .firm-price {
  margin-top: 1rem;
  border-left: 3px solid var(--red);
  padding: .8rem 1rem;
  background: rgba(195, 27, 27, .045);
}

.henusse-block-page .offer-recommended,
.editor-styles-wrapper .offer-recommended {
  box-shadow: inset 0 3px 0 var(--red);
}

.henusse-block-page .wp-block-details,
.editor-styles-wrapper .wp-block-details {
  border-top: 1px solid var(--hair);
  padding-block: 1rem;
}

.henusse-block-page .wp-block-details:last-child,
.editor-styles-wrapper .wp-block-details:last-child { border-bottom: 1px solid var(--hair); }

.henusse-block-page .wp-block-details summary,
.editor-styles-wrapper .wp-block-details summary {
  color: var(--ink);
  font-family: var(--display);
  font-size: 1.08rem;
  font-weight: 700;
  cursor: pointer;
}

.henusse-block-page .wp-block-details > p,
.editor-styles-wrapper .wp-block-details > p {
  max-width: 68ch;
  margin-top: .8rem;
  color: var(--muted);
}

.henusse-block-page .formation-grid,
.henusse-block-page .support-grid,
.editor-styles-wrapper .formation-grid,
.editor-styles-wrapper .support-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.henusse-block-page .kinetic-showcase-inner,
.editor-styles-wrapper .kinetic-showcase-inner {
  width: 100%;
}

.henusse-block-page .about-portrait,
.editor-styles-wrapper .about-portrait {
  width: min(100%, 27rem);
  margin: 0 0 0 auto;
  border-top: 4px solid var(--red);
  background: var(--paper, #faf7f2);
  box-shadow: 0 24px 65px rgba(29, 26, 22, .14);
}

.henusse-block-page .about-portrait img,
.editor-styles-wrapper .about-portrait img {
  display: block;
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
}

.henusse-block-page .about-portrait figcaption,
.editor-styles-wrapper .about-portrait figcaption {
  margin: 0;
  padding: .8rem 1rem;
  color: var(--muted);
  font-size: .82rem;
}

.henusse-block-page .foundation-sequence > .wp-block-quote,
.editor-styles-wrapper .foundation-sequence > .wp-block-quote {
  margin-top: clamp(1.5rem, 3vw, 2.5rem);
}

/* Home S198: ten steps leading to one action. */
.henusse-block-page .home-hero .hero__single,
.editor-styles-wrapper .home-hero .hero__single {
  max-width: 68rem;
}

.henusse-block-page .home-hero h1,
.editor-styles-wrapper .home-hero h1 {
  max-width: 18ch;
  font-size: clamp(3rem, 7.5vw, 6.8rem);
}

.henusse-block-page .home-hero .lede,
.editor-styles-wrapper .home-hero .lede {
  max-width: 68ch;
}

.henusse-block-page .home-hero__direct,
.editor-styles-wrapper .home-hero__direct {
  margin-top: .85rem;
  color: var(--muted);
  font-size: .92rem;
}

.henusse-block-page .home-hero__direct a,
.editor-styles-wrapper .home-hero__direct a {
  color: inherit;
}

.henusse-block-page .home-challenge__grid,
.editor-styles-wrapper .home-challenge__grid {
  display: grid;
  grid-template-columns: minmax(0, .78fr) minmax(0, 1.22fr);
  gap: clamp(2rem, 6vw, 6rem);
  align-items: start;
}

.henusse-block-page .home-challenge__board,
.editor-styles-wrapper .home-challenge__board {
  width: 100%;
  max-width: 42rem;
  justify-self: end;
}

.henusse-block-page .home-challenge__exhibit,
.editor-styles-wrapper .home-challenge__exhibit {
  width: 100%;
  max-width: none;
  border: 1px solid var(--hair);
  background: var(--card, #fffdfa);
  box-shadow: 0 20px 44px -24px rgba(50, 25, 10, .3);
}

.henusse-block-page .home-challenge__exhibit .exhibit__top,
.editor-styles-wrapper .home-challenge__exhibit .exhibit__top {
  padding-inline: 1rem;
}

.henusse-block-page .home-challenge__exhibit :is(.exhibit__body, .exhibit__note),
.editor-styles-wrapper .home-challenge__exhibit :is(.exhibit__body, .exhibit__note) {
  padding-inline: 1.15rem;
}

.henusse-block-page .home-challenge__board > .wp-block-buttons,
.editor-styles-wrapper .home-challenge__board > .wp-block-buttons {
  margin-top: 1.4rem;
}

.henusse-block-page .home-challenge__exhibit .wp-block-henusse-probe-amorce,
.editor-styles-wrapper .home-challenge__exhibit .wp-block-henusse-probe-amorce {
  padding-inline: 1.15rem;
  padding-bottom: 1rem;
}

.henusse-block-page .exhibit__row--you,
.editor-styles-wrapper .exhibit__row--you {
  position: relative;
  cursor: pointer;
}

.henusse-block-page .exhibit__row--you a,
.editor-styles-wrapper .exhibit__row--you a {
  color: inherit;
  text-decoration: none;
}

.henusse-block-page .home-challenge__row-link a::after,
.editor-styles-wrapper .home-challenge__row-link a::after {
  position: absolute;
  inset: 0;
  content: "";
}

.henusse-block-page .exhibit__row--you:hover,
.henusse-block-page .exhibit__row--you:focus-within,
.editor-styles-wrapper .exhibit__row--you:hover,
.editor-styles-wrapper .exhibit__row--you:focus-within {
  background: color-mix(in srgb, var(--red) 8%, transparent);
}

.henusse-block-page .home-pivot__prices,
.editor-styles-wrapper .home-pivot__prices {
  margin-top: 1.75rem;
  font-size: .95rem;
}

.henusse-block-page .home-pivot__prices a,
.editor-styles-wrapper .home-pivot__prices a {
  color: #f1e5d2;
}

.henusse-block-page .home-practice-link,
.editor-styles-wrapper .home-practice-link {
  margin-top: 1.35rem;
  font-weight: 700;
}

.henusse-block-page .home-pivot__copy,
.editor-styles-wrapper .home-pivot__copy {
  max-width: 55rem;
}

.henusse-block-page .home-pivot h2,
.editor-styles-wrapper .home-pivot h2 {
  max-width: 22ch;
  font-size: clamp(2.25rem, 5vw, 4.6rem);
  line-height: 1.04;
}

.henusse-block-page .home-pivot__punch,
.editor-styles-wrapper .home-pivot__punch {
  margin-top: 1.4rem;
  color: #f0b8b0;
  font-family: var(--display);
  font-size: clamp(1.45rem, 2.8vw, 2.3rem);
  font-style: italic;
}

.henusse-block-page .home-bridge,
.editor-styles-wrapper .home-bridge {
  background: linear-gradient(100deg, rgba(195, 27, 27, .055), transparent 68%);
}

.henusse-block-page .home-bridge__line,
.editor-styles-wrapper .home-bridge__line {
  max-width: 30ch;
}

.henusse-block-page .home-sovereignty,
.editor-styles-wrapper .home-sovereignty {
  max-width: 68rem;
}

.henusse-block-page .home-meeting,
.editor-styles-wrapper .home-meeting {
  padding-top: clamp(1.5rem, 3vw, 2.5rem);
  border-top: 1px solid var(--hair);
}

.henusse-block-page .home-proof .proof-card h3,
.editor-styles-wrapper .home-proof .proof-card h3 {
  margin: 0;
  font-size: 1.2rem;
}

.henusse-block-page .home-proof .proof-card h3 a,
.editor-styles-wrapper .home-proof .proof-card h3 a {
  color: var(--ink);
  text-decoration-thickness: 1px;
  text-underline-offset: 4px;
}

.henusse-block-page .home-house__grid,
.editor-styles-wrapper .home-house__grid {
  display: grid;
  grid-template-columns: minmax(0, .75fr) minmax(0, 1.25fr);
  gap: clamp(2rem, 6vw, 6rem);
  align-items: start;
}

.henusse-block-page .home-action__copy,
.editor-styles-wrapper .home-action__copy {
  max-width: 56rem;
}

.henusse-block-page .home-action__steps,
.editor-styles-wrapper .home-action__steps {
  width: 100%;
  margin-top: clamp(1.75rem, 4vw, 2.75rem);
  border-top: 1px solid rgba(255, 255, 255, .24);
  text-align: left;
}

.henusse-block-page .home-action__step,
.editor-styles-wrapper .home-action__step {
  display: grid;
  grid-template-columns: 2.75rem minmax(0, 1fr);
  gap: 1rem;
  align-items: start;
  padding-block: 1.1rem;
  border-bottom: 1px solid rgba(255, 255, 255, .24);
}

.henusse-block-page .home-action__step p,
.editor-styles-wrapper .home-action__step p {
  margin: 0;
}

.henusse-block-page .home-action__step-no,
.editor-styles-wrapper .home-action__step-no {
  color: #f0b8b0;
  font-family: var(--display);
  font-size: 1.1rem;
  letter-spacing: .08em;
}

.henusse-block-page .home-action .center-actions,
.editor-styles-wrapper .home-action .center-actions {
  justify-content: center;
  margin-top: 2rem;
}

.henusse-block-page .home-action__secondary,
.editor-styles-wrapper .home-action__secondary {
  margin-top: 1rem;
  font-size: .92rem;
}

.henusse-block-page .home-action__secondary a,
.editor-styles-wrapper .home-action__secondary a {
  color: #d9cdb8;
}

@media (max-width: 820px) {
  /* Gutenberg layout rules load after the theme. These selectors preserve
     responsive HENUSSE compositions when the editor stores a columnCount. */
  .henusse-block-page .hero__grid.wp-block-columns,
  .henusse-block-page .pillars__grid,
  .henusse-block-page .feature.wp-block-columns,
  .henusse-block-page .cards-3,
  .editor-styles-wrapper .hero__grid.wp-block-columns,
  .editor-styles-wrapper .pillars__grid,
  .editor-styles-wrapper .feature.wp-block-columns,
  .editor-styles-wrapper .cards-3 {
    display: grid;
    grid-template-columns: minmax(0, 1fr) !important;
  }

  .henusse-block-page .budget-card__audience,
  .editor-styles-wrapper .budget-card__audience {
    min-height: 0;
  }

  .henusse-block-page .hero__grid,
  .editor-styles-wrapper .hero__grid {
    grid-template-columns: minmax(0, 1fr) !important;
  }

  .henusse-block-page .home-challenge__grid,
  .henusse-block-page .home-house__grid,
  .editor-styles-wrapper .home-challenge__grid,
  .editor-styles-wrapper .home-house__grid {
    grid-template-columns: minmax(0, 1fr) !important;
  }

  .henusse-block-page .home-challenge__board,
  .editor-styles-wrapper .home-challenge__board {
    max-width: none;
    justify-self: stretch;
  }

  .henusse-block-page .about-portrait,
  .editor-styles-wrapper .about-portrait {
    width: min(100%, 24rem);
    margin-inline: 0;
  }

  .henusse-block-page .checklist,
  .henusse-block-page .price-quotes,
  .henusse-block-page .formation-grid,
  .henusse-block-page .support-grid,
  .editor-styles-wrapper .checklist,
  .editor-styles-wrapper .price-quotes,
  .editor-styles-wrapper .formation-grid,
  .editor-styles-wrapper .support-grid {
    grid-template-columns: minmax(0, 1fr) !important;
  }
}

@media (max-width: 900px) {
  .henusse-block-page .lit__grid,
  .editor-styles-wrapper .lit__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 560px) {
  .henusse-block-page .lit__grid,
  .editor-styles-wrapper .lit__grid {
    grid-template-columns: minmax(0, 1fr) !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  .henusse-block-page *,
  .henusse-block-page *::before,
  .henusse-block-page *::after {
    scroll-behavior: auto !important;
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: .01ms !important;
  }
}

/* Wide tier tables become tier cards on narrow screens. */
@media (max-width: 820px) {
  .wp-block-table.is-style-henusse-pricing { position: relative; }
  .wp-block-table.is-style-henusse-pricing::before {
    content: "Faites glisser pour comparer \2192";
    display: block; padding: .55rem .8rem;
    font-size: .66rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase;
    color: var(--red-deep, #a11616); border-bottom: 1px solid var(--hair);
  }
  .wp-block-table.is-style-henusse-pricing::after {
    content: ""; position: absolute; top: 0; right: 0; bottom: 0; width: 26px;
    background: linear-gradient(90deg, transparent, rgba(29, 26, 22, .12));
    pointer-events: none;
  }
  .wp-block-table.pricing-full table { min-width: 820px; }
  .wp-block-table.is-style-henusse-pricing table { font-size: .86em; }
  .wp-block-table.is-style-henusse-pricing :is(th, td) { padding: .55rem .6rem; }
  .wp-block-table.is-style-henusse-pricing thead th:first-child,
  .wp-block-table.is-style-henusse-pricing tbody th:first-child {
    position: sticky; left: 0; z-index: 2;
    background: var(--card, #fffdfa);
    box-shadow: 2px 0 0 var(--hair);
  }
}

@media (max-width: 640px) {
  .henusse-block-page .table-breakout,
  .editor-styles-wrapper .table-breakout {
    width: 100%;
    margin-left: 0;
    transform: none;
  }

  .henusse-block-page .table-breakout:not(.pricing-full):not(.table-large),
  .editor-styles-wrapper .table-breakout:not(.pricing-full):not(.table-large) {
    overflow-x: visible;
  }

  .henusse-block-page .table-breakout:not(.pricing-full)::before,
  .henusse-block-page .table-breakout:not(.pricing-full)::after,
  .editor-styles-wrapper .table-breakout:not(.pricing-full)::before,
  .editor-styles-wrapper .table-breakout:not(.pricing-full)::after {
    display: none;
  }

  .henusse-block-page .table-breakout:not(.pricing-full) :is(th, td),
  .editor-styles-wrapper .table-breakout:not(.pricing-full) :is(th, td) {
    padding: .55rem .48rem;
    overflow-wrap: anywhere;
  }

  .henusse-block-page .table-breakout:not(.pricing-full) tbody td:nth-child(3),
  .editor-styles-wrapper .table-breakout:not(.pricing-full) tbody td:nth-child(3) {
    overflow-wrap: normal;
    white-space: normal;
  }

  .henusse-block-page .table-breakout:not(.pricing-full) :is(thead, tbody) th:first-child,
  .editor-styles-wrapper .table-breakout:not(.pricing-full) :is(thead, tbody) th:first-child {
    position: static;
    box-shadow: none;
  }
}

/* Tier cards are a narrow-screen view of the same source table. */
.hnp-cards { display: none; }
@media (max-width: 820px) {
  .wp-block-table.is-style-henusse-pricing.hnp-done { display: none; }
  .hnp-cards { display: block; }
  .hnp-card { background: var(--card, #fffdfa); border: 1px solid var(--hair); border-radius: 12px; padding: 16px 16px 8px; margin-bottom: 14px; }
  .hnp-card header { font-family: var(--serif, Georgia); font-size: 1.05rem; font-weight: 650; line-height: 1.3; padding-bottom: 10px; border-bottom: 2px solid var(--red, #c31b1b); }
  .hnp-card header .pricing-badge { display: block; max-width: none; }
  .hnp-row { display: flex; justify-content: space-between; align-items: baseline; gap: 14px; padding: 9px 0; border-top: 1px solid var(--hair); font-size: .82rem; }
  .hnp-row:first-of-type { border-top: 0; }
  .hnp-row span { color: var(--muted, #6f675c); }
  .hnp-row strong { font-weight: 600; text-align: right; }
  .hnp-row.is-off { opacity: .45; }
  .hnp-row.is-off strong { font-weight: 400; }
}
