:root {
  --ink: #24313a;
  --paper: #fbf8f2;
  --sand: #e8dfd2;
  --red: #c9342f;
  --red2: #9f2724;
  --citrus: #f1aa27;
  --line: #d8d0c5;
  --white: #fff;
  --serif: "Libre Bodoni", Georgia, serif;
  --sans: "Public Sans", sans-serif;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--sans);
  font-size: 16px;
  line-height: 1.55;
}
a {
  color: inherit;
}
.wrap {
  width: min(1240px, 92vw);
  margin-inline: auto;
}
.skip {
  position: fixed;
  left: 1rem;
  top: -5rem;
  z-index: 100;
  background: #fff;
  padding: 0.8rem 1rem;
}
.skip:focus {
  top: 1rem;
}
.concept-bar {
  min-height: 34px;
  padding: 0.45rem 4vw;
  background: var(--ink);
  color: #fff;
  display: flex;
  justify-content: space-between;
  gap: 2rem;
  font-size: 0.68rem;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}
.header {
  background: #fff;
}
.head-main {
  min-height: 108px;
  display: grid;
  grid-template-columns: 1fr minmax(260px, 0.8fr) auto;
  gap: 2.5rem;
  align-items: center;
}
.brand {
  display: flex;
  align-items: center;
  text-decoration: none;
}
.brand-logo {
  display: block;
  width: auto;
  object-fit: contain;
}
.brand .brand-logo--header {
  height: 78px;
  max-width: none;
}
.brand--footer {
  width: max-content;
  align-self: start;
  background: var(--paper);
  padding: 0.8rem 1rem;
}
.brand .brand-logo--footer {
  height: 158px;
  max-width: none;
}
.search {
  height: 46px;
  background: #f5f4f2;
  display: flex;
  align-items: center;
  padding: 0 1rem;
  gap: 0.5rem;
  color: #6c7478;
}
.search span {
  position: absolute;
  opacity: 0;
}
.search input {
  width: 100%;
  border: 0;
  background: transparent;
  font: inherit;
  outline: none;
}
.search svg,
.head-link svg,
.menu-button svg {
  width: 24px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.6;
}
.head-link {
  display: grid;
  justify-items: center;
  font-size: 0.68rem;
  text-decoration: none;
}
.head-link svg {
  width: 27px;
}
.menu-button {
  display: none;
}
.catalog-nav {
  border-top: 1px solid #ece9e4;
}
.nav-row,
.nav-pills {
  display: flex;
  justify-content: center;
  gap: 2rem;
  align-items: center;
}
.nav-row a {
  padding: 0.9rem 0 0.6rem;
  text-decoration: none;
  font-size: 0.78rem;
  font-weight: 600;
}
.nav-pills {
  gap: 0.65rem;
  padding: 0.55rem 0 0.7rem;
}
.nav-pills a {
  padding: 0.55rem 1rem;
  background: #73787c;
  color: #fff;
  text-decoration: none;
  font-size: 0.7rem;
  font-weight: 700;
}
.nav-pills .active {
  background: var(--red);
}
.hero {
  position: relative;
  min-height: 570px;
  overflow: hidden;
  background: #eee;
}
.hero > img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.hero:after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    90deg,
    rgba(252, 249, 243, 0.97) 0%,
    rgba(252, 249, 243, 0.85) 36%,
    rgba(252, 249, 243, 0) 64%
  );
}
.hero-copy {
  position: relative;
  z-index: 2;
  padding-top: 105px;
}
.hero-copy > * {
  max-width: 580px;
}
.kicker {
  margin: 0 0 1rem;
  color: var(--red);
  font-size: 0.69rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}
h1,
h2,
h3,
p {
  margin-top: 0;
}
h1,
h2 {
  font-family: var(--serif);
  font-weight: 500;
  letter-spacing: -0.035em;
  line-height: 1;
}
h1 {
  font-size: clamp(3.4rem, 5.2vw, 5.7rem);
  margin-bottom: 1.3rem;
}
.hero-copy > p:not(.kicker) {
  font-size: 1.08rem;
  line-height: 1.7;
}
.actions {
  display: flex;
  gap: 0.8rem;
  flex-wrap: wrap;
  margin-top: 2rem;
}
.button {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.78rem 1.15rem;
  border: 1px solid var(--ink);
  font-size: 0.78rem;
  font-weight: 700;
  text-decoration: none;
  cursor: pointer;
  transition:
    background 0.2s,
    color 0.2s,
    border 0.2s;
}
.red {
  background: var(--red);
  border-color: var(--red);
  color: #fff;
}
.red:hover {
  background: var(--red2);
}
.ghost {
  background: rgba(255, 255, 255, 0.8);
}
.dark {
  background: var(--ink);
  color: #fff;
}
.hero-note {
  position: absolute;
  z-index: 3;
  right: 5vw;
  bottom: 0;
  width: 330px;
  padding: 1.2rem 1.5rem;
  background: var(--red);
  color: #fff;
}
.hero-note b,
.hero-note span {
  display: block;
}
.hero-note span {
  font-size: 0.75rem;
  margin-top: 0.25rem;
}
.gateway {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  padding-top: 16px;
}
.gate {
  min-height: 250px;
  padding: 2rem;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  color: #fff;
  text-decoration: none;
  position: relative;
  overflow: hidden;
  background: var(--ink);
}
.gate:before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(0deg, rgba(12, 20, 24, 0.8), rgba(12, 20, 24, 0.05)),
    url("../images/hero-catalogue-editeur.webp") center/cover;
  transition: transform 0.25s;
}
.gate:hover:before {
  transform: scale(1.025);
}
.g2:before {
  background-image:
    linear-gradient(0deg, rgba(12, 20, 24, 0.82), rgba(12, 20, 24, 0.08)),
    url("../images/hero-maison-pro.webp");
  background-position: right;
}
.g3:before {
  background-image:
    linear-gradient(0deg, rgba(12, 20, 24, 0.84), rgba(12, 20, 24, 0.05)),
    url("../images/hero-service-brigade.webp");
  background-position: left;
}
.gate > * {
  position: relative;
}
.gate > span {
  font-size: 0.65rem;
  letter-spacing: 0.12em;
}
.gate h2 {
  font-size: 2.1rem;
  margin: 0.45rem 0;
}
.gate p {
  margin: 0;
  font-size: 0.8rem;
}
.section {
  padding: 7rem 0;
}
.section-title {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 3rem;
}
.section-title h2 {
  font-size: clamp(2.7rem, 4vw, 4.6rem);
  max-width: 750px;
}
.section-title > a {
  margin-bottom: 1rem;
  font-size: 0.78rem;
  font-weight: 700;
  text-decoration: none;
  border-bottom: 1px solid;
}
.product-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  background: var(--line);
  border: 1px solid var(--line);
  margin-top: 3rem;
}
.product {
  background: #fff;
  padding: 1.35rem;
  min-height: 440px;
  display: flex;
  flex-direction: column;
}
.tag {
  align-self: flex-start;
  padding: 0.35rem 0.5rem;
  background: var(--red);
  color: #fff;
  font-size: 0.55rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.knife {
  height: 145px;
  margin: 1.5rem -1.35rem;
  background: #f3efe8;
  position: relative;
  overflow: hidden;
}
.knife:before {
  content: "";
  position: absolute;
  left: 12%;
  right: 30%;
  top: 56%;
  height: 24px;
  background: linear-gradient(#fff, #bfc3c4);
  clip-path: polygon(0 55%, 90% 0, 100% 50%, 88% 100%, 0 85%);
}
.knife i {
  position: absolute;
  width: 31%;
  height: 20px;
  right: 8%;
  top: 59%;
  background: #34251d;
  border-radius: 0 16px 16px 0;
  transform: skewX(-12deg);
}
.k-santoku:before {
  height: 34px;
  clip-path: polygon(0 45%, 92% 0, 100% 45%, 92% 100%, 0 82%);
}
.k-bread:before {
  filter: contrast(0.9);
}
.k-office:before {
  left: 25%;
  right: 35%;
  height: 18px;
}
.micro {
  margin: 0;
  color: var(--red);
  font-size: 0.65rem;
  text-transform: uppercase;
  letter-spacing: 0.12em;
}
.product h3 {
  font: 500 1.6rem var(--serif);
  margin: 0.4rem 0;
}
.product ul {
  padding-left: 1rem;
  margin: 0.4rem 0 1rem;
  color: #647078;
  font-size: 0.76rem;
}
.product > a {
  margin-top: auto;
  font-size: 0.72rem;
  font-weight: 700;
  text-underline-offset: 4px;
}
.univers {
  padding: 7rem 0;
  background: var(--sand);
}
.univers h2 {
  font-size: clamp(2.8rem, 4.2vw, 4.8rem);
  max-width: 800px;
}
.universe-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background: #c6baaa;
  margin-top: 3rem;
  border: 1px solid #c6baaa;
}
.universe-grid a {
  min-height: 230px;
  background: var(--paper);
  padding: 1.8rem;
  display: flex;
  flex-direction: column;
  text-decoration: none;
  transition: background 0.2s;
}
.universe-grid a:hover {
  background: #fff;
}
.universe-grid span {
  color: var(--red);
  font-size: 0.65rem;
}
.universe-grid b {
  margin-top: auto;
  font: 500 1.65rem var(--serif);
}
.universe-grid small {
  margin-top: 0.4rem;
  color: #657077;
}
.services {
  padding: 7rem 0;
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 6vw;
  align-items: center;
}
.service-visual {
  position: relative;
  min-height: 580px;
}
.service-visual img {
  width: 100%;
  height: 580px;
  object-fit: cover;
  object-position: 65% center;
}
.service-visual > div {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 330px;
  background: var(--red);
  color: #fff;
  padding: 1.5rem;
}
.service-visual span,
.service-visual b {
  display: block;
}
.service-visual span {
  font-size: 0.6rem;
  text-transform: uppercase;
  letter-spacing: 0.12em;
}
.service-visual b {
  font: 500 1.6rem var(--serif);
  line-height: 1.1;
  margin-top: 0.4rem;
}
.service-copy h2 {
  font-size: clamp(2.8rem, 4vw, 4.4rem);
}
.service-copy ol {
  list-style: none;
  padding: 0;
  margin: 2rem 0;
  border-top: 1px solid var(--line);
}
.service-copy li {
  display: grid;
  grid-template-columns: 42px 1fr;
  gap: 1rem;
  padding: 1.1rem 0;
  border-bottom: 1px solid var(--line);
}
.service-copy li > span {
  font: 500 1.4rem var(--serif);
  color: var(--red);
}
.service-copy li b {
  font-size: 0.85rem;
}
.service-copy li p {
  font-size: 0.78rem;
  margin: 0.2rem 0 0;
  color: #647078;
}
.editorial {
  padding: 1rem 0 7rem;
}
.editorial .section-title > p {
  max-width: 360px;
}
.article-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background: var(--line);
  border: 1px solid var(--line);
  margin-top: 3rem;
}
.article-grid article {
  padding: 2rem;
  background: #fff;
  min-height: 260px;
  display: flex;
  flex-direction: column;
}
.article-grid span {
  color: var(--red);
  font-size: 0.62rem;
  letter-spacing: 0.12em;
}
.article-grid h3 {
  font: 500 1.65rem var(--serif);
  line-height: 1.2;
  margin: 2rem 0;
}
.article-grid a {
  margin-top: auto;
  font-size: 0.72rem;
  font-weight: 700;
}
.quote {
  background: var(--ink);
  color: #fff;
  padding: 7rem 0;
}
.quote-grid {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 7vw;
}
.quote h2 {
  font-size: clamp(3rem, 4vw, 4.6rem);
}
.quote form {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
}
.quote label {
  display: grid;
  gap: 0.4rem;
  font-size: 0.65rem;
  text-transform: uppercase;
  letter-spacing: 0.09em;
}
.quote input,
.quote select,
.quote textarea {
  width: 100%;
  border: 1px solid #7c878d;
  background: #fff;
  color: var(--ink);
  padding: 0.8rem;
  font: 400 0.95rem var(--sans);
  border-radius: 0;
}
.quote label:nth-child(4),
.quote button,
.quote .status {
  grid-column: 1/-1;
}
.quote .form-wide {
  grid-column: 1/-1;
}
.quote .hp-field {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  white-space: nowrap;
}
.quote .consent-check {
  display: flex;
  grid-template-columns: none;
  align-items: flex-start;
  gap: 0.65rem;
  text-transform: none;
  letter-spacing: 0;
  font-size: 0.82rem;
  line-height: 1.5;
}
.quote .consent-check input {
  width: 1.1rem;
  height: 1.1rem;
  margin-top: 0.08rem;
  flex: 0 0 auto;
}
.quote .selected-reference {
  margin: 0;
  padding: 0.7rem 0.8rem;
  border-left: 3px solid var(--red);
  background: rgba(255, 255, 255, 0.08);
}
.quote .status.is-success {
  border-left: 4px solid #2e7d32;
}
.quote .status.is-error {
  border-left: 4px solid var(--red);
}
.status:empty {
  display: none;
}
.status {
  background: #fff;
  color: var(--ink);
  padding: 0.8rem;
  outline: none;
}
.trust {
  background: #fff;
}
.trust .wrap {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
.trust p {
  padding: 1.7rem;
  border-right: 1px solid var(--line);
  margin: 0;
}
.trust p:first-child {
  border-left: 1px solid var(--line);
}
.trust b,
.trust span {
  display: block;
}
.trust b {
  font-size: 0.78rem;
}
.trust span {
  font-size: 0.66rem;
  color: #657078;
  margin-top: 0.25rem;
}
footer {
  background: #172128;
  color: #fff;
  padding: 4rem 0 2rem;
}
.foot-grid {
  display: grid;
  grid-template-columns: 1.5fr repeat(3, 1fr);
  gap: 3rem;
}
.foot-grid > div:not(.brand) {
  display: grid;
  align-content: start;
  gap: 0.55rem;
}
.foot-grid > div > b {
  font-size: 0.7rem;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  margin-bottom: 0.5rem;
}
.foot-grid a {
  font-size: 0.72rem;
  text-decoration: none;
  color: #cbd1d4;
}
.foot-bottom {
  display: flex;
  justify-content: space-between;
  margin-top: 3rem;
  padding-top: 1.3rem;
  border-top: 1px solid #445059;
  font-size: 0.65rem;
  color: #aab4b9;
}
:focus-visible {
  outline: 3px solid #1166cc;
  outline-offset: 3px;
}
@media (max-width: 950px) {
  .head-main {
    grid-template-columns: 1fr auto;
  }
  .search,
  .head-link {
    display: none;
  }
  .menu-button {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    min-height: 44px;
    border: 1px solid var(--ink);
    background: #fff;
    padding: 0.6rem 0.8rem;
    font: 600 0.75rem var(--sans);
  }
  .catalog-nav {
    display: none;
  }
  .catalog-nav[data-open="true"] {
    display: block;
    padding: 1rem 0;
  }
  .nav-row,
  .nav-pills {
    align-items: stretch;
    flex-direction: column;
    gap: 0.4rem;
  }
  .nav-row a,
  .nav-pills a {
    padding: 0.7rem;
  }
  .hero {
    min-height: 650px;
  }
  .hero:after {
    background: linear-gradient(
      90deg,
      rgba(252, 249, 243, 0.96),
      rgba(252, 249, 243, 0.7)
    );
  }
  .hero-copy {
    padding-top: 90px;
  }
  .gateway,
  .product-grid,
  .universe-grid,
  .article-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .services,
  .quote-grid {
    grid-template-columns: 1fr;
  }
  .trust .wrap {
    grid-template-columns: repeat(2, 1fr);
  }
  .foot-grid {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 600px) {
  .concept-bar {
    font-size: 0.58rem;
  }
  .concept-bar span:last-child {
    display: none;
  }
  .head-main {
    min-height: 78px;
  }
  .brand .brand-logo--header {
    height: 56px;
  }
  .brand .brand-logo--footer {
    height: 132px;
  }
  .hero {
    min-height: 680px;
  }
  .hero > img {
    object-position: 63% center;
  }
  .hero:after {
    background: linear-gradient(
      180deg,
      rgba(252, 249, 243, 0.97) 0%,
      rgba(252, 249, 243, 0.84) 54%,
      rgba(252, 249, 243, 0.15) 100%
    );
  }
  .hero-copy {
    padding-top: 62px;
  }
  .hero-copy > * {
    max-width: none;
  }
  h1 {
    font-size: 3.2rem;
  }
  .hero-note {
    right: 4vw;
    width: 92vw;
  }
  .gateway,
  .product-grid,
  .universe-grid,
  .article-grid {
    grid-template-columns: 1fr;
  }
  .section-title {
    align-items: start;
    flex-direction: column;
  }
  .section {
    padding: 5rem 0;
  }
  .services {
    padding: 5rem 0;
  }
  .service-visual,
  .service-visual img {
    min-height: 390px;
    height: 390px;
  }
  .quote {
    padding: 5rem 0;
  }
  .quote form {
    grid-template-columns: 1fr;
  }
  .quote label:nth-child(4),
  .quote button,
  .quote .status {
    grid-column: auto;
  }
  .quote .form-wide {
    grid-column: auto;
  }
  .trust .wrap,
  .foot-grid {
    grid-template-columns: 1fr;
  }
  .trust p {
    border-left: 1px solid var(--line);
  }
  .foot-bottom {
    flex-direction: column;
    gap: 0.6rem;
  }
  .actions {
    align-items: stretch;
    flex-direction: column;
  }
  .button {
    width: 100%;
  }
}
@media (prefers-reduced-motion: reduce) {
  * {
    transition: none !important;
  }
  html {
    scroll-behavior: auto;
  }
}

.footer-cookie-link {
  appearance: none;
  width: fit-content;
  padding: 0;
  border: 0;
  background: transparent;
  color: inherit;
  font: inherit;
  text-align: left;
  text-decoration: underline;
  text-underline-offset: 0.22em;
  cursor: pointer;
}
.footer-cookie-link:focus-visible,
.consent-button:focus-visible {
  outline: 3px solid var(--citrus);
  outline-offset: 3px;
}
.consent-banner[hidden] {
  display: none;
}
.consent-banner {
  position: fixed;
  z-index: 50;
  right: 1rem;
  bottom: 1rem;
  left: 1rem;
  color: var(--white);
}
.consent-banner__panel {
  width: min(1180px, 100%);
  margin-inline: auto;
  padding: 1.35rem 1.5rem;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 2rem;
  align-items: center;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-top: 4px solid var(--citrus);
  background: rgba(36, 49, 58, 0.98);
  box-shadow: 0 18px 54px rgba(25, 30, 35, 0.28);
}
.consent-banner__copy {
  max-width: 720px;
}
.consent-banner__eyebrow {
  margin: 0 0 0.25rem;
  color: #ffd58a;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}
.consent-banner h2 {
  margin: 0;
  color: var(--white);
  font-family: var(--serif);
  font-size: clamp(1.55rem, 2.4vw, 2.35rem);
  line-height: 1.08;
}
.consent-banner__copy > p:last-child {
  margin: 0.55rem 0 0;
  color: #f3eee7;
  line-height: 1.55;
}
.consent-banner__actions {
  display: flex;
  gap: 0.75rem;
  align-items: center;
}
.consent-button {
  min-height: 48px;
  padding: 0.75rem 1.1rem;
  border: 1px solid var(--white);
  font: 700 0.78rem/1 var(--sans);
  letter-spacing: 0.05em;
  cursor: pointer;
  touch-action: manipulation;
  transition: background-color 180ms ease-out, color 180ms ease-out, border-color 180ms ease-out;
}
.consent-button--secondary {
  background: transparent;
  color: var(--white);
}
.consent-button--secondary:hover {
  background: var(--white);
  color: var(--ink);
}
.consent-button--primary {
  border-color: var(--citrus);
  background: var(--citrus);
  color: #241a0b;
}
.consent-button--primary:hover {
  border-color: #ffd58a;
  background: #ffd58a;
}
@media (max-width: 760px) {
  .consent-banner {
    right: 0.55rem;
    bottom: 0.55rem;
    left: 0.55rem;
  }
  .consent-banner__panel {
    padding: 1.15rem;
    grid-template-columns: 1fr;
    gap: 1rem;
  }
  .consent-banner__actions {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0.6rem;
  }
  .consent-button {
    width: 100%;
  }
}

/* Editorial keyword guides — Maison Pro 1.1.0 */
.guide-page {
  background:
    linear-gradient(90deg, transparent 0, transparent calc(50% - 1px), rgba(36, 49, 58, 0.035) 50%, transparent calc(50% + 1px)),
    var(--paper);
}
.guide-hero {
  position: relative;
  overflow: hidden;
  padding: clamp(4.25rem, 8vw, 8rem) 0 clamp(3.5rem, 7vw, 6.5rem);
  border-bottom: 1px solid var(--line);
  background: #f4eee5;
}
.guide-hero::after {
  content: "";
  position: absolute;
  top: -13rem;
  right: -8rem;
  width: 34rem;
  height: 34rem;
  border: 1px solid rgba(159, 39, 36, 0.16);
  border-radius: 50%;
  box-shadow: 0 0 0 4rem rgba(255, 255, 255, 0.25), 0 0 0 8rem rgba(159, 39, 36, 0.035);
  pointer-events: none;
}
.guide-hero__inner {
  position: relative;
  z-index: 1;
  max-width: 980px;
}
.breadcrumbs {
  margin-bottom: clamp(2.5rem, 5vw, 4.5rem);
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  color: #5c686e;
  font-size: 0.78rem;
  letter-spacing: 0.04em;
}
.breadcrumbs a {
  text-underline-offset: 0.25em;
}
.guide-hero h1 {
  max-width: 900px;
  margin: 0.45rem 0 1.4rem;
  font-family: var(--serif);
  font-size: clamp(2.7rem, 6vw, 5.9rem);
  font-weight: 500;
  line-height: 0.98;
  letter-spacing: -0.035em;
}
.guide-deck {
  max-width: 760px;
  margin: 0;
  color: #49575f;
  font-size: clamp(1.08rem, 1.7vw, 1.35rem);
  line-height: 1.7;
}
.guide-layout {
  padding: clamp(4rem, 8vw, 8rem) 0;
  display: grid;
  grid-template-columns: minmax(210px, 270px) minmax(0, 760px);
  justify-content: space-between;
  gap: clamp(3rem, 8vw, 8rem);
  align-items: start;
}
.guide-rail {
  position: sticky;
  top: 1.5rem;
  padding: 1.5rem 0 1.5rem 1.4rem;
  border-left: 3px solid var(--red);
  color: #59666c;
  font-size: 0.86rem;
  line-height: 1.7;
}
.guide-rail__label {
  margin: 0 0 0.7rem;
  color: var(--red2);
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}
.guide-rail p:not(.guide-rail__label) {
  margin: 0 0 1rem;
}
.guide-rail a {
  color: var(--ink);
  font-weight: 700;
  text-underline-offset: 0.25em;
}
.guide-content {
  min-width: 0;
  font-size: 1.05rem;
  line-height: 1.78;
}
.guide-content > *:first-child {
  margin-top: 0;
}
.guide-content h2 {
  margin: 4.5rem 0 1.25rem;
  padding-top: 0.35rem;
  border-top: 1px solid var(--line);
  font-family: var(--serif);
  font-size: clamp(2rem, 4vw, 3.4rem);
  font-weight: 500;
  line-height: 1.08;
  letter-spacing: -0.025em;
}
.guide-content h3 {
  margin: 2.5rem 0 0.7rem;
  font-family: var(--serif);
  font-size: clamp(1.4rem, 2.5vw, 2rem);
  font-weight: 600;
  line-height: 1.2;
}
.guide-content p,
.guide-content li {
  max-width: 70ch;
}
.guide-content a {
  color: var(--red2);
  font-weight: 700;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.25em;
}
.guide-content ul,
.guide-content ol {
  padding-left: 1.35rem;
}
.guide-content li + li {
  margin-top: 0.6rem;
}
.guide-intro {
  margin: 0 0 3.25rem;
  padding: 1.5rem 1.7rem;
  border-left: 4px solid var(--citrus);
  background: #fff;
  font-size: 1.12rem;
}
.guide-toc {
  margin: 0 0 4rem;
  padding: 1.5rem 1.75rem;
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.62);
}
.guide-toc strong {
  display: block;
  margin-bottom: 0.75rem;
  font-size: 0.72rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
.guide-toc ol {
  margin: 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.55rem 1.5rem;
}
.guide-table-wrap {
  margin: 2rem 0 3rem;
  overflow-x: auto;
  border: 1px solid var(--line);
  background: #fff;
}
.guide-table {
  width: 100%;
  min-width: 640px;
  border-collapse: collapse;
  font-size: 0.9rem;
  line-height: 1.55;
}
.guide-table th,
.guide-table td {
  padding: 1rem 1.1rem;
  border-bottom: 1px solid var(--line);
  text-align: left;
  vertical-align: top;
}
.guide-table th {
  background: var(--ink);
  color: #fff;
  font-size: 0.7rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.guide-table tr:last-child td {
  border-bottom: 0;
}
.decision-grid {
  margin: 2rem 0 3rem;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  border: 1px solid var(--line);
  background: var(--line);
}
.decision-grid > div {
  min-height: 190px;
  padding: 1.5rem;
  background: #fff;
}
.decision-grid span {
  color: var(--red2);
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.12em;
}
.decision-grid h3 {
  margin: 0.55rem 0 0.65rem;
}
.decision-grid p {
  margin: 0;
  color: #55636a;
  font-size: 0.94rem;
}
.guide-note {
  margin: 2.5rem 0;
  padding: 1.4rem 1.6rem;
  border: 1px solid #d8bd84;
  background: #fff7e8;
}
.guide-note strong {
  display: block;
  margin-bottom: 0.4rem;
}
.guide-checklist {
  margin: 2rem 0 3rem;
  padding: 0;
  list-style: none;
  border-top: 1px solid var(--line);
}
.guide-checklist li {
  position: relative;
  margin: 0;
  padding: 1rem 0 1rem 2.2rem;
  border-bottom: 1px solid var(--line);
}
.guide-checklist li::before {
  content: "";
  position: absolute;
  top: 1.35rem;
  left: 0;
  width: 14px;
  height: 8px;
  border-bottom: 2px solid var(--red);
  border-left: 2px solid var(--red);
  transform: rotate(-45deg);
}
.related-guides {
  padding: clamp(4rem, 7vw, 6.5rem) 0;
  border-top: 1px solid var(--line);
  background: #fff;
}
.related-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border: 1px solid var(--line);
}
.related-grid a {
  min-height: 210px;
  padding: 1.5rem;
  display: flex;
  flex-direction: column;
  border-right: 1px solid var(--line);
  text-decoration: none;
  transition: background-color 180ms ease, color 180ms ease;
}
.related-grid a:last-child {
  border-right: 0;
}
.related-grid a:hover {
  background: var(--ink);
  color: #fff;
}
.related-grid span {
  color: var(--red);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.12em;
}
.related-grid b {
  margin: 2.2rem 0 auto;
  font-family: var(--serif);
  font-size: 1.5rem;
  line-height: 1.15;
}
.related-grid small {
  margin-top: 1.5rem;
  font-weight: 700;
}
.guide-project {
  padding: clamp(4rem, 8vw, 7rem) 0;
  background: var(--ink);
  color: #fff;
}
.guide-project__inner {
  display: grid;
  grid-template-columns: minmax(0, 760px) auto;
  gap: 3rem;
  align-items: end;
}
.guide-project h2 {
  margin: 0.35rem 0 1rem;
  font-family: var(--serif);
  font-size: clamp(2.4rem, 5vw, 4.8rem);
  font-weight: 500;
  line-height: 1;
}
.guide-project p:last-child {
  max-width: 65ch;
  color: #d8dedf;
}
.guide-project .button {
  min-width: 220px;
}
@media (max-width: 900px) {
  .guide-layout {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
  .guide-rail {
    position: static;
  }
  .related-grid {
    grid-template-columns: 1fr;
  }
  .related-grid a {
    min-height: 150px;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }
  .related-grid a:last-child {
    border-bottom: 0;
  }
  .guide-project__inner {
    grid-template-columns: 1fr;
    align-items: start;
  }
}
@media (max-width: 620px) {
  .guide-hero::after {
    opacity: 0.45;
  }
  .guide-hero h1 {
    font-size: clamp(2.55rem, 13vw, 4rem);
  }
  .guide-toc ol,
  .decision-grid {
    grid-template-columns: 1fr;
  }
  .guide-content {
    font-size: 1rem;
  }
}

/* Product catalog · Maison Pro 1.2.0 */
.catalog-page,
.product-page { background: var(--paper); }
.catalog-hero {
  position: relative;
  overflow: hidden;
  padding: 4.5rem 0 3.4rem;
  color: var(--white);
  background: linear-gradient(105deg, rgba(255,255,255,.035) 1px, transparent 1px) 0 0 / 84px 84px, var(--ink);
}
.catalog-hero::after {
  content: "";
  position: absolute;
  width: 22rem;
  height: 1px;
  right: -3rem;
  top: 5rem;
  background: var(--citrus);
  transform: rotate(-27deg);
  transform-origin: right;
}
.catalog-hero__inner { position: relative; z-index: 1; }
.catalog-hero .breadcrumbs,
.catalog-hero .breadcrumbs a { color: rgba(255,255,255,.72); }
.catalog-hero__copy {
  display: grid;
  grid-template-columns: minmax(0,1.15fr) minmax(280px,.65fr);
  gap: clamp(2rem,7vw,7rem);
  align-items: end;
  margin-top: 2.6rem;
}
.catalog-hero h1 {
  max-width: 790px;
  margin: 0;
  color: var(--white);
  font-size: clamp(3.2rem,7vw,6.8rem);
  line-height: .92;
}
.catalog-hero__copy > p {
  max-width: 540px;
  margin: 0 0 .65rem;
  color: rgba(255,255,255,.82);
  font-size: 1.03rem;
}
.catalog-trust { display: flex; flex-wrap: wrap; gap: .65rem; margin-top: 3rem; }
.catalog-trust span {
  padding: .55rem .8rem;
  border: 1px solid rgba(255,255,255,.28);
  color: rgba(255,255,255,.84);
  font-size: .7rem;
  font-weight: 650;
  letter-spacing: .06em;
  text-transform: uppercase;
}
.catalog-filters {
  display: flex;
  gap: .55rem;
  padding-block: 1.35rem;
  overflow-x: auto;
  scrollbar-width: thin;
}
.catalog-filters a {
  min-height: 44px;
  padding: .72rem .9rem;
  border: 1px solid var(--line);
  background: var(--white);
  display: inline-flex;
  align-items: center;
  gap: .55rem;
  flex: 0 0 auto;
  color: var(--ink);
  font-size: .76rem;
  font-weight: 650;
  text-decoration: none;
  transition: border-color 180ms ease, background-color 180ms ease, color 180ms ease;
}
.catalog-filters a:hover,
.catalog-filters a.is-active { border-color: var(--ink); background: var(--ink); color: var(--white); }
.catalog-filters small { color: inherit; opacity: .66; }
.catalog-results { padding-block: 3rem 6rem; }
.catalog-results__head {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 2rem;
  padding-bottom: 1.35rem;
  border-bottom: 1px solid var(--line);
}
.catalog-results__head h2 { margin: 0; font-size: clamp(2rem,4vw,3.8rem); }
.text-link,
.catalog-card__link {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  gap: .55rem;
  color: var(--red2);
  font-weight: 700;
  text-decoration: none;
}
.text-link:hover,
.catalog-card__link:hover { color: var(--red); }
.catalog-grid {
  display: grid;
  grid-template-columns: repeat(4,minmax(0,1fr));
  gap: 1px;
  margin-top: 1px;
  background: var(--line);
  border: 1px solid var(--line);
}
.catalog-card { min-width: 0; background: var(--white); display: flex; flex-direction: column; }
.catalog-card__visual {
  position: relative;
  aspect-ratio: 1 / .88;
  overflow: hidden;
  background: #f3efe8;
  display: grid;
  place-items: center;
}
.catalog-card__visual::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 3px;
  background: var(--red);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 220ms ease;
}
.catalog-card:hover .catalog-card__visual::after { transform: scaleX(1); }
.catalog-card__visual img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  mix-blend-mode: multiply;
  transition: transform 260ms ease;
}
.catalog-card:hover .catalog-card__visual img { transform: scale(1.025); }
.catalog-card__placeholder { width: 62%; height: 1px; background: var(--line); transform: rotate(-18deg); }
.catalog-card__body { min-height: 260px; padding: 1.35rem 1.3rem 1.2rem; display: flex; flex-direction: column; }
.catalog-card__category {
  margin: 0 0 .7rem;
  color: var(--red2);
  font-size: .68rem;
  font-weight: 750;
  letter-spacing: .09em;
  text-transform: uppercase;
}
.catalog-card h2 { margin: 0; font-family: var(--serif); font-size: clamp(1.25rem,1.7vw,1.65rem); line-height: 1.08; }
.catalog-card h2 a { text-decoration: none; }
.catalog-card__meta { display: flex; flex-wrap: wrap; gap: .45rem .8rem; margin-top: 1rem; color: #5d656a; font-size: .76rem; }
.catalog-card__meta span + span::before { content: "·"; margin-right: .8rem; color: var(--citrus); }
.catalog-card__link { margin-top: auto; padding-top: 1rem; font-size: .8rem; }
.catalog-pagination { margin-top: 2.5rem; }
.catalog-pagination .nav-links { display: flex; justify-content: center; flex-wrap: wrap; gap: .4rem; }
.catalog-pagination .page-numbers {
  min-width: 44px;
  min-height: 44px;
  padding: .65rem;
  border: 1px solid var(--line);
  background: var(--white);
  display: inline-grid;
  place-items: center;
  text-decoration: none;
}
.catalog-pagination .current,
.catalog-pagination a:hover { border-color: var(--ink); background: var(--ink); color: var(--white); }
.catalog-empty { max-width: 720px; padding: 4rem 0; }
.product-breadcrumbs { padding-block: 1.15rem; }
.breadcrumbs { display: flex; flex-wrap: wrap; gap: .45rem; color: #677075; font-size: .75rem; }
.breadcrumbs a { text-underline-offset: .18em; }
.product-stage {
  display: grid;
  grid-template-columns: minmax(0,1.06fr) minmax(380px,.74fr);
  gap: clamp(2.5rem,7vw,7.5rem);
  align-items: center;
  padding-block: 2rem 5.5rem;
}
.product-stage__visual {
  position: relative;
  min-height: 620px;
  background: linear-gradient(135deg,rgba(36,49,58,.035) 25%,transparent 25%) 0 0 / 48px 48px, #f1ece4;
  display: grid;
  place-items: center;
}
.product-stage__visual img { width: 100%; height: 100%; max-height: 690px; object-fit: contain; mix-blend-mode: multiply; }
.product-stage__number {
  position: absolute;
  left: 1.25rem;
  top: .8rem;
  z-index: 1;
  margin: 0;
  color: rgba(36,49,58,.18);
  font-family: var(--serif);
  font-size: clamp(4rem,8vw,8rem);
  line-height: 1;
}
.product-stage__placeholder { width: 70%; height: 2px; background: var(--line); transform: rotate(-18deg); }
.product-stage__copy h1 { margin: 0; font-size: clamp(2.7rem,4.5vw,5.3rem); line-height: .98; }
.product-reference { margin: 1.1rem 0 0; color: #697176; font-size: .75rem; letter-spacing: .05em; text-transform: uppercase; }
.product-summary { max-width: 620px; margin-top: 1.6rem; color: #4e585e; font-size: 1.02rem; }
.product-facts { margin: 2rem 0; border-top: 1px solid var(--line); }
.product-facts div { display: grid; grid-template-columns: minmax(130px,.8fr) 1.2fr; gap: 1rem; padding: .85rem 0; border-bottom: 1px solid var(--line); }
.product-facts dt { color: #687176; font-size: .72rem; font-weight: 650; letter-spacing: .06em; text-transform: uppercase; }
.product-facts dd { margin: 0; font-weight: 650; }
.product-actions { display: flex; flex-wrap: wrap; gap: .65rem; }
.product-actions .button { min-height: 48px; }
.woocommerce .product-actions .button.red {
  border-color: var(--red);
  background: var(--red);
  color: var(--white);
}
.woocommerce .product-actions .button.red:hover {
  border-color: var(--red2);
  background: var(--red2);
  color: var(--white);
}
.button.ghost { border: 1px solid var(--ink); background: transparent; color: var(--ink); }
.woocommerce .product-actions .button.ghost {
  border-color: var(--ink);
  background: transparent;
  color: var(--ink);
}
.button.ghost:hover { background: var(--ink); color: var(--white); }
.woocommerce .product-actions .button.ghost:hover { background: var(--ink); color: var(--white); }
.product-note { max-width: 600px; margin: 1rem 0 0; color: #697176; font-size: .75rem; }
.product-detail { padding-block: 5rem; background: var(--ink); color: var(--white); }
.product-detail__grid { display: grid; grid-template-columns: minmax(0,.8fr) minmax(420px,1fr); gap: clamp(3rem,8vw,8rem); }
.product-detail h2 { max-width: 560px; margin: 0; color: var(--white); font-size: clamp(2.5rem,5vw,5rem); line-height: .98; }
.product-detail__content { max-width: 690px; color: rgba(255,255,255,.8); }
.product-detail__content > p:first-child { margin-top: 0; }
.product-detail__content ul { margin: 2rem 0 0; padding: 0; list-style: none; border-top: 1px solid rgba(255,255,255,.2); }
.product-detail__content li { padding: .85rem 0; border-bottom: 1px solid rgba(255,255,255,.2); }
.product-detail__content li::before { content: "—"; margin-right: .75rem; color: var(--citrus); }
.related-products { padding-block: 5.5rem 7rem; }
.catalog-grid--related { grid-template-columns: repeat(4,minmax(0,1fr)); }
.catalog-card a:focus-visible,
.catalog-filters a:focus-visible,
.text-link:focus-visible,
.product-actions a:focus-visible,
.catalog-pagination a:focus-visible { outline: 3px solid var(--citrus); outline-offset: 3px; }
@media (max-width: 1040px) {
  .catalog-grid,
  .catalog-grid--related { grid-template-columns: repeat(3,minmax(0,1fr)); }
  .product-stage { grid-template-columns: 1fr .9fr; gap: 2.5rem; }
  .product-stage__visual { min-height: 520px; }
}
@media (max-width: 780px) {
  .post-type-archive-product .head-main,
  .tax-product_cat .head-main,
  .single-product .head-main { min-height: 78px; }
  .catalog-hero { padding: 3.2rem 0 2.7rem; }
  .catalog-hero__copy,
  .product-stage,
  .product-detail__grid { grid-template-columns: 1fr; }
  .catalog-hero__copy { gap: 1.5rem; }
  .catalog-grid,
  .catalog-grid--related { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .product-stage { padding-bottom: 4rem; }
  .product-stage__visual { min-height: 460px; }
  .product-detail__grid { gap: 2rem; }
}
@media (max-width: 520px) {
  .catalog-results { padding-top: 2rem; }
  .catalog-results__head { display: block; }
  .catalog-results__head .text-link { margin-top: .8rem; }
  .catalog-grid,
  .catalog-grid--related { grid-template-columns: 1fr; }
  .catalog-card__body { min-height: 220px; }
  .product-stage__visual { min-height: 340px; }
  .product-stage__copy h1 { font-size: clamp(2.35rem,12vw,3.5rem); }
  .product-facts div { grid-template-columns: 1fr; gap: .25rem; }
  .product-actions { display: grid; }
  .product-actions .button { width: 100%; }
}
@media (prefers-reduced-motion: reduce) {
  .catalog-card__visual::after,
  .catalog-card__visual img,
  .catalog-filters a { transition: none; }
}

/* Éditeur de Cuisine — catalogue and product dossier 1.3.0 */
.post-type-archive-product .concept-bar,
.tax-product_cat .concept-bar,
.single-product .concept-bar { display: none; }
.catalog-page,
.product-page {
  --catalog-ink: #171b1c;
  --catalog-paper: #faf6ef;
  --catalog-panel: #f2ebe1;
  --catalog-line: #d9ccba;
  --catalog-red: #a61519;
  --catalog-red-dark: #7f1014;
  --catalog-brass: #b9863f;
  background: var(--catalog-paper);
  color: var(--catalog-ink);
}
.catalog-page .wrap,
.product-page .wrap { width: min(1240px, calc(100% - 2rem)); }
.catalog-page .breadcrumbs,
.product-page .breadcrumbs {
  margin: 0;
  color: #6a635b;
  font-size: .72rem;
  letter-spacing: 0;
}
.catalog-masthead { padding: 2.4rem 0 1.7rem; border-bottom: 1px solid var(--catalog-line); }
.catalog-masthead__copy {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(320px, .65fr);
  gap: clamp(2rem, 4vw, 4.5rem);
  align-items: end;
  margin-top: 2.1rem;
  padding-right: 7rem;
}
.catalog-masthead__copy::after {
  content: "";
  position: absolute;
  right: 0;
  top: 1rem;
  width: 9rem;
  height: 1px;
  background: var(--catalog-brass);
  transform: rotate(-29deg);
  transform-origin: right;
}
.catalog-masthead h1 {
  margin: 0;
  max-width: 720px;
  color: var(--catalog-ink);
  font-size: clamp(3.1rem, 5.1vw, 5.15rem);
  line-height: .96;
}
.catalog-count { margin: .9rem 0 0; color: var(--catalog-red); font: 500 clamp(1.2rem, 2vw, 1.7rem)/1 var(--serif); }
.catalog-masthead__copy > p { max-width: 560px; margin: 0; color: #413c37; line-height: 1.7; }
.catalog-family-nav { padding: 1.35rem 0 1rem; border-bottom: 1px solid var(--catalog-line); }
.catalog-family-nav > span {
  display: block;
  margin-bottom: .65rem;
  font-size: .65rem;
  font-weight: 800;
  letter-spacing: .09em;
  text-transform: uppercase;
}
.catalog-family-nav > div { display: flex; gap: .25rem 1.6rem; overflow-x: auto; scrollbar-width: thin; }
.catalog-family-nav a {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  flex: 0 0 auto;
  border-bottom: 2px solid transparent;
  color: #292725;
  font-size: .76rem;
  text-decoration: none;
}
.catalog-family-nav a:hover,
.catalog-family-nav a.is-active { border-color: var(--catalog-red); color: var(--catalog-red); }
.catalog-workspace {
  position: relative;
  display: grid;
  grid-template-columns: 220px minmax(0, 1fr);
  gap: 1.35rem;
  padding-top: 1.4rem;
  padding-bottom: 8.5rem;
  align-items: start;
}
.catalog-filter-trigger { display: none; }
.catalog-filter-panel { border-right: 1px solid var(--catalog-line); padding-right: 1.2rem; }
.catalog-filter-panel__head {
  min-height: 44px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid var(--catalog-line);
  text-transform: uppercase;
  font-size: .7rem;
  letter-spacing: .06em;
}
.catalog-filter-panel__head button { display: none; }
.catalog-filter-group { padding: 1rem 0; border-bottom: 1px solid var(--catalog-line); }
.catalog-filter-group h2 { margin: 0 0 .65rem; font: 800 .66rem/1.3 var(--sans); letter-spacing: .06em; text-transform: uppercase; }
.catalog-filter-link {
  min-height: 34px;
  padding: .35rem .2rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: .6rem;
  color: #47423d;
  font-size: .72rem;
  text-decoration: none;
}
.catalog-filter-link:hover,
.catalog-filter-link.is-active { color: var(--catalog-red); font-weight: 750; }
.catalog-filter-link small { color: inherit; opacity: .65; }
.catalog-filter-note { margin: 1.2rem 0 0; color: #6b6259; font-size: .69rem; line-height: 1.55; }
.catalog-results { min-width: 0; padding: 0; }
.catalog-toolbar {
  min-height: 58px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto auto;
  gap: 1rem;
  align-items: end;
  padding-bottom: .8rem;
  border-bottom: 1px solid var(--catalog-line);
}
.catalog-toolbar .kicker { margin: 0 0 .2rem; }
.catalog-toolbar h2 { margin: 0; color: var(--catalog-ink); font-size: 1.25rem; letter-spacing: -.01em; }
.catalog-sort { display: flex; gap: .55rem; align-items: center; font-size: .68rem; }
.catalog-sort label { text-transform: uppercase; letter-spacing: .04em; }
.catalog-sort select { min-height: 44px; border: 0; border-bottom: 1px solid var(--catalog-line); background: transparent; color: inherit; font: inherit; }
.catalog-view-switch { display: flex; gap: .25rem; }
.catalog-view-switch button {
  min-height: 44px;
  padding: .5rem .6rem;
  border: 1px solid transparent;
  background: transparent;
  color: #6b655f;
  font: 700 .67rem/1 var(--sans);
  cursor: pointer;
}
.catalog-view-switch button.is-active { border-color: var(--catalog-line); color: var(--catalog-red); }
.catalog-page .catalog-grid,
.product-page .catalog-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: .65rem;
  margin-top: .65rem;
  border: 0;
  background: transparent;
}
.catalog-page .catalog-card,
.product-page .catalog-card { border: 1px solid var(--catalog-line); background: #fffdf9; }
.catalog-page .catalog-card__visual,
.product-page .catalog-card__visual { aspect-ratio: 1 / .88; background: #f2ebe1; }
.catalog-page .catalog-card__visual::after,
.product-page .catalog-card__visual::after { background: var(--catalog-red); }
.catalog-page .catalog-card__visual img,
.product-page .catalog-card__visual img { padding: .45rem; mix-blend-mode: multiply; }
.catalog-page .catalog-card__body,
.product-page .catalog-card__body { min-height: 290px; padding: 1rem; }
.catalog-page .catalog-card__category,
.product-page .catalog-card__category { margin-bottom: .5rem; color: var(--catalog-red); font-size: .6rem; }
.catalog-page .catalog-card h2,
.product-page .catalog-card h2 { font-size: clamp(1.15rem, 1.45vw, 1.5rem); line-height: 1.08; }
.catalog-card__reference { margin: .8rem 0 0; color: #6a625b; font-size: .64rem; overflow-wrap: anywhere; }
.catalog-card__meta { margin-top: .55rem; color: #514c46; font-size: .68rem; }
.catalog-card__actions { display: grid; grid-template-columns: auto 1fr; gap: .45rem; align-items: end; margin-top: auto; padding-top: .8rem; }
.catalog-card__link { min-height: 44px; padding: 0; color: var(--catalog-red); font-size: .68rem; }
.catalog-card__select {
  min-height: 44px;
  padding: .55rem .7rem;
  border: 0;
  border-left: 1px solid var(--catalog-line);
  background: transparent;
  color: var(--catalog-red);
  font: 700 .66rem/1.25 var(--sans);
  cursor: pointer;
  text-align: right;
}
.catalog-card__select:hover,
.catalog-card__select.is-selected { background: var(--catalog-red); color: #fff; }
.catalog-grid.is-list { grid-template-columns: 1fr; }
.catalog-grid.is-list .catalog-card { display: grid; grid-template-columns: 230px minmax(0, 1fr); }
.catalog-grid.is-list .catalog-card__visual { aspect-ratio: auto; min-height: 220px; }
.catalog-grid.is-list .catalog-card__body { min-height: 220px; }
.catalog-pagination .page-numbers { border-color: var(--catalog-line); background: #fffdf9; }
.catalog-pagination .current,
.catalog-pagination a:hover { border-color: var(--catalog-red); background: var(--catalog-red); }
.selection-tray {
  position: fixed;
  z-index: 45;
  right: 2vw;
  bottom: 1rem;
  left: 2vw;
  min-height: 76px;
  max-width: 1240px;
  margin-inline: auto;
  padding: .7rem;
  display: grid;
  grid-template-columns: 120px minmax(0, 1fr) 180px;
  gap: .7rem;
  align-items: stretch;
  border: 1px solid var(--catalog-line);
  background: rgba(255, 252, 247, .98);
  box-shadow: 0 14px 44px rgba(53, 37, 20, .17);
}
.selection-tray[hidden] { display: none; }
.selection-tray__summary { display: flex; flex-direction: column; justify-content: center; font-size: .7rem; text-transform: uppercase; }
.selection-tray__items { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: .4rem; }
.selection-tray__item { min-width: 0; display: grid; grid-template-columns: 44px minmax(0, 1fr) auto; align-items: center; border: 1px solid var(--catalog-line); background: #fff; }
.selection-tray__item img { width: 44px; height: 54px; object-fit: contain; background: var(--catalog-panel); }
.selection-tray__item > span { padding: 0 .4rem; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; font-size: .65rem; }
.selection-tray__item button { min-width: 54px; min-height: 44px; padding: .25rem; border: 0; background: transparent; color: var(--catalog-red); font-size: .58rem; cursor: pointer; }
.selection-tray__quote { display: grid; place-items: center; background: var(--catalog-red); color: #fff; font-size: .72rem; font-weight: 750; text-decoration: none; }
.selection-tray__quote:hover { background: var(--catalog-red-dark); }

.product-breadcrumbs { padding: 1.6rem 0 .9rem; }
.product-dossier__stage {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(390px, .78fr);
  gap: 1.6rem;
  align-items: start;
  padding-bottom: 2.6rem;
}
.product-gallery { min-width: 0; }
.product-gallery__main {
  position: relative;
  height: 455px;
  overflow: hidden;
  display: grid;
  place-items: center;
  background: var(--catalog-panel);
  cursor: zoom-out;
}
.product-gallery__main img { width: 100%; height: 100%; padding: 1.5rem; object-fit: contain; mix-blend-mode: multiply; transition: transform 220ms ease, object-position 220ms ease; }
.product-gallery__main.is-blade-detail img { transform: scale(1.75); object-position: 18% 70%; }
.product-gallery__main.is-handle-detail img { transform: scale(1.75); object-position: 88% 20%; }
.product-gallery__number { position: absolute; z-index: 1; top: .5rem; left: 1rem; color: rgba(23,27,28,.16); font: 500 clamp(4.6rem, 8vw, 8rem)/1 var(--serif); }
.product-gallery__details { display: grid; grid-template-columns: repeat(2, 1fr); gap: .65rem; margin-top: .65rem; }
.product-gallery__details button { height: 150px; padding: 0; overflow: hidden; border: 1px solid var(--catalog-line); background: var(--catalog-panel); cursor: zoom-in; }
.product-gallery__details img { width: 100%; height: 100%; object-fit: contain; mix-blend-mode: multiply; transform: scale(1.65); }
.product-gallery__details button:first-child img { object-position: 18% 72%; }
.product-gallery__details button:last-child img { object-position: 88% 20%; }
.product-dossier__copy { padding: 2rem .2rem 0; }
.product-dossier__copy h1 { margin: 0; color: var(--catalog-ink); font-size: clamp(2.7rem, 3.65vw, 4.4rem); line-height: .94; overflow-wrap: anywhere; }
.product-dossier__copy .product-summary { margin-top: 1rem; color: #4e4842; font-size: .92rem; }
.product-quote-facts { margin: 1.5rem 0; border-top: 1px solid var(--catalog-line); }
.product-quote-facts div { display: grid; grid-template-columns: 130px 1fr; gap: 1rem; padding: .75rem 0; border-bottom: 1px solid var(--catalog-line); }
.product-quote-facts dt { color: #6f675f; font-size: .67rem; text-transform: uppercase; }
.product-quote-facts dd { margin: 0; font-size: .78rem; font-weight: 700; }
.product-dossier__copy .product-actions { display: grid; gap: .5rem; }
.product-dossier__copy .product-actions .button { width: 100%; min-height: 54px; }
.product-dossier__copy .button.outline { border-color: var(--catalog-red); background: transparent; color: var(--catalog-red); }
.product-dossier__copy .button.outline:hover,
.product-dossier__copy .button.outline.is-selected { background: var(--catalog-red); color: #fff; }
.product-resources { margin: 1rem 0 0; padding: 0; list-style: none; }
.product-resources li { border-bottom: 1px solid var(--catalog-line); }
.product-resources a { min-height: 42px; display: flex; align-items: center; color: #37322e; font-size: .7rem; text-decoration: none; }
.product-resources a:hover { color: var(--catalog-red); }
.product-evidence { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1.4rem; padding: 2.2rem 0; border-top: 1px solid var(--catalog-line); }
.product-evidence details { border: 0; }
.product-evidence summary { padding: .75rem 0; color: var(--catalog-ink); font-size: .68rem; font-weight: 800; letter-spacing: .04em; text-transform: uppercase; cursor: pointer; }
.product-evidence dl { margin: 0; }
.product-evidence dl div { display: grid; grid-template-columns: 1fr 1fr; gap: .8rem; padding: .55rem 0; border-bottom: 1px solid var(--catalog-line); font-size: .68rem; }
.product-evidence dt { color: #5f5851; }
.product-evidence dd { margin: 0; overflow-wrap: anywhere; }
.related-products { padding: 2.8rem 0 3.5rem; border-top: 1px solid var(--catalog-line); }
.related-products__head { display: flex; justify-content: space-between; gap: 2rem; align-items: end; }
.related-products__head h2 { margin: 0; color: var(--catalog-ink); font-size: clamp(2rem, 3vw, 3.4rem); }
.related-products__head > a { min-height: 44px; display: flex; align-items: center; color: var(--catalog-red); font-size: .72rem; font-weight: 750; }
.product-quote-band { padding: 2.8rem 0; background: var(--catalog-red); color: #fff; }
.product-quote-band .wrap { display: grid; grid-template-columns: 1fr auto; gap: 2rem; align-items: end; }
.product-quote-band .kicker { color: #f2c49d; }
.product-quote-band h2 { margin: 0 0 .5rem; color: #fff; font-size: clamp(2.2rem, 4vw, 4rem); }
.product-quote-band p:last-child { max-width: 670px; margin: 0; }
.product-quote-band .button { min-width: 190px; border-color: #fff; color: #fff; }
.product-quote-band .button:hover { background: #fff; color: var(--catalog-red); }
.product-mobile-quote { display: none; }
.catalog-page :focus-visible,
.product-page :focus-visible { outline: 3px solid var(--catalog-brass); outline-offset: 3px; }

@media (max-width: 1040px) {
  .catalog-page .catalog-grid,
  .product-page .catalog-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .catalog-workspace { grid-template-columns: 200px minmax(0, 1fr); }
  .product-dossier__stage { grid-template-columns: minmax(0, 1fr) minmax(340px, .8fr); }
  .product-gallery__main { height: 500px; }
}

@media (max-width: 780px) {
  .post-type-archive-product .header,
  .tax-product_cat .header,
  .single-product .header { border-bottom: 1px solid var(--catalog-line); }
  .catalog-masthead { padding: 1.2rem 0 1rem; }
  .catalog-masthead__copy { grid-template-columns: 1fr; gap: .8rem; margin-top: 1rem; padding-right: 0; }
  .catalog-masthead__copy::after { display: none; }
  .catalog-masthead h1 { font-size: clamp(2.4rem, 11vw, 3.8rem); }
  .catalog-masthead__copy > p { font-size: .82rem; line-height: 1.6; }
  .catalog-family-nav { padding-top: .9rem; }
  .catalog-family-nav > div { gap: .4rem; }
  .catalog-family-nav a { padding: 0 .8rem; border: 1px solid var(--catalog-line); background: #fffdf9; }
  .catalog-family-nav a.is-active { border-color: var(--catalog-red); border-bottom-width: 2px; }
  .catalog-workspace { display: block; padding-top: .75rem; padding-bottom: 7rem; }
  .catalog-filter-trigger {
    width: 100%;
    min-height: 48px;
    display: block;
    border: 1px solid #82796f;
    background: transparent;
    color: var(--catalog-ink);
    font: 750 .74rem/1 var(--sans);
    cursor: pointer;
  }
  .catalog-filter-panel {
    position: fixed;
    z-index: 70;
    inset: 0 0 0 auto;
    width: min(88vw, 360px);
    padding: 1rem;
    overflow-y: auto;
    border: 0;
    background: var(--catalog-paper);
    box-shadow: -18px 0 46px rgba(23,27,28,.22);
    transform: translateX(110%);
    transition: transform 220ms ease;
  }
  .catalog-filter-panel[data-open="true"] { transform: translateX(0); }
  .catalog-filter-panel__head button { min-height: 44px; display: block; border: 0; background: transparent; color: var(--catalog-red); cursor: pointer; }
  .catalog-filter-is-open::before { content: ""; position: fixed; z-index: 65; inset: 0; background: rgba(23,27,28,.46); }
  .catalog-toolbar { grid-template-columns: 1fr auto; margin-top: .8rem; }
  .catalog-sort { justify-self: end; }
  .catalog-view-switch { display: none; }
  .catalog-page .catalog-grid,
  .product-page .catalog-grid { grid-template-columns: 1fr; gap: 0; border: 1px solid var(--catalog-line); }
  .catalog-page .catalog-card,
  .product-page .catalog-card { display: grid; grid-template-columns: 34% minmax(0, 1fr); border: 0; border-bottom: 1px solid var(--catalog-line); }
  .catalog-page .catalog-card:last-child,
  .product-page .catalog-card:last-child { border-bottom: 0; }
  .catalog-page .catalog-card__visual,
  .product-page .catalog-card__visual { aspect-ratio: auto; min-height: 175px; }
  .catalog-page .catalog-card__body,
  .product-page .catalog-card__body { min-height: 175px; padding: .75rem; }
  .catalog-page .catalog-card h2,
  .product-page .catalog-card h2 { font-size: 1.12rem; }
  .catalog-card__actions { grid-template-columns: 1fr; }
  .catalog-card__link { display: none; }
  .catalog-card__select { border-left: 0; padding: .45rem 0 0; text-align: left; }
  .product-breadcrumbs { padding: .8rem 0 .6rem; }
  .product-dossier__stage { grid-template-columns: 1fr; gap: .8rem; padding-bottom: 1rem; }
  .product-gallery__main { height: 285px; }
  .product-gallery__main img { padding: .7rem; }
  .product-gallery__details { display: none; }
  .product-dossier__copy { padding: .25rem 0 0; }
  .product-dossier__copy h1 { font-size: clamp(2rem, 8vw, 3rem); }
  .product-summary { display: none; }
  .product-quote-facts { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); margin: .75rem 0; border-bottom: 1px solid var(--catalog-line); }
  .product-quote-facts div { grid-template-columns: 1fr; gap: .18rem; padding: .55rem .25rem; border-bottom: 0; }
  .product-dossier__copy .product-actions,
  .product-resources { display: none; }
  .product-evidence { grid-template-columns: 1fr; gap: 0; padding: .7rem 0 1.4rem; border-top: 0; }
  .product-evidence details { border: 1px solid var(--catalog-line); border-bottom: 0; background: #fffdf9; }
  .product-evidence details:last-child { border-bottom: 1px solid var(--catalog-line); }
  .product-evidence summary { min-height: 48px; padding: .85rem; display: flex; align-items: center; justify-content: space-between; text-transform: none; }
  .product-evidence dl { padding: 0 .85rem .85rem; }
  .related-products { padding: 1rem 0 5.5rem; }
  .related-products__head > a { display: none; }
  .related-products__head h2 { font-size: 2rem; }
  .product-quote-band { display: none; }
  .product-mobile-quote {
    position: fixed;
    z-index: 44;
    right: 0;
    bottom: 0;
    left: 0;
    min-height: 62px;
    display: grid;
    place-items: center;
    background: var(--catalog-red);
    color: #fff;
    font-size: .82rem;
    font-weight: 800;
    text-decoration: none;
  }
  .selection-tray {
    right: 0;
    bottom: 0;
    left: 0;
    min-height: 72px;
    padding: .45rem;
    grid-template-columns: 82px minmax(0, 1fr) 54px;
    border-right: 0;
    border-bottom: 0;
    border-left: 0;
  }
  .single-product .selection-tray { bottom: 62px; }
  .selection-tray__summary { font-size: .58rem; }
  .selection-tray__items { gap: .2rem; }
  .selection-tray__item { grid-template-columns: minmax(0, 1fr) 28px; }
  .selection-tray__item img { width: 100%; height: 54px; }
  .selection-tray__item > span { display: none; }
  .selection-tray__item button { min-width: 28px; padding: 0; font-size: .48rem; }
  .selection-tray__quote { padding: .2rem; font-size: .58rem; text-align: center; }
}

@media (max-width: 420px) {
  .catalog-toolbar { grid-template-columns: 1fr; }
  .catalog-sort { width: 100%; justify-self: stretch; justify-content: space-between; }
  .catalog-sort select { flex: 1; }
  .catalog-page .catalog-card,
  .product-page .catalog-card { grid-template-columns: 38% minmax(0, 1fr); }
  .catalog-page .catalog-card__body,
  .product-page .catalog-card__body { padding: .65rem; }
  .catalog-card__reference { font-size: .59rem; }
  .product-gallery__main { height: 285px; }
}

@media (prefers-reduced-motion: reduce) {
  .catalog-filter-panel,
  .product-gallery__main img { transition: none; }
}

/* Noir Forge Professionnel — reference-led visual system 1.4.0 */
:root {
  --forge-black: #080909;
  --forge-surface: #141515;
  --forge-elevated: #1d1d1c;
  --forge-ivory: #f7f2e9;
  --forge-white: #fff;
  --forge-orange: #ff7800;
  --forge-orange-dark: #c94f00;
  --forge-line-dark: rgba(255,255,255,.16);
  --forge-line-light: #d8d0c4;
  --ink: #151717;
  --paper: var(--forge-ivory);
  --red: var(--forge-orange);
  --red2: var(--forge-orange-dark);
  --citrus: var(--forge-orange);
}
body {
  background: var(--forge-ivory);
  color: var(--ink);
}
.concept-bar {
  min-height: 30px;
  align-items: center;
  background: var(--forge-orange);
  color: #17110b;
  font-weight: 800;
}
.header {
  position: relative;
  z-index: 30;
  border-bottom: 1px solid var(--forge-line-dark);
  background: linear-gradient(180deg,#0c0d0d,#080909);
  color: rgba(255,255,255,.9);
}
.head-main { min-height: 96px; }
.brand .brand-logo--header { height: 68px; }
.search {
  border: 1px solid rgba(255,255,255,.13);
  background: rgba(255,255,255,.06);
  color: rgba(255,255,255,.7);
}
.search input { color: #fff; }
.search input::placeholder { color: rgba(255,255,255,.58); }
.head-link { color: rgba(255,255,255,.82); }
.head-link:hover { color: var(--forge-orange); }
.catalog-nav {
  border-color: var(--forge-line-dark);
  background: #080909;
}
.nav-row a {
  position: relative;
  color: rgba(255,255,255,.78);
  letter-spacing: .02em;
}
.nav-row a::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: .35rem;
  left: 0;
  height: 2px;
  background: var(--forge-orange);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 180ms ease;
}
.nav-row a:hover { color: #fff; }
.nav-row a:hover::after { transform: scaleX(1); }
.nav-pills a {
  border: 1px solid rgba(255,255,255,.14);
  background: transparent;
  color: rgba(255,255,255,.76);
}
.nav-pills a:hover,
.nav-pills .active {
  border-color: var(--forge-orange);
  background: var(--forge-orange);
  color: #100b07;
}
.hero {
  min-height: 640px;
  background: var(--forge-black);
  color: #fff;
}
.hero > img { object-position: center center; }
.hero::after {
  background:
    linear-gradient(90deg,rgba(5,6,6,.97) 0%,rgba(5,6,6,.86) 35%,rgba(5,6,6,.28) 70%,rgba(5,6,6,.12) 100%),
    linear-gradient(180deg,rgba(0,0,0,.08),rgba(0,0,0,.36));
}
.hero-copy { padding-top: 105px; }
.hero-copy .kicker { color: var(--forge-orange); }
.hero-copy h1 {
  max-width: 760px;
  color: #fff;
  font-size: clamp(3.7rem,6vw,6.7rem);
  line-height: .88;
  text-shadow: 0 16px 48px rgba(0,0,0,.42);
}
.hero-copy > p:not(.kicker) { color: rgba(255,255,255,.76); }
.button.red,
.button.forge {
  border-color: var(--forge-orange);
  background: var(--forge-orange);
  color: #130d08;
}
.button.red:hover,
.button.forge:hover { border-color: #fff; background: #fff; color: #111; }
.button.ghost { border-color: rgba(255,255,255,.45); color: #fff; }
.button.ghost:hover { border-color: #fff; background: #fff; color: #111; }
.hero-note {
  border-top: 3px solid var(--forge-orange);
  background: rgba(8,9,9,.92);
  color: #fff;
}
.hero-note span { color: rgba(255,255,255,.65); }
.gateway {
  position: relative;
  z-index: 4;
  margin-top: -1px;
  border: 1px solid var(--forge-line-light);
  border-top: 4px solid var(--forge-orange);
  background: #fff;
  box-shadow: 0 20px 50px rgba(20,17,12,.08);
}
.gate { background: #fff; }
.gate > span,
.kicker { color: var(--forge-orange-dark); }
.gate:hover { background: #151515; color: #fff; }
.gate:hover p { color: rgba(255,255,255,.68); }
.section { background: var(--forge-ivory); }
.section-title h2 { color: #111; }
.section-title > a { color: var(--forge-orange-dark); }
.product-grid .product {
  border-color: #cac0b2;
  background: #fff;
  box-shadow: 0 14px 34px rgba(27,20,10,.06);
}
.product-grid .product::before { background: linear-gradient(135deg,#171818,#292724); }
.product-grid .product > a { color: var(--forge-orange-dark); }
.univers {
  background:
    radial-gradient(circle at 8% 15%,rgba(255,120,0,.08),transparent 30%),
    #0d0e0e;
  color: #fff;
}
.univers h2 { color: #fff; }
.universe-grid a {
  border-color: var(--forge-line-dark);
  background: rgba(255,255,255,.035);
}
.universe-grid a:hover { border-color: var(--forge-orange); background: rgba(255,120,0,.08); }
.universe-grid span { color: var(--forge-orange); }
.universe-grid small { color: rgba(255,255,255,.62); }
.services { background: #fff; }
.service-visual::after { background: linear-gradient(180deg,transparent,rgba(0,0,0,.72)); }
.service-copy ol li > span { border-color: var(--forge-orange); color: var(--forge-orange-dark); }
.button.dark { background: #111; color: #fff; }
.button.dark:hover { background: var(--forge-orange); color: #111; }
.editorial { background: var(--forge-ivory); }
.article-grid article { border-color: #cfc4b5; background: #fff; }
.article-grid article > span,
.article-grid a { color: var(--forge-orange-dark); }
.quote {
  position: relative;
  background:
    linear-gradient(90deg,rgba(8,9,9,.98),rgba(8,9,9,.88)),
    url('../images/cta-forge-noir-v1.webp') center/cover;
  color: #fff;
}
.quote h2 { color: #fff; }
.quote form {
  border: 1px solid rgba(255,255,255,.14);
  background: rgba(255,255,255,.06);
  box-shadow: 0 22px 60px rgba(0,0,0,.28);
}
.quote input,
.quote select,
.quote textarea { border-color: rgba(255,255,255,.25); background: rgba(255,255,255,.95); color: #111; }
.trust { background: #fff; }
.trust p { border-color: var(--forge-line-light); }
.footer-project {
  position: relative;
  min-height: 310px;
  display: flex;
  align-items: center;
  overflow: hidden;
  background:
    linear-gradient(90deg,rgba(4,5,5,.98) 0%,rgba(4,5,5,.83) 48%,rgba(4,5,5,.22) 100%),
    url('../images/cta-forge-noir-v1.webp') center right/cover no-repeat;
  color: #fff;
}
.footer-project__inner {
  display: grid;
  grid-template-columns: minmax(0,1fr) auto;
  gap: 2rem;
  align-items: end;
}
.footer-project h2 {
  max-width: 720px;
  margin: 0;
  color: #fff;
  font-size: clamp(2.7rem,5vw,5.4rem);
  line-height: .94;
}
footer {
  border-top: 1px solid var(--forge-line-dark);
  background: #080909;
  color: rgba(255,255,255,.78);
}
.foot-grid {
  grid-template-columns: 1.25fr repeat(3,minmax(0,1fr));
  gap: clamp(2rem,5vw,5rem);
}
.brand--footer { background: transparent; padding: 0; }
.brand .brand-logo--footer { height: 150px; }
.foot-grid > div:not(.brand) { border-color: var(--forge-line-dark); }
.foot-grid > div > b { color: #fff; }
.foot-grid a,
.footer-cookie-link { color: rgba(255,255,255,.67); }
.foot-grid a:hover,
.footer-cookie-link:hover { color: var(--forge-orange); }
.foot-bottom { border-color: var(--forge-line-dark); color: rgba(255,255,255,.48); }

/* Catalogue: dark editorial masthead + ivory working surface. */
.catalog-page,
.product-page {
  --catalog-ink: #171817;
  --catalog-paper: var(--forge-ivory);
  --catalog-panel: #eee6da;
  --catalog-line: #d6ccbd;
  --catalog-red: var(--forge-orange-dark);
  --catalog-red-dark: #963b00;
  --catalog-brass: var(--forge-orange);
}
.catalog-masthead {
  padding: 2.8rem 0 2.2rem;
  border-color: var(--forge-line-dark);
  background:
    radial-gradient(circle at 82% 30%,rgba(255,120,0,.14),transparent 26%),
    #0a0b0b;
  color: #fff;
}
.catalog-masthead .breadcrumbs,
.catalog-masthead .breadcrumbs a { color: rgba(255,255,255,.58); }
.catalog-masthead h1 { color: #fff; }
.catalog-masthead__copy > p { color: rgba(255,255,255,.68); }
.catalog-masthead__copy::after { background: var(--forge-orange); }
.catalog-count { color: var(--forge-orange); }
.catalog-family-nav {
  border-color: var(--forge-line-dark);
  background: #111212;
  color: #fff;
}
.catalog-family-nav a { color: rgba(255,255,255,.72); }
.catalog-family-nav a:hover,
.catalog-family-nav a.is-active { border-color: var(--forge-orange); color: var(--forge-orange); }
.catalog-workspace { background: var(--forge-ivory); }
.catalog-toolbar .kicker { color: var(--forge-orange-dark); }
.catalog-page .catalog-card,
.product-page .catalog-card { border-color: #d3c8b9; background: #fff; }
.catalog-page .catalog-card__visual,
.product-page .catalog-card__visual {
  background:
    linear-gradient(145deg,rgba(255,255,255,.72),rgba(220,208,191,.55)),
    #eee6da;
}
.catalog-page .catalog-card__visual::after,
.product-page .catalog-card__visual::after { background: var(--forge-orange); }
.catalog-card__category,
.catalog-card__link,
.catalog-card__select { color: var(--forge-orange-dark) !important; }
.catalog-card__select:hover,
.catalog-card__select.is-selected { background: var(--forge-orange) !important; color: #111 !important; }
.selection-tray { border-top: 3px solid var(--forge-orange); background: rgba(255,252,247,.98); }
.selection-tray__quote { background: var(--forge-orange); color: #111; }

/* Product dossier: black decision stage, ivory supporting content. */
.product-page { background: var(--forge-ivory); }
.product-breadcrumbs {
  width: 100% !important;
  padding: 1.2rem max(4vw,calc((100vw - 1240px)/2));
  background: #0a0b0b;
  color: rgba(255,255,255,.58) !important;
}
.product-breadcrumbs a { color: rgba(255,255,255,.74); }
.product-dossier__stage {
  width: min(1240px,calc(100% - 2rem));
  max-width: none;
  margin-inline: auto;
  padding: 2.2rem 0 3.2rem;
  background: #0a0b0b;
  color: #fff;
}
.product-page::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
  left: 0;
  height: 760px;
  background: #0a0b0b;
}
.product-gallery__main,
.product-gallery__details button { border: 1px solid rgba(255,255,255,.12); background: #eee7dc; }
.product-gallery__number { color: rgba(255,120,0,.16); }
.product-dossier__copy h1 { color: #fff; }
.product-dossier__copy .kicker { color: var(--forge-orange); }
.product-dossier__copy .product-reference,
.product-dossier__copy .product-summary { color: rgba(255,255,255,.65); }
.product-quote-facts { border-color: var(--forge-line-dark); }
.product-quote-facts div { border-color: var(--forge-line-dark); }
.product-quote-facts dt { color: rgba(255,255,255,.55); }
.product-quote-facts dd { color: #fff; }
.product-dossier__copy .button.outline { border-color: var(--forge-orange); color: var(--forge-orange); }
.product-dossier__copy .button.outline:hover,
.product-dossier__copy .button.outline.is-selected { background: var(--forge-orange); color: #111; }
.product-resources li { border-color: var(--forge-line-dark); }
.product-resources a { color: rgba(255,255,255,.7); }
.product-resources a:hover { color: var(--forge-orange); }
.product-evidence,
.related-products { background: var(--forge-ivory); }
.product-quote-band {
  position: relative;
  background:
    linear-gradient(90deg,rgba(5,6,6,.98),rgba(5,6,6,.45)),
    url('../images/cta-forge-noir-v1.webp') center right/cover;
}
.product-quote-band .kicker { color: var(--forge-orange); }
.product-quote-band .button { border-color: var(--forge-orange); background: var(--forge-orange); color: #111; }
.product-mobile-quote { background: var(--forge-orange); color: #111; }

/* Footer utility pages created without altering existing guide content. */
.utility-page { background: var(--forge-ivory); }
.utility-hero {
  padding: 3.2rem 0 3.6rem;
  background:
    radial-gradient(circle at 84% 22%,rgba(255,120,0,.14),transparent 24%),
    #0a0b0b;
  color: #fff;
}
.utility-hero .breadcrumbs,
.utility-hero .breadcrumbs a { color: rgba(255,255,255,.58); }
.utility-hero .kicker { margin-top: 3.5rem; color: var(--forge-orange); }
.utility-hero h1 { max-width: 900px; margin: .5rem 0 0; color: #fff; font-size: clamp(3rem,6vw,6rem); }
.utility-layout {
  display: grid;
  grid-template-columns: 250px minmax(0,760px);
  gap: clamp(2rem,7vw,7rem);
  padding-block: 4.5rem 6.5rem;
}
.utility-rail { border-top: 3px solid var(--forge-orange); padding-top: 1rem; }
.utility-rail span { color: var(--forge-orange-dark); font-size: .68rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.utility-rail p { color: #5f5952; font-size: .86rem; }
.utility-content { font-size: 1rem; line-height: 1.8; }
.utility-content h2 { margin: 2.5rem 0 .8rem; font-size: clamp(1.9rem,3vw,3rem); }
.utility-content p:first-child { margin-top: 0; }
.utility-content a { color: var(--forge-orange-dark); font-weight: 700; }

@media (max-width: 950px) {
  .menu-button { border-color: rgba(255,255,255,.32); background: transparent; color: #fff; }
  .catalog-nav[data-open="true"] { border-top: 1px solid var(--forge-line-dark); }
  .hero::after { background: linear-gradient(90deg,rgba(5,6,6,.96),rgba(5,6,6,.72)); }
  .foot-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
}

@media (max-width: 780px) {
  .catalog-family-nav a { border-color: rgba(255,255,255,.17); background: #151515; }
  .catalog-filter-panel { background: var(--forge-ivory); }
  .product-page::before { height: 900px; }
  .product-evidence details { background: #fff; }
}

@media (max-width: 600px) {
  .head-main { min-height: 76px; }
  .brand .brand-logo--header { height: 50px; }
  .hero { min-height: 690px; }
  .hero > img { object-position: 67% center; }
  .hero::after {
    background: linear-gradient(180deg,rgba(5,6,6,.98) 0%,rgba(5,6,6,.86) 58%,rgba(5,6,6,.35) 100%);
  }
  .hero-copy { padding-top: 56px; }
  .hero-copy h1 { font-size: clamp(3rem,15vw,4.3rem); }
  .gateway { width: 100%; border-right: 0; border-left: 0; }
  .footer-project { min-height: 390px; background-position: 68% center; }
  .footer-project__inner { grid-template-columns: 1fr; align-items: start; }
  .footer-project h2 { font-size: clamp(2.6rem,13vw,4rem); }
  .foot-grid { grid-template-columns: 1fr; }
  .brand .brand-logo--footer { height: 128px; }
  .product-breadcrumbs { padding-inline: 1rem; }
  .product-dossier__stage { width: min(100% - 2rem,1240px); }
  .utility-layout { grid-template-columns: 1fr; padding-block: 3rem 4.5rem; }
  .utility-hero .kicker { margin-top: 2.5rem; }
}

@media (prefers-reduced-motion: reduce) {
  .nav-row a::after { transition: none; }
}

/* ================================================================
   Live merchandising homepage 1.5.0
   Real WooCommerce products, real categories and real guide routes.
   ================================================================ */
.live-section-head {
  display: grid;
  grid-template-columns: minmax(0,1.18fr) minmax(300px,.62fr);
  gap: clamp(2rem,7vw,7rem);
  align-items: end;
  margin-bottom: clamp(2rem,4vw,3.6rem);
}
.live-section-head h2 {
  max-width: 820px;
  margin: .45rem 0 0;
  font-size: clamp(3rem,5vw,5.6rem);
  line-height: .94;
  letter-spacing: -.035em;
}
.live-section-intro { padding-bottom: .35rem; }
.live-section-intro p { max-width: 560px; margin: 0 0 1.25rem; color: #57514a; line-height: 1.7; }
.text-link {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  gap: .45rem;
  border-bottom: 1px solid currentColor;
  color: var(--forge-orange-dark);
  font-size: .78rem;
  font-weight: 800;
  text-decoration: none;
}
.text-link span { transition: transform 180ms ease; }
.text-link:hover span { transform: translateX(4px); }

/* Real catalogue selection. */
.home-live-products {
  padding-block: clamp(5rem,8vw,8rem);
  background:
    linear-gradient(90deg,rgba(201,79,0,.045) 1px,transparent 1px) 0 0/25% 100%,
    var(--forge-ivory);
  color: #111;
}
.home-products-grid {
  display: grid;
  grid-template-columns: repeat(4,minmax(0,1fr));
  gap: 1px;
  border: 1px solid #d6ccbf;
  background: #d6ccbf;
  box-shadow: 0 28px 70px rgba(43,29,15,.08);
}
.home-products-grid .catalog-card {
  border: 0;
  background: #fff;
  color: #111;
}
.home-products-grid .catalog-card__visual {
    aspect-ratio: 1 / .88;
  border-bottom: 1px solid #e2d9cd;
  background:
    linear-gradient(135deg,rgba(255,120,0,.055),transparent 48%),
    #f5f0e8;
}
.home-products-grid .catalog-card__visual::after { width: 48px; height: 3px; background: var(--forge-orange); }
.home-products-grid .catalog-card__visual img {
  width: 100%;
  height: 100%;
  padding: clamp(.9rem,2vw,1.6rem);
  object-fit: contain;
  mix-blend-mode: multiply;
  transition: transform 220ms ease;
}
.home-products-grid .catalog-card:hover .catalog-card__visual img { transform: scale(1.035); }
.home-products-grid .catalog-card__body { min-height: 300px; padding: 1.35rem 1.25rem 1.2rem; }
.home-products-grid .catalog-card__category { color: var(--forge-orange-dark); }
.home-products-grid .catalog-card h3 { margin: 0; font-size: clamp(1.28rem,1.55vw,1.65rem); line-height: 1.05; }
.home-products-grid .catalog-card h3 a { color: #111; text-decoration: none; }
.home-products-grid .catalog-card__reference { color: #70685f; }
.home-products-grid .catalog-card__meta { color: #48433d; }
.home-products-grid .catalog-card__actions { border-top: 1px solid #e2d9cd; }
.home-products-grid .catalog-card__link,
.home-products-grid .catalog-card__select { color: var(--forge-orange-dark); }
.home-products-grid .catalog-card__select { border-color: #e2d9cd; }
.home-products-grid .catalog-card__select:hover,
.home-products-grid .catalog-card__select.is-selected { background: var(--forge-orange); color: #111; }

/* Real product families. */
.home-live-categories {
  padding-block: clamp(5rem,8vw,8rem);
  overflow: hidden;
  background:
    radial-gradient(circle at 82% 12%,rgba(255,120,0,.13),transparent 25%),
    #080909;
  color: #fff;
}
.live-section-head--dark h2 { color: #fff; }
.live-section-head--dark .live-section-intro p { color: rgba(255,255,255,.64); }
.live-section-head--dark .text-link { color: var(--forge-orange); }
.live-category-grid {
  display: grid;
  grid-template-columns: repeat(12,minmax(0,1fr));
  gap: .75rem;
}
.live-category-card {
  grid-column: span 3;
  min-width: 0;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.15);
  background: #141515;
  color: #fff;
  text-decoration: none;
  transition: border-color 180ms ease, background-color 180ms ease;
}
.live-category-card--wide {
  grid-column: span 6;
  min-height: 365px;
  display: grid;
  grid-template-columns: minmax(0,1.08fr) minmax(250px,.92fr);
}
.live-category-card:hover { border-color: var(--forge-orange); background: #191a19; }
.live-category-card__media {
  min-height: 218px;
  display: grid;
  place-items: center;
  overflow: hidden;
  background: #f5f1e9;
}
.live-category-card--wide .live-category-card__media { min-height: 365px; }
.live-category-card__media img {
  width: 100%;
  height: 100%;
  padding: clamp(.8rem,2vw,1.5rem);
  object-fit: contain;
  mix-blend-mode: multiply;
  transition: transform 220ms ease;
}
.live-category-card:hover .live-category-card__media img { transform: scale(1.035); }
.live-category-card__copy {
  min-height: 240px;
  padding: 1.35rem;
  display: flex;
  flex-direction: column;
}
.live-category-card--wide .live-category-card__copy { min-height: 365px; padding: clamp(1.6rem,3vw,2.5rem); }
.live-category-card__index {
  color: var(--forge-orange);
  font-size: .64rem;
  font-weight: 800;
  letter-spacing: .09em;
  text-transform: uppercase;
}
.live-category-card__copy strong {
  margin-top: auto;
  color: #fff;
  font: 500 clamp(1.65rem,2.2vw,2.7rem)/1 var(--serif);
}
.live-category-card__copy small { margin-top: .7rem; color: rgba(255,255,255,.62); font-size: .8rem; line-height: 1.5; }
.live-category-card__link {
  min-height: 44px;
  margin-top: 1rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid rgba(255,255,255,.14);
  color: #fff;
  font-size: .72rem;
  font-weight: 750;
}
.live-category-card:hover .live-category-card__link { color: var(--forge-orange); }

/* Evidence-backed request path. */
.home-procurement { padding-block: clamp(5rem,8vw,8rem); background: #eee6da; color: #111; }
.home-procurement__grid {
  display: grid;
  grid-template-columns: minmax(0,.92fr) minmax(0,1.08fr);
  align-items: stretch;
  border: 1px solid #cfc3b4;
  box-shadow: 0 32px 80px rgba(42,29,15,.09);
}
.home-procurement__proof {
  padding: clamp(1.8rem,4vw,3.5rem);
  background:
    radial-gradient(circle at 20% 20%,rgba(255,120,0,.12),transparent 28%),
    #0a0b0b;
  color: #fff;
}
.home-procurement__proof .kicker { color: var(--forge-orange); }
.home-procurement__proof h2 { max-width: 620px; margin: .55rem 0 2.2rem; color: #fff; font-size: clamp(2.4rem,4vw,4.5rem); line-height: .96; }
.home-procurement__images { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: .55rem; }
.home-procurement__images a {
  min-width: 0;
  aspect-ratio: .86/1;
  display: grid;
  place-items: center;
  overflow: hidden;
  background: #f4efe8;
}
.home-procurement__images img { width: 100%; height: 100%; padding: .65rem; object-fit: contain; mix-blend-mode: multiply; }
.home-proof-stats { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); margin: 2rem 0 0; border-top: 1px solid rgba(255,255,255,.16); }
.home-proof-stats div { min-width: 0; padding: 1.25rem .9rem 0 0; }
.home-proof-stats dt { color: var(--forge-orange); font: 500 clamp(2rem,3vw,3.2rem)/1 var(--serif); }
.home-proof-stats dd { margin: .45rem 0 0; color: rgba(255,255,255,.62); font-size: .68rem; line-height: 1.4; }
.home-procurement__process { padding: clamp(2rem,5vw,4.5rem); background: #fff; }
.home-procurement__process h2 { max-width: 720px; margin: .55rem 0 2rem; font-size: clamp(3rem,5vw,5.4rem); line-height: .93; }
.home-procurement__process ol { margin: 0; padding: 0; list-style: none; border-top: 1px solid #d8cec1; }
.home-procurement__process li { min-height: 94px; display: grid; grid-template-columns: 54px minmax(0,1fr); gap: 1rem; align-items: center; border-bottom: 1px solid #d8cec1; }
.home-procurement__process li > span { color: var(--forge-orange-dark); font: 500 1.35rem/1 var(--serif); }
.home-procurement__process li b { display: block; font-size: .86rem; }
.home-procurement__process li p { margin: .35rem 0 0; color: #686159; font-size: .78rem; line-height: 1.5; }
.home-procurement__actions { display: flex; flex-wrap: wrap; gap: .7rem; margin-top: 2rem; }
.home-procurement__actions .button.ghost { border-color: #252525; background: transparent; color: #111; }
.home-procurement__actions .button.ghost:hover { border-color: var(--forge-orange); color: var(--forge-orange-dark); }

/* Complete guide collection. */
.home-resources {
  padding-block: clamp(5rem,8vw,8rem);
  background:
    linear-gradient(90deg,rgba(19,19,18,.035) 1px,transparent 1px) 0 0/25% 100%,
    var(--forge-ivory);
  color: #111;
}
.home-resource-grid { display: grid; grid-template-columns: 1.18fr 1fr 1fr; gap: 1px; border: 1px solid #d5cabe; background: #d5cabe; }
.home-resource-card {
  min-height: 300px;
  padding: clamp(1.35rem,2.5vw,2.2rem);
  display: flex;
  flex-direction: column;
  background: #fff;
}
.home-resource-card--lead { grid-row: span 2; min-height: 601px; background: #0a0b0b; color: #fff; }
.home-resource-card__number { align-self: flex-end; color: var(--forge-orange-dark); font: 500 clamp(2rem,4vw,4rem)/1 var(--serif); opacity: .5; }
.home-resource-card--lead .home-resource-card__number { color: var(--forge-orange); opacity: 1; }
.home-resource-card > p { margin: .2rem 0 1rem; color: var(--forge-orange-dark); font-size: .63rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.home-resource-card h3 { margin: auto 0 1rem; font-size: clamp(1.45rem,2vw,2.25rem); line-height: 1.05; }
.home-resource-card--lead h3 { font-size: clamp(2.7rem,4.6vw,5rem); }
.home-resource-card h3 a { color: inherit; text-decoration: none; }
.home-resource-card > div { max-width: 46ch; color: #676058; font-size: .8rem; line-height: 1.55; }
.home-resource-card--lead > div { color: rgba(255,255,255,.62); }
.home-resource-card__link {
  min-height: 44px;
  margin-top: 1.2rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid #ddd3c7;
  color: var(--forge-orange-dark);
  font-size: .72rem;
  font-weight: 800;
  text-decoration: none;
}
.home-resource-card--lead .home-resource-card__link { border-color: rgba(255,255,255,.18); color: var(--forge-orange); }
.home-resource-card:hover .home-resource-card__link { color: var(--forge-orange); }

/* Live catalogue facts replacing prototype assurances. */
.trust .wrap p b { color: var(--forge-orange); font-size: 1rem; }
.trust .wrap p span { color: rgba(255,255,255,.64); }

.home-live-products a:focus-visible,
.home-live-products button:focus-visible,
.home-live-categories a:focus-visible,
.home-procurement a:focus-visible,
.home-resources a:focus-visible {
  outline: 3px solid var(--forge-orange);
  outline-offset: 3px;
}

@media (max-width: 1100px) {
  .home-products-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .live-category-card,
  .live-category-card--wide { grid-column: span 6; }
  .home-resource-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .home-resource-card--lead { grid-column: span 2; grid-row: auto; min-height: 480px; }
}

@media (max-width: 900px) {
  .live-section-head { grid-template-columns: 1fr; gap: 1.4rem; }
  .live-section-head h2 { max-width: 760px; }
  .home-procurement__grid { grid-template-columns: 1fr; }
}

@media (max-width: 650px) {
  .home-live-products,
  .home-live-categories,
  .home-procurement,
  .home-resources { padding-block: 4.25rem; }
  .live-section-head h2 { font-size: clamp(2.7rem,13vw,4rem); }
  .home-products-grid { grid-template-columns: 1fr; }
  .home-products-grid .catalog-card { display: grid; grid-template-columns: 42% minmax(0,1fr); }
  .home-products-grid .catalog-card__visual { aspect-ratio: auto; min-height: 230px; }
  .home-products-grid .catalog-card__body { min-height: 230px; padding: .95rem; }
  .home-products-grid .catalog-card h3 { font-size: 1.22rem; }
  .home-products-grid .catalog-card__actions { grid-template-columns: 1fr; }
  .home-products-grid .catalog-card__select { border-top: 1px solid #e2d9cd; border-left: 0; text-align: left; }
  .live-category-card,
  .live-category-card--wide { grid-column: span 12; display: grid; grid-template-columns: 42% minmax(0,1fr); min-height: 260px; }
  .live-category-card__media,
  .live-category-card--wide .live-category-card__media { min-height: 260px; }
  .live-category-card__copy,
  .live-category-card--wide .live-category-card__copy { min-height: 260px; padding: 1rem; }
  .live-category-card__copy strong { font-size: clamp(1.55rem,8vw,2.2rem); }
  .live-category-card__copy small { font-size: .72rem; }
  .home-procurement__proof,
  .home-procurement__process { padding: 1.35rem; }
  .home-procurement__proof h2,
  .home-procurement__process h2 { font-size: clamp(2.65rem,13vw,4rem); }
  .home-proof-stats { grid-template-columns: 1fr; }
  .home-proof-stats div { display: grid; grid-template-columns: 92px 1fr; align-items: end; border-bottom: 1px solid rgba(255,255,255,.14); padding: .9rem 0; }
  .home-proof-stats dd { margin: 0; }
  .home-procurement__process li { grid-template-columns: 44px minmax(0,1fr); }
  .home-procurement__actions { display: grid; }
  .home-resource-grid { grid-template-columns: 1fr; }
  .home-resource-card,
  .home-resource-card--lead { grid-column: auto; min-height: 290px; }
  .home-resource-card--lead h3 { font-size: clamp(2.4rem,11vw,3.6rem); }
}

@media (max-width: 420px) {
  .home-products-grid .catalog-card,
  .live-category-card,
  .live-category-card--wide { grid-template-columns: 1fr; }
  .home-products-grid .catalog-card__visual,
  .live-category-card__media,
  .live-category-card--wide .live-category-card__media { min-height: 250px; }
  .home-products-grid .catalog-card__body,
  .live-category-card__copy,
  .live-category-card--wide .live-category-card__copy { min-height: 0; }
}

@media (prefers-reduced-motion: reduce) {
  .home-products-grid .catalog-card__visual img,
  .live-category-card__media img,
  .text-link span { transition: none; }
}

/* 1.6.1 unified inquiry surface: one visual component, one CRM contract. */
.project-inquiry-form {
  position: relative;
  display: grid;
  grid-template-columns: repeat(2,minmax(0,1fr));
  gap: 1rem;
}
.project-inquiry-form label {
  min-width: 0;
  display: grid;
  gap: .45rem;
  color: inherit;
  font-size: .66rem;
  font-weight: 750;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.project-inquiry-form input,
.project-inquiry-form select,
.project-inquiry-form textarea {
  width: 100%;
  min-height: 48px;
  padding: .82rem .9rem;
  border: 1px solid #bdb4a8;
  border-radius: 0;
  background: #fff;
  color: #111;
  font: 500 .92rem/1.45 var(--sans);
}
.project-inquiry-form textarea { min-height: 140px; resize: vertical; }
.project-inquiry-form input:focus,
.project-inquiry-form select:focus,
.project-inquiry-form textarea:focus {
  border-color: var(--forge-orange);
  outline: 3px solid rgba(255,120,0,.24);
  outline-offset: 1px;
}
.project-inquiry-form .form-wide { grid-column: 1/-1; }
.project-inquiry-form .hp-field {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  white-space: nowrap;
}
.project-inquiry-form .consent-check {
  min-height: 44px;
  display: flex;
  align-items: flex-start;
  gap: .7rem;
  letter-spacing: 0;
  line-height: 1.55;
  text-transform: none;
}
.project-inquiry-form .consent-check input {
  width: 1.15rem;
  min-height: 1.15rem;
  height: 1.15rem;
  margin-top: .12rem;
  flex: 0 0 auto;
  accent-color: var(--forge-orange);
}
.project-inquiry-form .button { width: 100%; min-height: 52px; }
.project-inquiry-form .selected-reference,
.project-inquiry-form .status {
  margin: 0;
  padding: .85rem 1rem;
  border-left: 3px solid var(--forge-orange);
  background: #fff;
  color: #111;
  font-size: .8rem;
}
.project-inquiry-form .status.is-success { border-color: #2e7d32; }
.project-inquiry-form .status.is-error { border-color: #b3261e; }
.quote .project-inquiry-form { padding: 1.25rem; }
.quote .project-inquiry-form label { color: rgba(255,255,255,.82); }
.quote .project-inquiry-form .consent-check { color: rgba(255,255,255,.76); }

/* Contact page: the localized form is a first-class site destination. */
.contact-page { background: var(--forge-ivory); color: #111; }
.contact-hero {
  padding: clamp(3rem,6vw,6.5rem) 0 clamp(3.5rem,7vw,7rem);
  background:
    radial-gradient(circle at 84% 26%,rgba(255,120,0,.18),transparent 24%),
    linear-gradient(115deg,#080909 0%,#080909 62%,#18130e 100%);
  color: #fff;
}
.contact-hero .breadcrumbs,
.contact-hero .breadcrumbs a { color: rgba(255,255,255,.58); }
.contact-hero__copy {
  margin-top: clamp(3rem,6vw,6rem);
  display: grid;
  grid-template-columns: minmax(0,1.15fr) minmax(280px,.65fr);
  gap: clamp(2rem,8vw,8rem);
  align-items: end;
}
.contact-hero h1 { max-width: 820px; margin: .55rem 0 0; color: #fff; font-size: clamp(3.2rem,6vw,6.7rem); line-height: .9; }
.contact-hero__copy > p { max-width: 48ch; margin: 0; color: rgba(255,255,255,.7); line-height: 1.7; }
.contact-workspace { padding-block: clamp(4rem,8vw,8rem); }
.contact-workspace__grid { display: grid; grid-template-columns: minmax(250px,.7fr) minmax(0,1.3fr); gap: clamp(2rem,7vw,7rem); align-items: start; }
.contact-proof { position: sticky; top: 1.5rem; padding-top: 1.2rem; border-top: 4px solid var(--forge-orange); }
.contact-proof h2 { margin: .7rem 0 2rem; font-size: clamp(2.25rem,4vw,4rem); line-height: .98; }
.contact-proof ol { margin: 0; padding: 0; list-style: none; border-top: 1px solid var(--forge-line-light); }
.contact-proof li { display: grid; grid-template-columns: 48px minmax(0,1fr); gap: 1rem; padding: 1.15rem 0; border-bottom: 1px solid var(--forge-line-light); }
.contact-proof li > span { color: var(--forge-orange-dark); font: 500 1.2rem/1 var(--serif); }
.contact-proof li b { display: block; font-size: .86rem; }
.contact-proof li p,
.contact-proof__note { margin: .35rem 0 0; color: #675f56; font-size: .78rem; line-height: 1.6; }
.contact-proof__note { margin-top: 1.25rem; }
.contact-form-card { padding: clamp(1.4rem,4vw,3rem); border: 1px solid #d4c9bb; background: #fff; box-shadow: 0 28px 70px rgba(35,25,13,.09); }
.contact-form-card__head { margin-bottom: 2rem; padding-bottom: 1.5rem; border-bottom: 1px solid #d9d0c4; }
.contact-form-card__head h2 { margin: .4rem 0 .7rem; font-size: clamp(2.5rem,4.2vw,4.6rem); line-height: .94; }
.contact-form-card__head > p:last-child { max-width: 55ch; margin: 0; color: #675f56; }

/* Guide index, generic archive and not-found surfaces. */
.guide-index-hero::after { border-width: 1px; opacity: .55; }
.guide-index-body { padding-block: clamp(4rem,7vw,7rem); }
.guide-index-layout { display: grid; grid-template-columns: 250px minmax(0,1fr); gap: clamp(2rem,7vw,7rem); align-items: start; }
.guide-index-rail { position: sticky; top: 1.5rem; padding-top: 1rem; border-top: 3px solid var(--forge-orange); }
.guide-index-rail > span { color: var(--forge-orange-dark); font-size: .66rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.guide-index-rail p { color: #615a52; font-size: .84rem; }
.guide-index-rail a { min-height: 44px; display: flex; align-items: center; justify-content: space-between; color: var(--forge-orange-dark); font-size: .74rem; font-weight: 800; }
.guide-index-content .decision-grid { margin-top: 0; }
.site-state-hero,
.site-index-hero {
  min-height: 540px;
  display: flex;
  align-items: center;
  background:
    linear-gradient(90deg,rgba(5,6,6,.98),rgba(5,6,6,.58)),
    url('../images/cta-forge-noir-v1.webp') center right/cover;
  color: #fff;
}
.site-state-hero__inner { padding-block: 5rem; }
.site-state-hero h1,
.site-index-hero h1 { max-width: 850px; margin: .6rem 0 1.2rem; color: #fff; font-size: clamp(3.2rem,6vw,6.5rem); line-height: .9; }
.site-state-hero p:not(.kicker) { max-width: 58ch; color: rgba(255,255,255,.7); }
.site-index-page { background: var(--forge-ivory); }
.site-index-hero { min-height: 390px; }
.site-index-grid { padding-block: 4rem 7rem; display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 1px; background: #d5cabe; }
.site-index-card { min-height: 280px; padding: 1.7rem; display: flex; flex-direction: column; background: #fff; }
.site-index-card h2 { margin: 1rem 0; font-size: clamp(1.65rem,2.4vw,2.5rem); }
.site-index-card h2 a { text-decoration: none; }
.site-index-card .text-link { margin-top: auto; }
.site-index-empty { grid-column: 1/-1; padding: 3rem; background: #fff; }

/* Canonical collector presentation: French Noir Forge styling only. */
body .tk-floating-item {
  min-width: 150px !important;
  min-height: 48px !important;
  border: 1px solid var(--forge-orange) !important;
  border-radius: 0 !important;
  background: var(--forge-orange) !important;
  color: #111 !important;
  padding: 0 18px !important;
  font: 800 .72rem/1 var(--sans) !important;
  letter-spacing: .04em !important;
  text-transform: uppercase !important;
  box-shadow: 0 16px 36px rgba(0,0,0,.26) !important;
}
body .tk-chat-panel {
  border: 1px solid #2c2c2a !important;
  border-top: 4px solid var(--forge-orange) !important;
  border-radius: 0 !important;
  background: #fff !important;
  box-shadow: 0 24px 70px rgba(0,0,0,.34) !important;
  font-family: var(--sans) !important;
}
body .tk-chat-head { padding: 15px 16px !important; background: #090a0a !important; }
body .tk-chat-head strong { font-family: var(--serif) !important; font-size: 1.25rem !important; font-weight: 500 !important; }
body .tk-chat-head span { color: rgba(255,255,255,.6) !important; }
body .tk-chat-log { background: var(--forge-ivory) !important; }
body .tk-chat-bubble { border-color: #d7cec1 !important; border-radius: 0 !important; font-family: var(--sans) !important; }
body .tk-chat-bubble-user { border-color: #151515 !important; background: #151515 !important; }
body .tk-chat-form,
body .tk-chat-lead-form { border-color: #d7cec1 !important; background: #fff !important; }
body .tk-chat-form textarea,
body .tk-chat-lead-form input,
body .tk-chat-lead-form textarea { min-height: 48px !important; border-color: #bdb4a8 !important; border-radius: 0 !important; font-family: var(--sans) !important; }
body .tk-chat-form button,
body .tk-chat-lead-form button { min-height: 46px !important; border-radius: 0 !important; background: var(--forge-orange) !important; color: #111 !important; font-family: var(--sans) !important; }
body .tk-chat-close:focus-visible,
body .tk-chat-form button:focus-visible,
body .tk-chat-lead-form button:focus-visible,
body .tk-floating-item:focus-visible { outline: 3px solid #fff !important; outline-offset: 3px !important; }

@media (max-width: 900px) {
  .contact-hero__copy,
  .contact-workspace__grid,
  .guide-index-layout { grid-template-columns: 1fr; }
  .contact-proof,
  .guide-index-rail { position: static; }
  .site-index-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
}

@media (max-width: 600px) {
  .project-inquiry-form { grid-template-columns: 1fr; }
  .project-inquiry-form > * { grid-column: 1 !important; }
  .quote .project-inquiry-form { padding: 0; border: 0; background: transparent; box-shadow: none; }
  .contact-hero h1 { font-size: clamp(3rem,14vw,4.3rem); }
  .contact-form-card { padding: 1.15rem; }
  .site-state-hero { min-height: 620px; background-position: 68% center; }
  .site-index-grid { grid-template-columns: 1fr; }
  body .tk-floating-item {
    right: 10px !important;
    bottom: calc(78px + env(safe-area-inset-bottom,0px)) !important;
    width: 54px !important;
    min-width: 54px !important;
    height: 44px !important;
    min-height: 44px !important;
    padding: 0 !important;
    overflow: hidden !important;
    font-size: 0 !important;
    white-space: nowrap !important;
  }
  body .tk-floating-item::after { content: "Chat" !important; font: 800 11px/1 var(--sans) !important; letter-spacing: .04em !important; }
  body .tk-chat-panel { right: 8px !important; bottom: calc(132px + env(safe-area-inset-bottom,0px)) !important; width: calc(100vw - 16px) !important; }
}

@media (prefers-reduced-motion: reduce) {
  body .tk-chat-panel,
  body .tk-floating-item { scroll-behavior: auto; transition: none !important; }
}

/* 1.7.0 — complete professional page system. */
.nav-pills .nav-cta { border-color: var(--forge-orange); background: var(--forge-orange); color: #100b07; }
.nav-pills .nav-cta:hover { border-color: #fff; background: #fff; color: #111; }
.foot-grid { grid-template-columns: 1.05fr repeat(4,minmax(0,1fr)); gap: clamp(1.5rem,3vw,3.5rem); }

.pro-page { --pro-paper: #f3ede4; --pro-line: #d4c9bb; background: var(--pro-paper); color: #111; }
.pro-hero { position: relative; min-height: 690px; overflow: hidden; background: radial-gradient(circle at 82% 22%,rgba(255,120,0,.19),transparent 27%),linear-gradient(118deg,#080909 0%,#080909 61%,#17120e 100%); color: #fff; }
.pro-hero::before { content: ""; position: absolute; inset: 0; pointer-events: none; background: linear-gradient(90deg,rgba(255,255,255,.055) 1px,transparent 1px) 0 0/25% 100%,linear-gradient(180deg,transparent 64%,rgba(0,0,0,.4)); }
.pro-hero__inner { position: relative; z-index: 1; padding-block: 2.2rem clamp(4.5rem,8vw,7.5rem); }
.pro-hero .breadcrumbs,.pro-hero .breadcrumbs a { color: rgba(255,255,255,.58); }
.pro-hero__grid { min-height: 540px; display: grid; grid-template-columns: minmax(0,1.18fr) minmax(300px,.62fr); gap: clamp(3rem,8vw,8rem); align-items: end; }
.pro-hero__copy { position: relative; padding-top: 6rem; }
.pro-hero__copy .kicker { color: var(--forge-orange); }
.pro-hero__number { position: absolute; top: 1.5rem; right: 0; margin: 0; color: rgba(255,255,255,.08); font: 500 clamp(7rem,13vw,13rem)/.8 var(--serif); }
.pro-hero h1 { position: relative; max-width: 950px; margin: .7rem 0 1.5rem; color: #fff; font-size: clamp(3.5rem,6.8vw,7.5rem); line-height: .88; letter-spacing: -.045em; }
.pro-hero__deck { max-width: 68ch; margin: 0; color: rgba(255,255,255,.67); font-size: clamp(1rem,1.5vw,1.24rem); line-height: 1.7; }
.pro-hero__panel { border-top: 4px solid var(--forge-orange); border-bottom: 1px solid rgba(255,255,255,.18); }
.pro-hero__panel > div { min-height: 104px; display: grid; grid-template-columns: 44px minmax(0,1fr); gap: 1rem; align-items: center; border-top: 1px solid rgba(255,255,255,.16); }
.pro-hero__panel > div:first-child { border-top: 0; }
.pro-hero__panel span { color: var(--forge-orange); font: 500 1.2rem/1 var(--serif); }
.pro-hero__panel p { margin: 0; color: rgba(255,255,255,.63); font-size: .78rem; line-height: 1.55; }
.pro-hero__panel b { display: block; margin-bottom: .25rem; color: #fff; font-size: .76rem; letter-spacing: .06em; text-transform: uppercase; }

.pro-intro { padding-block: clamp(4rem,8vw,8rem); background: #fff; }
.pro-intro__grid { display: grid; grid-template-columns: minmax(0,1.1fr) minmax(300px,.7fr); gap: clamp(2rem,9vw,9rem); align-items: end; }
.pro-intro h2 { max-width: 800px; margin: .55rem 0 0; font-size: clamp(3rem,5.6vw,6.3rem); line-height: .91; }
.pro-intro__grid > p { margin: 0; padding-top: 1.4rem; border-top: 4px solid var(--forge-orange); color: #5f5850; font-size: clamp(1rem,1.4vw,1.16rem); line-height: 1.75; }

.pro-body { padding-block: clamp(4rem,8vw,8rem); }
.pro-body__layout { display: grid; grid-template-columns: 230px minmax(0,1fr); gap: clamp(2rem,7vw,7rem); align-items: start; }
.pro-rail { position: sticky; top: 1.5rem; padding-top: 1rem; border-top: 4px solid var(--forge-orange); }
.pro-rail > span { color: var(--forge-orange-dark); font-size: .66rem; font-weight: 850; letter-spacing: .11em; text-transform: uppercase; }
.pro-rail nav { margin-top: 1rem; border-top: 1px solid var(--pro-line); }
.pro-rail a { min-height: 54px; display: grid; grid-template-columns: 38px minmax(0,1fr); gap: .55rem; align-items: center; border-bottom: 1px solid var(--pro-line); color: #514b45; font-size: .72rem; font-weight: 750; line-height: 1.35; text-decoration: none; }
.pro-rail a span { color: var(--forge-orange-dark); font: 500 1rem/1 var(--serif); }
.pro-rail a:hover { color: var(--forge-orange-dark); }
.pro-section-list { display: grid; gap: 1px; border: 1px solid var(--pro-line); background: var(--pro-line); }
.pro-section-card { min-height: 390px; padding: clamp(1.6rem,4vw,4rem); background: #fff; }
.pro-section-card:nth-child(even) { background: #0b0c0c; color: #fff; }
.pro-section-card__head { display: flex; justify-content: space-between; gap: 2rem; padding-bottom: 1rem; border-bottom: 1px solid var(--pro-line); }
.pro-section-card:nth-child(even) .pro-section-card__head { border-color: rgba(255,255,255,.17); }
.pro-section-card__head span { color: var(--forge-orange-dark); font: 500 clamp(2.2rem,4vw,4.5rem)/1 var(--serif); }
.pro-section-card:nth-child(even) .pro-section-card__head span { color: var(--forge-orange); }
.pro-section-card__head p { margin: .4rem 0 0; color: var(--forge-orange-dark); font-size: .65rem; font-weight: 850; letter-spacing: .1em; text-transform: uppercase; }
.pro-section-card:nth-child(even) .pro-section-card__head p { color: var(--forge-orange); }
.pro-section-card h2 { max-width: 860px; margin: 2.2rem 0 1.1rem; font-size: clamp(2.6rem,4.7vw,5.2rem); line-height: .92; }
.pro-section-card:nth-child(even) h2 { color: #fff; }
.pro-section-card > p { max-width: 72ch; color: #625b53; line-height: 1.75; }
.pro-section-card:nth-child(even) > p { color: rgba(255,255,255,.63); }
.pro-section-card ul { max-width: 760px; margin: 2rem 0 0; padding: 0; list-style: none; border-top: 1px solid var(--pro-line); }
.pro-section-card:nth-child(even) ul { border-color: rgba(255,255,255,.17); }
.pro-section-card li { min-height: 48px; display: flex; align-items: center; gap: .75rem; border-bottom: 1px solid var(--pro-line); color: #393531; font-size: .8rem; }
.pro-section-card:nth-child(even) li { border-color: rgba(255,255,255,.17); color: rgba(255,255,255,.76); }
.pro-section-card li::before { content: ""; width: 7px; height: 7px; flex: 0 0 7px; background: var(--forge-orange); }

.pro-faq { padding-block: clamp(4.5rem,8vw,8rem); background: #0a0b0b; color: #fff; }
.pro-faq__grid { display: grid; grid-template-columns: minmax(260px,.65fr) minmax(0,1.35fr); gap: clamp(2rem,8vw,8rem); }
.pro-faq h2 { max-width: 600px; margin: .6rem 0 0; color: #fff; font-size: clamp(3rem,5vw,5.5rem); line-height: .92; }
.pro-faq__list { border-top: 1px solid rgba(255,255,255,.2); }
.pro-faq details { border-bottom: 1px solid rgba(255,255,255,.2); }
.pro-faq summary { min-height: 78px; display: grid; grid-template-columns: 44px minmax(0,1fr); gap: .8rem; align-items: center; cursor: pointer; color: #fff; font-size: .92rem; font-weight: 750; list-style: none; }
.pro-faq summary::-webkit-details-marker { display: none; }
.pro-faq summary span { color: var(--forge-orange); font: 500 1.1rem/1 var(--serif); }
.pro-faq details p { margin: 0 0 1.5rem 44px; max-width: 70ch; color: rgba(255,255,255,.62); line-height: 1.7; }

.pro-form { padding-block: clamp(4.5rem,8vw,8rem); background: #e8dfd2; }
.pro-form__grid { display: grid; grid-template-columns: minmax(260px,.7fr) minmax(0,1.3fr); gap: clamp(2rem,8vw,8rem); align-items: start; }
.pro-form__copy { position: sticky; top: 1.5rem; padding-top: 1rem; border-top: 4px solid var(--forge-orange); }
.pro-form__copy h2 { margin: .6rem 0 1rem; font-size: clamp(3rem,5vw,5.5rem); line-height: .92; }
.pro-form__copy > p:last-child { max-width: 48ch; color: #625b53; line-height: 1.7; }
.pro-form__card { padding: clamp(1.3rem,4vw,3rem); border: 1px solid var(--pro-line); background: #fff; box-shadow: 0 28px 70px rgba(35,25,13,.09); }

.pro-sitemap { padding-block: clamp(4.5rem,8vw,8rem); background: var(--pro-paper); }
.pro-sitemap__grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 1px; border: 1px solid var(--pro-line); background: var(--pro-line); }
.pro-sitemap__grid section { min-height: 330px; padding: clamp(1.4rem,3vw,2.6rem); background: #fff; }
.pro-sitemap__grid section:nth-child(2n) { background: #0b0c0c; color: #fff; }
.pro-sitemap h3 { margin: 0 0 1.5rem; font-size: clamp(2rem,3vw,3.2rem); }
.pro-sitemap__grid section:nth-child(2n) h3 { color: #fff; }
.pro-sitemap__grid a { min-height: 48px; display: flex; align-items: center; justify-content: space-between; gap: 1rem; border-top: 1px solid var(--pro-line); color: inherit; font-size: .78rem; font-weight: 750; text-decoration: none; }
.pro-sitemap__grid section:nth-child(2n) a { border-color: rgba(255,255,255,.18); color: rgba(255,255,255,.76); }
.pro-sitemap__grid a span { color: var(--forge-orange); }

.pro-related { padding-block: clamp(4rem,7vw,7rem); background: #fff; }
.pro-related__grid { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 1px; border: 1px solid var(--pro-line); background: var(--pro-line); }
.pro-related__grid a { min-height: 260px; padding: 1.5rem; display: flex; flex-direction: column; background: #fff; color: #111; text-decoration: none; }
.pro-related__grid a:nth-child(2n) { background: #0b0c0c; color: #fff; }
.pro-related__grid a > span { color: var(--forge-orange-dark); font: 500 2.3rem/1 var(--serif); }
.pro-related__grid a:nth-child(2n) > span { color: var(--forge-orange); }
.pro-related__grid b { margin: auto 0 1rem; font: 500 clamp(1.6rem,2.4vw,2.6rem)/1 var(--serif); }
.pro-related__grid small { padding-top: .8rem; border-top: 1px solid var(--pro-line); color: var(--forge-orange-dark); font-size: .7rem; font-weight: 800; }
.pro-related__grid a:nth-child(2n) small { border-color: rgba(255,255,255,.18); color: var(--forge-orange); }
.pro-related__grid a:hover { box-shadow: inset 0 0 0 3px var(--forge-orange); }
.pro-page a:focus-visible,.pro-page button:focus-visible,.pro-page summary:focus-visible { outline: 3px solid var(--forge-orange); outline-offset: 3px; }

.catalog-seo-intro { padding-block: clamp(4rem,7vw,7rem); background: #e8dfd2; }
.catalog-seo-intro__grid { display: grid; grid-template-columns: minmax(0,1fr) minmax(320px,.72fr); gap: clamp(2rem,8vw,8rem); align-items: start; }
.catalog-seo-intro h2 { max-width: 820px; margin: .6rem 0 0; font-size: clamp(2.8rem,5vw,5.5rem); line-height: .94; }
.catalog-seo-intro__grid > div:last-child { padding-top: 1.2rem; border-top: 4px solid var(--forge-orange); }
.catalog-seo-intro__grid > div:last-child > p { margin: 0; color: #5f5850; line-height: 1.75; }
.catalog-seo-intro ul { margin: 1.8rem 0 0; padding: 0; list-style: none; border-top: 1px solid rgba(17,17,17,.16); }
.catalog-seo-intro li { min-height: 48px; display: flex; align-items: center; gap: .75rem; border-bottom: 1px solid rgba(17,17,17,.16); color: #393531; font-size: .8rem; }
.catalog-seo-intro li::before { content: ""; width: 7px; height: 7px; flex: 0 0 7px; background: var(--forge-orange); }
.catalog-seo-faq { margin-top: 0; }
.catalog-seo-related .pro-related__grid { grid-template-columns: repeat(3,minmax(0,1fr)); }
.tax-product_cat .catalog-seo-intro a:focus-visible,.tax-product_cat .catalog-seo-faq a:focus-visible,.tax-product_cat .catalog-seo-faq summary:focus-visible,.tax-product_cat .catalog-seo-related a:focus-visible { outline: 3px solid var(--forge-orange); outline-offset: 3px; }

@media (max-width: 1100px) {
  .foot-grid { grid-template-columns: repeat(3,minmax(0,1fr)); }
}
@media (max-width: 900px) {
  .pro-hero__grid,.pro-intro__grid,.pro-body__layout,.pro-faq__grid,.pro-form__grid,.catalog-seo-intro__grid { grid-template-columns: 1fr; }
  .pro-hero__grid { gap: 3rem; }
  .pro-hero__panel { max-width: 680px; }
  .pro-rail,.pro-form__copy { position: static; }
  .pro-rail nav { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); }
  .pro-related__grid,.catalog-seo-related .pro-related__grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .foot-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
}
@media (max-width: 600px) {
  .pro-hero { min-height: 760px; }
  .pro-hero__inner { padding-bottom: 4rem; }
  .pro-hero__grid { min-height: 650px; }
  .pro-hero__copy { padding-top: 4rem; }
  .pro-hero h1 { font-size: clamp(3.1rem,14vw,4.7rem); }
  .pro-hero__number { top: 1rem; font-size: 8rem; }
  .pro-intro h2,.pro-section-card h2,.pro-faq h2,.pro-form__copy h2,.catalog-seo-intro h2 { font-size: clamp(2.7rem,12vw,4rem); }
  .pro-rail nav { grid-template-columns: 1fr; }
  .pro-section-card { min-height: 0; padding: 1.3rem; }
  .pro-sitemap__grid,.pro-related__grid,.catalog-seo-related .pro-related__grid { grid-template-columns: 1fr; }
  .pro-related__grid a { min-height: 220px; }
  .pro-form__card { padding: 1.1rem; }
  .foot-grid { grid-template-columns: 1fr; }
}
@media (prefers-reduced-motion: reduce) {
  .pro-page *,.pro-page *::before,.pro-page *::after { scroll-behavior: auto !important; transition: none !important; }
}
