@font-face {
  font-family: "WO Archivo";
  src: url("fonts/archivo-700-logo.woff2") format("woff2");
  font-style: normal;
  font-weight: 700;
  font-display: swap;
}

/*
 * WO V4.7 staging pilot
 * Presentation-only, host-bound and reversible.
 */

@font-face {
  font-family: "WO Barlow";
  src: url("./fonts/barlow-500-latin.woff2") format("woff2");
  font-style: normal;
  font-weight: 500;
  font-display: swap;
}

@font-face {
  font-family: "WO Barlow";
  src: url("./fonts/barlow-700-latin.woff2") format("woff2");
  font-style: normal;
  font-weight: 700;
  font-display: swap;
}

@font-face {
  font-family: "WO Barlow";
  src: url("./fonts/barlow-800-latin.woff2") format("woff2");
  font-style: normal;
  font-weight: 800;
  font-display: swap;
}

@font-face {
  font-family: "WO Barlow Condensed";
  src: url("./fonts/barlow-condensed-500-latin.woff2") format("woff2");
  font-style: normal;
  font-weight: 500;
  font-display: swap;
}

@font-face {
  font-family: "WO Barlow Condensed";
  src: url("./fonts/barlow-condensed-700-latin.woff2") format("woff2");
  font-style: normal;
  font-weight: 700;
  font-display: swap;
}

@font-face {
  font-family: "WO Barlow Condensed";
  src: url("./fonts/barlow-condensed-800-latin.woff2") format("woff2");
  font-style: normal;
  font-weight: 800;
  font-display: swap;
}

body.wo-v47-pilot {
  --wo-v47-ink: #111417;
  --wo-v47-anthracite: #1b1f23;
  --wo-v47-paper: #f8f2e8;
  --wo-v47-paper-bright: #fffaf2;
  --wo-v47-sand: #e8d2b2;
  --wo-v47-warm-gray: #afa79a;
  --wo-v47-orange: #f97316;
  --wo-v47-ember: #c8561a;
  --wo-v47-ember-deep: #963b10;
  --wo-v47-gold: #f2b84b;
  --wo-v47-navy: #243044;
  --wo-v47-teal: #1f6f68;
  --wo-v47-cyan: #08d2e3;
  --wo-v47-cyan-link: #0a7f8a;
  --wo-v47-cyan-text: #075e66;
  --wo-v47-line: rgba(17, 20, 23, 0.16);
  --wo-v47-line-light: rgba(255, 250, 242, 0.2);
  --wo-v47-shadow: 0 34px 90px rgba(8, 12, 14, 0.2);
  --wo-v47-shell: min(1240px, calc(100vw - 64px));
  --wo-v47-display: "WO Barlow Condensed", "Arial Narrow", sans-serif;
  --wo-v47-body: "WO Barlow", "Helvetica Neue", Arial, sans-serif;
  background: var(--wo-v47-paper);
  color: var(--wo-v47-ink);
  font-family: var(--wo-v47-body);
  font-weight: 500;
  --wo-v47-ember-text: #963b10;
  --wo-v47-orange-text: #b4470c;
  --wo-v47-muted: rgba(17, 20, 23, 0.72);
}

body.wo-v47-pilot *,
body.wo-v47-pilot *::before,
body.wo-v47-pilot *::after {
  box-sizing: border-box;
}

body.wo-v47-pilot [hidden] {
  display: none !important;
}

body.wo-v47-pilot #main {
  padding: 0;
  overflow-x: clip;
}

body.wo-v47-pilot .wo-v47-homepage,
body.wo-v47-pilot .wo-v47-category-hero,
body.wo-v47-pilot .wo-v47-category-tools,
body.wo-v47-pilot .wo-v47-product-axis {
  font-family: var(--wo-v47-body);
}

body.wo-v47-pilot :where(.wo-v47-homepage, .wo-v47-category-hero, .wo-v47-category-tools, .wo-v47-product-axis) :where(h1, h2, h3, p, ol, ul, dl, figure) {
  margin-top: 0;
}

body.wo-v47-pilot :where(.wo-v47-homepage, .wo-v47-category-hero, .wo-v47-category-tools, .wo-v47-product-axis) a {
  color: inherit;
  text-decoration: none;
}

body.wo-v47-pilot :where(.wo-v47-homepage, .wo-v47-category-hero, .wo-v47-category-tools, .wo-v47-product-axis) img {
  display: block;
  max-width: 100%;
}

.wo-v47-shell {
  width: var(--wo-v47-shell);
  margin-inline: auto;
}

.wo-v47-section {
  padding: clamp(90px, 10vw, 150px) 0;
}

.wo-v47-eyebrow {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 28px;
  color: var(--wo-v47-muted);
  font: 800 0.875rem/1 var(--wo-v47-display);
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.wo-v47-eyebrow span {
  display: inline-flex;
  align-items: center;
  min-height: 23px;
  padding: 4px 10px;
  border-radius: 999px;
  background: rgba(200, 86, 26, 0.13);
  color: var(--wo-v47-ember-text);
}

.wo-v47-eyebrow-light {
  color: rgba(255, 250, 242, 0.7);
}

.wo-v47-eyebrow-light span {
  background: rgba(249, 115, 22, 0.18);
  color: #ff9c6a;
}

.wo-v47-homepage .wo-v47-home-title-group,
.wo-v47-homepage h1,
.wo-v47-homepage h2,
.wo-v47-homepage h3,
.wo-v47-category-hero .wo-v47-category-title-group,
.wo-v47-loop-intro h2,
.wo-v47-category-guide h2,
.wo-v47-product-guide h2 {
  font-family: var(--wo-v47-display);
  font-weight: 800;
  letter-spacing: -0.055em;
  text-wrap: balance;
}

.wo-v47-homepage h2,
.wo-v47-loop-intro h2,
.wo-v47-category-guide h2,
.wo-v47-product-guide h2 {
  margin-bottom: 24px;
  font-size: clamp(3.2rem, 6.4vw, 6.8rem);
  line-height: 0.92;
}

.wo-v47-homepage h2 em,
.wo-v47-loop-intro h2 em {
  color: var(--wo-v47-ember-text);
  font-style: normal;
}

.wo-v47-homepage p,
.wo-v47-category-hero p,
.wo-v47-loop-intro p,
.wo-v47-category-guide p,
.wo-v47-product-guide p {
  line-height: 1.65;
}

.wo-v47-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 20px;
  margin-top: 30px;
}

.wo-v47-button {
  min-height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  border: 1px solid transparent;
  border-radius: 4px;
  padding: 14px 20px;
  font: 800 0.875rem/1 var(--wo-v47-display);
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

body.wo-v47-pilot .wo-v47-button-action {
  background: linear-gradient(118deg, #f6b24c 0%, var(--wo-v47-orange) 62%, #e64e13 100%);
  color: var(--wo-v47-ink);
  box-shadow: 0 16px 34px rgba(249, 115, 22, 0.2);
}

body.wo-v47-pilot .wo-v47-button-dark {
  background: var(--wo-v47-ink);
  color: var(--wo-v47-paper-bright);
}

.wo-v47-text-link,
.wo-v47-text-button {
  border: 0;
  border-bottom: 1px solid rgba(17, 20, 23, 0.42);
  padding: 5px 0;
  background: transparent;
  color: var(--wo-v47-ember-text);
  font: 800 0.875rem/1.2 var(--wo-v47-display);
  letter-spacing: 0.06em;
  text-transform: uppercase;
  cursor: pointer;
}

body.wo-v47-pilot .wo-v47-text-link-light {
  border-bottom-color: rgba(255, 250, 242, 0.6);
  color: var(--wo-v47-paper-bright);
}

.wo-v47-split-heading {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(300px, 0.65fr);
  align-items: end;
  gap: clamp(54px, 9vw, 130px);
  margin-bottom: 70px;
}

.wo-v47-split-heading > p {
  max-width: 520px;
  color: rgba(17, 20, 23, 0.62);
}

/* Homepage hero ---------------------------------------------------------- */

.wo-v47-homepage {
  overflow: clip;
  background: var(--wo-v47-paper);
}

.wo-v47-hero {
  position: relative;
  min-height: min(960px, calc(100svh - 20px));
  overflow: hidden;
  background: #081013;
  color: var(--wo-v47-paper-bright);
}

.wo-v47-hero-media,
.wo-v47-hero-shade {
  position: absolute;
  inset: 0;
}

.wo-v47-hero-media {
  left: 35%;
}

.wo-v47-hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 54% center;
}

.wo-v47-hero-shade {
  z-index: 1;
  background:
    linear-gradient(90deg, rgba(4, 10, 13, 0.99) 0%, rgba(4, 10, 13, 0.9) 34%, rgba(4, 10, 13, 0.38) 70%, rgba(4, 10, 13, 0.14) 100%),
    linear-gradient(180deg, rgba(4, 10, 13, 0.2), rgba(4, 10, 13, 0.06) 55%, rgba(4, 10, 13, 0.76) 100%);
}

.wo-v47-tension-signature {
  position: absolute;
  z-index: 3;
  top: 7%;
  left: 0;
  width: 42%;
  height: 120px;
  pointer-events: none;
}

.wo-v47-tension-signature i {
  position: absolute;
  top: 58px;
  left: -5%;
  width: 105%;
  height: 2px;
  background: linear-gradient(90deg, transparent, var(--wo-v47-gold), var(--wo-v47-orange), rgba(255, 255, 255, 0.74));
  transform: rotate(-4deg);
  transform-origin: left center;
}

.wo-v47-tension-signature b {
  position: absolute;
  right: 1%;
  top: 58px;
  width: 1px;
  height: 70px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.7), transparent);
  transform: rotate(-4deg);
}

.wo-v47-hero-grid {
  position: relative;
  z-index: 4;
  min-height: 840px;
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(300px, 0.52fr);
  align-content: center;
  align-items: start;
  column-gap: clamp(70px, 9vw, 150px);
  row-gap: 36px;
  padding: calc(90px + var(--wo-v47-store-notice-height)) 0 150px;
}

.wo-v47-hero-copy {
  grid-column: 1;
  grid-row: 1;
  max-width: 760px;
}

.wo-v47-hero-copy .wo-v47-home-title-group {
  margin-bottom: 30px;
  font-size: clamp(5.5rem, 8.3vw, 9.2rem);
  line-height: 0.88;
}

.wo-v47-hero-copy .wo-v47-home-title-group strong {
  display: block;
  color: transparent;
  background: linear-gradient(104deg, #f6b24c 0%, #ff8b1f 42%, #f25217 100%);
  background-clip: text;
  -webkit-background-clip: text;
  font-weight: inherit;
}

.wo-v47-hero-topic {
  display: block;
  margin-bottom: 18px;
  color: rgba(255, 250, 242, 0.74);
  font: 800 clamp(1rem, 1.45vw, 1.35rem)/1 var(--wo-v47-display);
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.wo-v47-hero-copy > p:not(.wo-v47-eyebrow) {
  max-width: 620px;
  color: rgba(255, 250, 242, 0.78);
  font-size: 1.16rem;
}

.wo-v47-hero-signal {
  grid-column: 1;
  grid-row: 2;
  width: min(420px, 100%);
  justify-self: end;
  align-self: start;
  margin: 0;
  border-left: 1px solid var(--wo-v47-gold);
  padding: 28px 28px 26px;
  background: linear-gradient(145deg, rgba(9, 15, 17, 0.95), rgba(71, 37, 20, 0.91));
  box-shadow: 0 24px 50px rgba(3, 8, 10, 0.28);
}

.wo-v47-hero-signal > span {
  display: block;
  margin-bottom: 13px;
  color: rgba(255, 250, 242, 0.68);
  font: 800 0.875rem/1 var(--wo-v47-display);
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.wo-v47-hero-signal > b {
  display: block;
  font: 800 clamp(1.55rem, 2.2vw, 2.25rem)/1 var(--wo-v47-display);
  letter-spacing: -0.04em;
}

.wo-v47-hero-signal > b i {
  color: var(--wo-v47-gold);
  font-style: normal;
}

.wo-v47-hero-signal hr {
  height: 1px;
  margin: 27px 0;
  border: 0;
  background: rgba(255, 250, 242, 0.22);
}

.wo-v47-hero-signal strong,
.wo-v47-hero-signal small {
  display: block;
}

.wo-v47-hero-signal strong {
  margin-bottom: 17px;
  font-family: var(--wo-v47-display);
  font-size: 1.05rem;
}

.wo-v47-hero-signal small {
  color: rgba(255, 250, 242, 0.72);
  line-height: 1.5;
}

.wo-v47-route-rail {
  position: absolute;
  z-index: 5;
  inset: auto 0 0;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  margin: 0;
  padding: 0 max(32px, calc((100vw - 1240px) / 2));
  list-style: none;
  background: rgba(12, 20, 23, 0.985);
}

.wo-v47-route-rail li {
  position: relative;
  min-width: 0;
  border-left: 1px solid var(--wo-v47-line-light);
}

.wo-v47-route-rail li:last-child {
  border-right: 1px solid var(--wo-v47-line-light);
}

.wo-v47-route-rail a {
  min-height: 105px;
  display: grid;
  align-content: center;
  gap: 7px;
  padding: 20px;
  color: rgba(255, 250, 242, 0.58);
}

.wo-v47-route-rail span,
.wo-v47-route-rail b {
  font-family: var(--wo-v47-display);
  text-transform: uppercase;
}

.wo-v47-route-rail span {
  font-size: 0.875rem;
  letter-spacing: 0.11em;
}

.wo-v47-route-rail b {
  overflow-wrap: anywhere;
  font-size: 0.875rem;
  letter-spacing: 0.04em;
}

.wo-v47-route-rail li.is-active {
  background: linear-gradient(135deg, rgba(249, 115, 22, 0.16), rgba(242, 184, 75, 0.03));
}

.wo-v47-route-rail li.is-active a {
  color: var(--wo-v47-paper-bright);
}

.wo-v47-route-rail li.is-active::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 4px;
  background: linear-gradient(90deg, var(--wo-v47-gold), var(--wo-v47-orange), var(--wo-v47-ember));
  transform-origin: left center;
}

/* Direct access ---------------------------------------------------------- */

.wo-v47-direct-access {
  display: grid;
  grid-template-columns: 0.9fr repeat(4, 1fr);
  border-bottom: 1px solid var(--wo-v47-line);
}

.wo-v47-direct-access > * {
  min-height: 76px;
  display: flex;
  align-items: center;
  border-left: 1px solid var(--wo-v47-line);
  padding: 16px 18px;
}

.wo-v47-direct-access > span {
  border-left: 0;
  color: var(--wo-v47-ember-text);
  font: 800 0.875rem/1 var(--wo-v47-display);
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.wo-v47-direct-access > a {
  position: relative;
  justify-content: space-between;
  gap: 12px;
  font: 800 0.875rem/1.2 var(--wo-v47-display);
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

.wo-v47-direct-access > a::after {
  content: "↗";
  color: var(--wo-v47-ember-text);
}

/* Level ------------------------------------------------------------------ */

.wo-v47-level-section {
  background:
    radial-gradient(circle at 92% 8%, rgba(242, 184, 75, 0.15), transparent 22rem),
    linear-gradient(160deg, var(--wo-v47-paper-bright), var(--wo-v47-paper) 68%, #ead6bb);
}

.wo-v47-level-machine {
  position: relative;
  display: grid;
  grid-template-columns: 360px minmax(0, 1fr);
  min-height: 520px;
  border: 1px solid var(--wo-v47-line);
  background: rgba(255, 250, 242, 0.72);
  box-shadow: 0 28px 70px rgba(64, 42, 28, 0.12);
}

.wo-v47-level-tabs {
  z-index: 2;
  display: grid;
  border-right: 1px solid var(--wo-v47-line);
}

.wo-v47-level-tabs button {
  min-height: 172px;
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr);
  grid-template-rows: auto auto;
  align-content: center;
  gap: 5px 12px;
  border: 0;
  border-bottom: 1px solid var(--wo-v47-line);
  padding: 24px;
  background: transparent;
  color: var(--wo-v47-ink);
  text-align: left;
  cursor: pointer;
}

.wo-v47-level-tabs button:last-child {
  border-bottom: 0;
}

.wo-v47-level-tabs button > span {
  grid-row: 1 / 3;
  align-self: center;
  color: var(--wo-v47-ember-text);
  font: 800 0.875rem/1 var(--wo-v47-display);
}

.wo-v47-level-tabs button > b {
  font: 800 1.35rem/1 var(--wo-v47-display);
}

.wo-v47-level-tabs button > small {
  color: var(--wo-v47-muted);
}

.wo-v47-level-tabs button[aria-selected="true"] {
  background: var(--wo-v47-ink);
  color: var(--wo-v47-paper-bright);
}

.wo-v47-level-tabs button[aria-selected="true"] > span {
  color: #ffd0bf;
}

.wo-v47-level-tabs button[aria-selected="true"] > small {
  color: rgba(255, 250, 242, 0.58);
}

.wo-v47-level-track {
  position: absolute;
  z-index: 3;
  top: 38px;
  bottom: 38px;
  left: 352px;
  width: 16px;
  pointer-events: none;
}

.wo-v47-level-track i {
  position: absolute;
  inset: 0 auto 0 7px;
  width: 1px;
  background: var(--wo-v47-line);
}

.wo-v47-level-track b {
  position: absolute;
  top: var(--wo-level-position, 7%);
  left: 0;
  width: 15px;
  height: 15px;
  border: 3px solid var(--wo-v47-paper-bright);
  border-radius: 50%;
  background: var(--wo-v47-orange);
  box-shadow: 0 0 0 5px rgba(249, 115, 22, 0.14);
  transition: top 360ms cubic-bezier(0.16, 1, 0.3, 1);
}

.wo-v47-level-panels {
  min-width: 0;
}

.wo-v47-level-panels > article {
  min-height: 100%;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(260px, 0.8fr);
  align-content: center;
  gap: 42px;
  padding: clamp(42px, 6vw, 82px);
}

.wo-v47-level-panels header {
  position: relative;
}

.wo-v47-level-panels header > span {
  position: absolute;
  top: -38px;
  right: 0;
  color: rgba(17, 20, 23, 0.28);
  font: 800 4.8rem/1 var(--wo-v47-display);
}

.wo-v47-level-panels header > p {
  margin-bottom: 16px;
  color: var(--wo-v47-teal);
  font: 800 0.875rem/1 var(--wo-v47-display);
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.wo-v47-level-panels h3 {
  position: relative;
  margin-bottom: 30px;
  font-size: clamp(2.5rem, 4.3vw, 4.7rem);
  line-height: 0.96;
}

.wo-v47-level-panels dl {
  margin: 0;
}

.wo-v47-level-panels dl > div {
  border-top: 1px solid var(--wo-v47-line);
  padding: 15px 0;
}

.wo-v47-level-panels dt {
  color: var(--wo-v47-ember-text);
  font: 800 0.875rem/1 var(--wo-v47-display);
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.wo-v47-level-panels dd {
  margin: 6px 0 0;
  color: rgba(17, 20, 23, 0.68);
}

.wo-v47-level-panels .wo-v47-button {
  grid-column: 2;
  justify-self: start;
}

/* Diagnostic ------------------------------------------------------------- */

.wo-v47-diagnostic {
  position: relative;
  padding: clamp(100px, 10vw, 150px) 0;
  overflow: hidden;
  background:
    radial-gradient(circle at 12% 18%, rgba(242, 184, 75, 0.3), transparent 25rem),
    radial-gradient(circle at 78% 30%, rgba(200, 86, 26, 0.24), transparent 29rem),
    radial-gradient(circle at 88% 82%, rgba(104, 189, 179, 0.1), transparent 19rem),
    linear-gradient(122deg, #111417 0%, #243044 44%, #4a2a22 76%, #1a2028 100%);
  color: var(--wo-v47-paper-bright);
}

.wo-v47-diagnostic::before {
  content: "";
  position: absolute;
  inset: 0 34% auto 0;
  height: 2px;
  background: linear-gradient(90deg, var(--wo-v47-gold), #f6b24c 35%, var(--wo-v47-ember), transparent);
  box-shadow: 0 0 40px rgba(249, 115, 22, 0.44);
}

.wo-v47-diagnostic::after {
  content: "";
  position: absolute;
  top: 13%;
  right: 6%;
  width: 3px;
  height: 42%;
  background: linear-gradient(180deg, transparent, #68bdb3, rgba(242, 184, 75, 0.72), transparent);
  opacity: 0.72;
}

.wo-v47-diagnostic-grid {
  display: grid;
  grid-template-columns: minmax(330px, 0.78fr) minmax(520px, 1fr);
  align-items: center;
  gap: clamp(70px, 10vw, 150px);
}

.wo-v47-diagnostic-grid > div:first-child > p:not(.wo-v47-eyebrow) {
  max-width: 520px;
  color: rgba(255, 250, 242, 0.82);
}

.wo-v47-diagnostic h2 {
  color: var(--wo-v47-paper-bright);
}

.wo-v47-truth {
  margin-top: 34px;
  border-left: 3px solid #68bdb3;
  padding: 7px 0 7px 18px;
}

.wo-v47-truth b {
  display: block;
  margin-bottom: 7px;
  font: 800 0.875rem/1 var(--wo-v47-display);
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.wo-v47-truth p {
  margin: 0;
  color: rgba(255, 250, 242, 0.75);
  font-size: 0.875rem;
}

.wo-v47-diagnostic-card {
  min-height: 590px;
  padding: clamp(34px, 4vw, 56px);
  border: 1px solid rgba(90, 50, 24, 0.13);
  background:
    radial-gradient(circle at 92% 8%, rgba(242, 184, 75, 0.16), transparent 13rem),
    linear-gradient(145deg, var(--wo-v47-paper-bright), #f3e0c9 128%);
  color: var(--wo-v47-ink);
  box-shadow: 0 34px 90px rgba(5, 10, 13, 0.28);
}

.wo-v47-diagnostic-progress {
  display: grid;
  gap: 14px;
  margin-bottom: 42px;
  color: var(--wo-v47-teal);
  font: 800 0.875rem/1 var(--wo-v47-display);
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.wo-v47-diagnostic-progress > i {
  position: relative;
  height: 2px;
  overflow: hidden;
  background: var(--wo-v47-line);
}

.wo-v47-diagnostic-progress > i > b {
  position: absolute;
  inset: 0 auto 0 0;
  width: 33.333%;
  background: linear-gradient(90deg, var(--wo-v47-ember), var(--wo-v47-orange));
  transform-origin: left center;
  transition: width 260ms cubic-bezier(0.16, 1, 0.3, 1);
}

.wo-v47-diagnostic-card fieldset {
  display: grid;
  gap: 9px;
  margin: 0;
  border: 0;
  padding: 0;
}

.wo-v47-diagnostic-card legend {
  max-width: 620px;
  margin-bottom: 28px;
  padding: 0;
  font: 800 clamp(2.2rem, 3.7vw, 3.65rem)/0.98 var(--wo-v47-display);
  letter-spacing: -0.045em;
}

.wo-v47-diagnostic-card fieldset button {
  min-height: 62px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  border: 1px solid var(--wo-v47-line);
  padding: 14px 18px;
  background: rgba(255, 255, 255, 0.08);
  color: var(--wo-v47-ink);
  text-align: left;
  cursor: pointer;
  transition:
    background-color 180ms ease,
    color 180ms ease,
    padding-left 180ms cubic-bezier(0.16, 1, 0.3, 1);
}

.wo-v47-diagnostic-empty {
  margin-top: 18px;
  border: 0;
  border-bottom: 1px solid currentColor;
  padding: 3px 0;
  background: transparent;
  color: var(--wo-v47-muted);
  font-size: 0.875rem;
  cursor: pointer;
}

.wo-v47-form-error {
  margin: 12px 0 0;
  border-left: 3px solid #b33a18;
  padding: 8px 12px;
  background: rgba(179, 58, 24, 0.08);
  color: #84250e;
}

.wo-v47-diagnostic-card > small {
  display: block;
  margin-top: 24px;
  color: var(--wo-v47-muted);
}

.wo-v47-diagnostic-result {
  min-height: 390px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.wo-v47-diagnostic-result > span {
  color: var(--wo-v47-ember-text);
  font: 800 0.875rem/1 var(--wo-v47-display);
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.wo-v47-diagnostic-result h3 {
  margin: 20px 0 24px;
  font-size: clamp(2.5rem, 4.4vw, 4.7rem);
  line-height: 0.96;
}

.wo-v47-diagnostic-result > p {
  color: rgba(17, 20, 23, 0.65);
}

.wo-v47-capture {
  position: relative;
  margin-top: 34px;
  border-top: 1px solid var(--wo-v47-line);
  border-left: 3px solid var(--wo-v47-cyan-text);
  padding: 28px 0 2px 22px;
  background: linear-gradient(90deg, rgba(8, 210, 227, 0.065), transparent 72%);
}

.wo-v47-capture > span {
  display: block;
  margin-bottom: 10px;
  color: var(--wo-v47-cyan-text);
  font: 800 0.875rem/1 var(--wo-v47-display);
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.wo-v47-capture h4 {
  margin: 0 0 10px;
  color: var(--wo-v47-ink);
  font: 800 clamp(1.7rem, 2.7vw, 2.4rem)/1 var(--wo-v47-display);
  letter-spacing: -0.035em;
}

.wo-v47-capture > p {
  max-width: 58ch;
  margin: 0 0 18px;
  color: rgba(17, 20, 23, 0.68);
  line-height: 1.55;
}

.wo-v47-capture > label:first-of-type {
  display: block;
  margin-bottom: 7px;
  color: var(--wo-v47-ink);
  font-size: 0.875rem;
  font-weight: 750;
}

.wo-v47-capture > div {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 10px;
}

.wo-v47-capture input[type="email"] {
  min-width: 0;
  min-height: 52px;
  margin: 0;
  border: 1px solid rgba(17, 20, 23, 0.3);
  border-radius: 5px;
  padding: 12px 14px;
  background: #fff;
  color: var(--wo-v47-ink);
  box-shadow: none;
}

.wo-v47-capture input[aria-invalid="true"] {
  border-color: #b33a18;
  box-shadow: 0 0 0 3px rgba(179, 58, 24, 0.12);
}

.wo-v47-capture button[type="submit"] {
  min-height: 52px;
  margin: 0;
  border: 0;
  border-radius: 5px;
  padding: 12px 18px;
  background: linear-gradient(118deg, #f6b24c, var(--wo-v47-orange) 62%, #e64e13);
  color: var(--wo-v47-ink);
  font: 800 0.875rem/1 var(--wo-v47-display);
  letter-spacing: 0.04em;
  text-transform: uppercase;
  cursor: pointer;
  transition:
    filter 160ms ease,
    transform 160ms ease;
}

.wo-v47-capture button[type="submit"]:hover {
  filter: saturate(1.08) brightness(1.02);
  transform: translateY(-1px);
}

.wo-v47-capture-consent {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  align-items: start;
  gap: 9px;
  margin-top: 14px;
  color: rgba(17, 20, 23, 0.7);
  font-size: 0.875rem;
  line-height: 1.45;
}

.wo-v47-capture-consent input {
  margin-top: 3px;
}

.wo-v47-capture-consent input[aria-invalid="true"] {
  outline: 2px solid #b33a18;
  outline-offset: 2px;
}

.wo-v47-capture > small {
  display: block;
  margin-top: 12px;
  color: rgba(17, 20, 23, 0.62);
  font-size: 0.875rem;
}

.wo-v47-capture-status {
  margin-top: 14px !important;
  border-left: 3px solid var(--wo-v47-cyan-text);
  padding: 9px 12px;
  background: rgba(8, 210, 227, 0.08);
  color: var(--wo-v47-ink) !important;
  font-size: 0.875rem;
}

.wo-v47-capture-status[data-state="error"] {
  border-left-color: #b33a18;
  background: rgba(179, 58, 24, 0.08);
  color: #84250e !important;
}

.wo-v47-capture-status[data-state="neutral"] {
  border-left-color: var(--wo-v47-teal);
  background: rgba(31, 111, 104, 0.08);
}

/* Evidence and program --------------------------------------------------- */

.wo-v47-evidence {
  padding: clamp(80px, 8vw, 120px) 0;
  background:
    linear-gradient(90deg, rgba(31, 111, 104, 0.06), transparent 38%),
    var(--wo-v47-paper-bright);
}

.wo-v47-evidence-grid {
  display: grid;
  grid-template-columns: minmax(340px, 0.82fr) minmax(360px, 0.72fr) minmax(180px, 0.3fr);
  align-items: center;
  gap: clamp(45px, 7vw, 96px);
}

.wo-v47-evidence h2 {
  font-size: clamp(3rem, 5.1vw, 5.2rem);
}

.wo-v47-evidence-grid > div > p:last-child {
  color: rgba(17, 20, 23, 0.63);
}

.wo-v47-evidence-grid > figure {
  margin: 0;
}

.wo-v47-evidence-stack {
  position: relative;
  min-height: 370px;
}

.wo-v47-evidence-stack img {
  position: absolute;
  width: 72%;
  border: 10px solid var(--wo-v47-paper-bright);
  box-shadow: 0 24px 50px rgba(48, 33, 22, 0.16);
}

.wo-v47-evidence-stack img:first-child {
  top: 0;
  left: 0;
  transform: rotate(-4deg);
}

.wo-v47-evidence-stack img:last-child {
  right: 0;
  bottom: 0;
  transform: rotate(5deg);
}

.wo-v47-evidence-grid figcaption {
  margin-top: 18px;
  color: var(--wo-v47-muted);
  font-size: 0.875rem;
}

.wo-v47-evidence-grid > dl {
  margin: 0;
  border-top: 1px solid var(--wo-v47-line);
}

.wo-v47-evidence-grid > dl > div {
  display: grid;
  align-content: center;
  gap: 6px;
  border-bottom: 1px solid var(--wo-v47-line);
  padding: 18px 0;
}

.wo-v47-evidence-grid dt,
.wo-v47-evidence-grid dd {
  float: none;
  width: auto;
}

.wo-v47-evidence-grid dt {
  display: block;
  color: var(--wo-v47-muted);
  font: 800 0.875rem/1 var(--wo-v47-display);
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.wo-v47-evidence-grid dd {
  display: block;
  margin: 0;
  font: 800 1.65rem/1 var(--wo-v47-display);
}

.wo-v47-program {
  background:
    radial-gradient(circle at 8% 70%, rgba(31, 111, 104, 0.08), transparent 25rem),
    linear-gradient(150deg, var(--wo-v47-paper) 0%, #f1dfc9 120%);
}

.wo-v47-program-grid {
  display: grid;
  grid-template-columns: minmax(420px, 0.9fr) minmax(420px, 1fr);
  align-items: center;
  gap: clamp(70px, 10vw, 150px);
}

.wo-v47-program-cover {
  position: relative;
  min-height: 650px;
  display: grid;
  place-items: center;
  margin: 0;
  overflow: hidden;
  background: linear-gradient(145deg, #e9d1b0, #fffaf2);
}

.wo-v47-program-cover > span {
  position: absolute;
  top: 2%;
  left: 4%;
  color: rgba(150, 59, 16, 0.1);
  font: 900 18rem/1 var(--wo-v47-display);
}

.wo-v47-program-cover img {
  position: relative;
  z-index: 2;
  width: min(78%, 530px);
  filter: drop-shadow(0 36px 38px rgba(69, 43, 24, 0.25));
  transform: rotate(-3deg);
}

.wo-v47-program-cover > i {
  position: absolute;
  right: 5%;
  bottom: 7%;
  width: 90px;
  height: 90px;
  border: 1px solid rgba(150, 59, 16, 0.26);
  border-radius: 50%;
  box-shadow: 0 0 0 12px rgba(242, 184, 75, 0.12);
}

.wo-v47-program h2 {
  font-size: clamp(3.7rem, 6.1vw, 6.6rem);
}

.wo-v47-program-grid > div > p:not(.wo-v47-eyebrow, .wo-v47-overline) {
  max-width: 580px;
  color: rgba(17, 20, 23, 0.64);
}

.wo-v47-overline {
  margin-bottom: 16px;
  color: var(--wo-v47-ember-text);
  font: 800 0.875rem/1 var(--wo-v47-display);
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.wo-v47-facts {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin: 34px 0;
  border-block: 1px solid var(--wo-v47-line);
}

.wo-v47-facts > div {
  min-width: 0;
  border-right: 1px solid var(--wo-v47-line);
  padding: 18px 16px;
}

.wo-v47-facts > div:last-child {
  border-right: 0;
}

.wo-v47-facts dt {
  display: block;
  float: none;
  width: auto;
  color: var(--wo-v47-muted);
  font: 800 0.875rem/1 var(--wo-v47-display);
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.wo-v47-facts dd {
  display: block;
  float: none;
  width: auto;
  margin: 7px 0 0;
  font: 800 1.1rem/1.1 var(--wo-v47-display);
}

/* Equipment flagship ----------------------------------------------------- */

.wo-v47-flagship {
  position: relative;
  padding: clamp(100px, 10vw, 150px) 0;
  overflow: hidden;
  background:
    radial-gradient(circle at 83% 12%, rgba(242, 184, 75, 0.24), transparent 24rem),
    radial-gradient(circle at 12% 76%, rgba(200, 86, 26, 0.1), transparent 27rem),
    linear-gradient(150deg, var(--wo-v47-paper-bright) 0%, var(--wo-v47-paper) 46%, #ead2b3 118%);
}

.wo-v47-flagship::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: linear-gradient(90deg, transparent, rgba(31, 111, 104, 0.34) 24%, rgba(242, 184, 75, 0.76) 58%, rgba(200, 86, 26, 0.5), transparent);
}

.wo-v47-flagship-heading {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(340px, 0.55fr);
  align-items: end;
  gap: clamp(60px, 9vw, 130px);
  margin-bottom: 70px;
}

.wo-v47-flagship-heading h2 {
  margin-bottom: 0;
}

.wo-v47-flagship-heading h2 em {
  display: block;
  color: transparent;
  background: linear-gradient(90deg, #7f2f0b, var(--wo-v47-ember-deep) 48%, #b54813);
  background-clip: text;
  -webkit-background-clip: text;
  font-style: normal;
}

.wo-v47-flagship-heading > div:last-child > p {
  color: #505754;
}

.wo-v47-flagship-grid {
  display: grid;
  grid-template-columns: minmax(560px, 1fr) minmax(300px, 0.38fr);
  align-items: stretch;
  gap: clamp(55px, 7vw, 95px);
}

.wo-v47-flagship-media {
  position: sticky;
  top: 105px;
  min-height: 690px;
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(90, 50, 24, 0.13);
  border-radius: 34px 6px 34px 6px;
  background:
    linear-gradient(116deg, rgba(255, 255, 255, 0.82), transparent 33%),
    radial-gradient(circle at 78% 18%, rgba(249, 115, 22, 0.16), transparent 20rem),
    linear-gradient(140deg, #fff, #f4ddc3);
  box-shadow: var(--wo-v47-shadow);
}

.wo-v47-flagship-light {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(116deg, rgba(255, 255, 255, 0.8), transparent 33%),
    radial-gradient(circle at 78% 18%, rgba(249, 115, 22, 0.16), transparent 20rem);
}

.wo-v47-flagship-light::after {
  content: "";
  position: absolute;
  inset: 48% -18% auto;
  height: 2px;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.28), rgba(242, 184, 75, 0.22), transparent);
  transform: rotate(-6deg);
}

.wo-v47-flagship-object {
  position: absolute;
  inset: 14% 6% 18%;
  display: grid;
  place-items: center;
  transform:
    translate3d(0, var(--wo-v47-object-y, 0px), 0)
    rotate(var(--wo-v47-object-rotate, -4deg))
    scale(var(--wo-v47-object-scale, 1));
  transform-origin: center;
}

.wo-v47-flagship.is-animating .wo-v47-flagship-object {
  will-change: transform;
}

.wo-v47-flagship-object img {
  width: 88%;
  filter:
    drop-shadow(0 34px 24px rgba(69, 43, 24, 0.18))
    drop-shadow(0 5px 7px rgba(17, 23, 21, 0.11));
}

.wo-v47-measure {
  position: absolute;
  top: 30px;
  left: 34px;
  display: flex;
  align-items: center;
  gap: 12px;
  color: var(--wo-v47-ember-text);
  font: 800 0.875rem/1 var(--wo-v47-display);
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.wo-v47-measure::before {
  content: "";
  width: 54px;
  height: 1px;
  background: linear-gradient(90deg, var(--wo-v47-teal), var(--wo-v47-gold));
}

.wo-v47-flagship-media > figcaption {
  position: absolute;
  right: 30px;
  bottom: 30px;
  left: 30px;
  border-left: 3px solid var(--wo-v47-orange);
  padding: 12px 14px;
  background: rgba(255, 250, 242, 0.88);
}

.wo-v47-flagship-media > figcaption b,
.wo-v47-flagship-media > figcaption span {
  display: block;
}

.wo-v47-flagship-media > figcaption b {
  margin-bottom: 5px;
  font-family: var(--wo-v47-display);
}

.wo-v47-flagship-media > figcaption span {
  color: #505754;
  font-size: 0.875rem;
}

.wo-v47-inspection-rail {
  display: grid;
  align-content: center;
  margin: 0;
  padding: 0;
  list-style: none;
}

.wo-v47-inspection-rail li {
  display: grid;
  grid-template-columns: 45px minmax(0, 1fr);
  gap: 20px;
  border-top: 1px solid var(--wo-v47-line);
  padding: 38px 0;
  color: #343a37;
}

.wo-v47-inspection-rail li:last-child {
  border-bottom: 1px solid var(--wo-v47-line);
}

.wo-v47-inspection-rail li > span {
  color: var(--wo-v47-ember-text);
  font: 800 0.875rem/1 var(--wo-v47-display);
}

.wo-v47-inspection-rail li b {
  display: block;
  margin-bottom: 12px;
  font: 800 clamp(2.1rem, 3.4vw, 3.5rem)/1 var(--wo-v47-display);
  letter-spacing: -0.045em;
}

.wo-v47-inspection-rail li p {
  margin-bottom: 0;
  color: #505754;
}

.wo-v47-inspection-rail li.is-active {
  margin-inline: -18px;
  border-left: 3px solid var(--wo-v47-orange);
  padding-inline: 18px;
  background: rgba(255, 255, 255, 0.5);
}

.wo-v47-commerce-rail {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 70px;
  border-block: 1px solid var(--wo-v47-line);
}

.wo-v47-commerce-rail a {
  min-height: 118px;
  display: grid;
  grid-template-areas:
    "index title"
    "index note";
  grid-template-columns: 42px minmax(0, 1fr);
  align-content: center;
  border-right: 1px solid var(--wo-v47-line);
  padding: 20px;
}

.wo-v47-commerce-rail a:last-child {
  border-right: 0;
}

.wo-v47-commerce-rail span {
  grid-area: index;
  color: var(--wo-v47-ember-text);
  font: 800 0.875rem/1 var(--wo-v47-display);
}

.wo-v47-commerce-rail b {
  grid-area: title;
  font: 800 1.35rem/1 var(--wo-v47-display);
}

.wo-v47-commerce-rail small {
  grid-area: note;
  margin-top: 6px;
  color: #505754;
}

/* Progression ------------------------------------------------------------ */

.wo-v47-story {
  position: relative;
  min-height: 2100px;
  padding: clamp(100px, 10vw, 150px) 0;
  overflow: hidden;
  background:
    radial-gradient(circle at 82% 24%, rgba(200, 86, 26, 0.12), transparent 28rem),
    radial-gradient(circle at 18% 72%, rgba(31, 111, 104, 0.1), transparent 25rem),
    linear-gradient(145deg, #243044 0%, #161d23 56%, #211914 100%);
  color: var(--wo-v47-paper-bright);
}

.wo-v47-story::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(118deg, transparent 47.8%, rgba(242, 184, 75, 0.09) 48%, rgba(249, 115, 22, 0.035) 48.4%, transparent 48.8%),
    radial-gradient(circle at 18% 35%, rgba(31, 111, 104, 0.13), transparent 25rem);
}

.wo-v47-story-grid {
  position: relative;
  display: grid;
  grid-template-columns: minmax(380px, 0.78fr) minmax(450px, 0.92fr);
  gap: clamp(80px, 10vw, 150px);
}

.wo-v47-story-sticky {
  position: sticky;
  top: 125px;
  align-self: start;
  min-height: 720px;
}

.wo-v47-story-sticky h2 {
  color: var(--wo-v47-paper-bright);
  font-size: clamp(3.7rem, 5.9vw, 6.1rem);
}

.wo-v47-story-sticky > p:not(.wo-v47-eyebrow) {
  color: rgba(255, 250, 242, 0.58);
}

.wo-v47-story-sticky > figure {
  position: relative;
  width: min(78%, 430px);
  margin: 30px auto 0;
  border: 10px solid var(--wo-v47-paper-bright);
  border-radius: 7px;
  background: var(--wo-v47-paper-bright);
  color: var(--wo-v47-ink);
  transform: rotate(-2deg);
}

.wo-v47-story-sticky > figure img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.wo-v47-story-sticky > figure figcaption {
  padding: 12px 8px 5px;
  color: rgba(17, 20, 23, 0.64);
  font-size: 0.875rem;
}

.wo-v47-force-axis {
  position: absolute;
  bottom: 20px;
  left: 0;
  width: 20px;
  height: 280px;
}

.wo-v47-force-axis i {
  position: absolute;
  inset: 0 auto 0 9px;
  width: 1px;
  background: rgba(255, 250, 242, 0.2);
}

.wo-v47-force-axis b {
  position: absolute;
  top: var(--wo-story-progress, 0%);
  left: 2px;
  width: 15px;
  height: 15px;
  border: 4px solid var(--wo-v47-gold);
  border-radius: 50%;
  background: var(--wo-v47-ink);
  box-shadow: 0 0 0 6px rgba(242, 184, 75, 0.13);
  transition: top 420ms cubic-bezier(0.16, 1, 0.3, 1);
}

.wo-v47-force-axis span {
  position: absolute;
  left: 28px;
  color: rgba(255, 250, 242, 0.4);
  font: 800 0.875rem/1 var(--wo-v47-display);
}

.wo-v47-force-axis span:first-of-type {
  top: 0;
}

.wo-v47-force-axis span:last-of-type {
  bottom: 0;
}

.wo-v47-story-steps {
  display: grid;
  margin: 0;
  padding: 3vh 0;
  list-style: none;
}

.wo-v47-story-steps li {
  min-height: 34vh;
  display: grid;
  grid-template-columns: 55px minmax(0, 1fr);
  align-content: center;
  gap: 30px;
  border-top: 1px solid rgba(255, 250, 242, 0.2);
  padding: 45px 18px;
}

.wo-v47-story-steps li:last-child {
  border-bottom: 1px solid rgba(255, 250, 242, 0.2);
}

.wo-v47-story-steps li > span {
  color: var(--wo-v47-gold);
  font: 800 0.875rem/1 var(--wo-v47-display);
}

.wo-v47-story-steps li b {
  display: block;
  margin-bottom: 16px;
  font: 800 clamp(3.1rem, 5vw, 5.4rem)/0.95 var(--wo-v47-display);
  letter-spacing: -0.05em;
}

.wo-v47-story-steps li p {
  margin-bottom: 0;
  color: rgba(255, 250, 242, 0.55);
}

.wo-v47-story-steps li.is-active {
  border-left: 3px solid var(--wo-v47-orange);
  background: linear-gradient(90deg, rgba(242, 184, 75, 0.085), rgba(200, 86, 26, 0.035) 62%, transparent);
}

.wo-v47-story-steps li.is-active p {
  color: rgba(255, 250, 242, 0.72);
}

/* Guides ----------------------------------------------------------------- */

.wo-v47-home-context {
  background:
    radial-gradient(circle at 15% 20%, rgba(242, 184, 75, 0.18), transparent 24rem),
    linear-gradient(150deg, #fffaf2, #f2dfc4);
}

.wo-v47-home-context header {
  max-width: 960px;
  margin-bottom: clamp(42px, 6vw, 72px);
}

.wo-v47-home-context h2 {
  margin: 0;
}

.wo-v47-home-context-rails {
  display: grid;
  border-bottom: 1px solid var(--wo-v47-line);
}

.wo-v47-home-context-rails article {
  display: grid;
  grid-template-columns: 54px minmax(230px, 0.42fr) minmax(0, 1fr);
  align-items: start;
  gap: clamp(24px, 4vw, 62px);
  border-top: 1px solid var(--wo-v47-line);
  padding: clamp(28px, 4vw, 48px) 0;
}

.wo-v47-home-context-rails article > span {
  padding-top: 5px;
  color: var(--wo-v47-ember-text);
  font: 800 0.875rem/1 var(--wo-v47-display);
  letter-spacing: 0.1em;
}

.wo-v47-home-context-rails h3 {
  max-width: 360px;
  margin: 0;
  font: 800 clamp(2rem, 3vw, 3.35rem)/0.98 var(--wo-v47-display);
  letter-spacing: -0.035em;
  text-wrap: balance;
}

.wo-v47-home-context-rails p {
  max-width: 76ch;
  margin: 0;
  color: rgba(17, 20, 23, 0.72);
  font-size: 1.03rem;
  line-height: 1.72;
}

.wo-v47-home-context-rails a {
  color: var(--wo-v47-ember-text);
  font-weight: 700;
  text-decoration: underline;
  text-decoration-color: rgba(150, 59, 16, 0.34);
  text-underline-offset: 0.16em;
}

.wo-v47-guides {
  background:
    radial-gradient(circle at 78% 14%, rgba(242, 184, 75, 0.18), transparent 22rem),
    var(--wo-v47-paper-bright);
}

.wo-v47-editorial-links {
  display: grid;
  grid-template-columns: 1.08fr 0.95fr 0.82fr;
  border-top: 1px solid var(--wo-v47-line);
}

.wo-v47-editorial-links > * {
  position: relative;
  min-height: 330px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
  border-right: 1px solid var(--wo-v47-line);
  border-bottom: 1px solid var(--wo-v47-line);
  padding: 30px;
}

.wo-v47-editorial-links > *:last-child {
  border-right: 0;
}

.wo-v47-editorial-links > a {
  isolation: isolate;
}

.wo-v47-editorial-links > a::before {
  position: absolute;
  z-index: 0;
  inset: 0;
  content: "";
  background:
    radial-gradient(circle at 88% 13%, rgba(255, 219, 144, 0.34), transparent 11rem),
    linear-gradient(135deg, #2d2724 0%, #74391f 58%, #c8561a 122%);
  opacity: 0;
  pointer-events: none;
}

.wo-v47-editorial-links > a:nth-child(2)::before {
  background:
    radial-gradient(circle at 14% 88%, rgba(242, 184, 75, 0.24), transparent 10rem),
    linear-gradient(135deg, #182128 0%, #49302a 56%, #963b10 118%);
}

.wo-v47-editorial-links > a > * {
  position: relative;
  z-index: 1;
}

.wo-v47-editorial-links > a:focus-visible {
  color: var(--wo-v47-paper-bright);
  box-shadow: inset 0 3px 0 var(--wo-v47-gold), 0 18px 38px rgba(31, 24, 19, 0.16);
}

.wo-v47-editorial-links > a:focus-visible::before {
  opacity: 1;
}

.wo-v47-editorial-links > a:focus-visible > span {
  color: #ffe0a1;
}

.wo-v47-editorial-links > a:focus-visible > :is(h3, b) {
  color: var(--wo-v47-paper-bright);
}

.wo-v47-editorial-links span {
  color: var(--wo-v47-ember-text);
  font: 800 0.875rem/1 var(--wo-v47-display);
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.wo-v47-editorial-links h3 {
  margin: auto 0 28px;
  font-size: clamp(2.2rem, 3.2vw, 3.5rem);
  line-height: 0.98;
}

.wo-v47-editorial-links b {
  font: 800 0.875rem/1 var(--wo-v47-display);
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.wo-v47-editorial-links b i {
  font-style: normal;
}

.wo-v47-editorial-links article {
  border-left: 3px solid var(--wo-v47-ember);
  background:
    radial-gradient(circle at 86% 14%, rgba(242, 184, 75, 0.34), transparent 10rem),
    radial-gradient(circle at 12% 90%, rgba(200, 86, 26, 0.12), transparent 9rem),
    linear-gradient(145deg, #f8e4ce 0%, var(--wo-v47-paper-bright) 72%, #efd4b5 132%);
}

.wo-v47-editorial-links article p {
  margin-bottom: 0;
  color: #3f423e;
}

.wo-v47-editorial-links article > i {
  position: absolute;
  right: 28px;
  bottom: 28px;
  width: 46px;
  height: 46px;
  border: 1px solid rgba(150, 59, 16, 0.34);
  border-radius: 50%;
  box-shadow: 0 0 0 8px rgba(242, 184, 75, 0.13), 0 0 34px rgba(200, 86, 26, 0.18);
}

.wo-v47-pilot-note {
  background: var(--wo-v47-ink);
  color: var(--wo-v47-paper-bright);
}

.wo-v47-pilot-note > div {
  min-height: 64px;
  display: flex;
  align-items: center;
  gap: 24px;
}

.wo-v47-pilot-note b {
  color: var(--wo-v47-gold);
  font: 800 0.875rem/1 var(--wo-v47-display);
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.wo-v47-pilot-note span {
  color: rgba(255, 250, 242, 0.62);
}

.wo-v47-pilot-note a {
  margin-left: auto;
  font: 800 0.875rem/1 var(--wo-v47-display);
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

/* WooCommerce category --------------------------------------------------- */

body.wo-v47-category {
  background: var(--wo-v47-paper);
}

body.wo-v47-category .shop-container {
  max-width: none;
  padding: 0;
}

.wo-v47-category-hero {
  position: relative;
  isolation: isolate;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  padding: calc(112px + var(--wo-v47-store-notice-height)) 0 clamp(85px, 9vw, 130px);
  background:
    radial-gradient(circle at 78% 20%, rgba(200, 86, 26, 0.14), transparent 26rem),
    linear-gradient(122deg, #081217 0%, #1a2432 62%, #2a211d 120%);
  color: var(--wo-v47-paper-bright);
}

.wo-v47-category-hero-media,
.wo-v47-category-hero-shade {
  position: absolute;
  z-index: -2;
  inset: 0;
}

.wo-v47-category-hero-media img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: 62% center;
}

.wo-v47-category-hero-shade {
  z-index: -1;
  background:
    linear-gradient(90deg, rgba(5, 10, 13, 0.99) 0%, rgba(5, 10, 13, 0.93) 40%, rgba(5, 10, 13, 0.55) 70%, rgba(5, 10, 13, 0.28)),
    linear-gradient(0deg, rgba(5, 10, 13, 0.82), rgba(5, 10, 13, 0.04) 72%);
}

.wo-v47-breadcrumb {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 70px;
  color: rgba(255, 250, 242, 0.72);
  font-size: 0.875rem;
}

.wo-v47-breadcrumb a {
  border-bottom: 1px solid currentColor;
}

.wo-v47-breadcrumb-filter {
  max-width: min(100%, 720px);
  color: var(--wo-v47-gold);
  font-weight: 700;
  overflow-wrap: anywhere;
}

.wo-v47-category-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(360px, 0.72fr);
  align-items: center;
  gap: clamp(70px, 10vw, 150px);
}

.wo-v47-category-hero .wo-v47-category-title-group {
  margin-bottom: 28px;
  color: var(--wo-v47-paper-bright);
  font-size: clamp(4.8rem, 7vw, 7rem);
  line-height: 0.9;
}

.wo-v47-category-hero .wo-v47-category-title-group strong {
  display: block;
  color: transparent;
  background: linear-gradient(100deg, var(--wo-v47-gold), var(--wo-v47-orange), #e54f19);
  background-clip: text;
  -webkit-background-clip: text;
}

.wo-v47-category-hero-grid > div > p:not(.wo-v47-eyebrow) {
  max-width: 680px;
  color: rgba(255, 250, 242, 0.72);
}

.wo-v47-category-axis {
  margin: 0;
  border-top: 1px solid var(--wo-v47-line-light);
}

.wo-v47-category-axis > div {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  border-bottom: 1px solid var(--wo-v47-line-light);
  padding: 19px 12px;
}

.wo-v47-category-axis dt,
.wo-v47-category-axis dd {
  font-family: var(--wo-v47-display);
  font-weight: 800;
}

.wo-v47-category-axis dt {
  color: rgba(255, 250, 242, 0.52);
  font-size: 0.875rem;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.wo-v47-category-axis > div:last-child dt {
  color: var(--wo-v47-gold);
}

.wo-v47-category-axis dd {
  margin: 0;
  color: rgba(255, 250, 242, 0.82);
  font-size: 0.875rem;
  text-align: right;
}

.wo-v47-category-tools {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  border-bottom: 1px solid var(--wo-v47-line);
  background: var(--wo-v47-paper-bright);
}

.wo-v47-category-tools > div {
  min-height: 78px;
  display: flex;
  align-items: center;
  gap: clamp(18px, 3vw, 42px);
  overflow-x: auto;
  scrollbar-width: thin;
}

.wo-v47-category-tools span,
.wo-v47-category-tools b,
.wo-v47-category-tools a {
  flex: 0 0 auto;
}

.wo-v47-category-tools > div > span {
  color: var(--wo-v47-ember-text);
  font: 800 0.875rem/1 var(--wo-v47-display);
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.wo-v47-category-tools b {
  font-size: 0.875rem;
}

.wo-v47-category-tools a {
  margin-left: auto;
  font: 800 0.875rem/1 var(--wo-v47-display);
  text-transform: uppercase;
}

.wo-v47-category-tools .wo-v47-clear-filter {
  margin-left: auto;
  color: var(--wo-v47-ember-text);
}

.wo-v47-category-tools .wo-v47-clear-filter + a {
  margin-left: 0;
}

.wo-v47-shop .wo-v47-category-tools a {
  margin-left: 0;
  font-family: var(--wo-v47-body);
  font-weight: 700;
  text-transform: none;
}

.wo-v47-shop .wo-v47-category-tools a:last-child {
  margin-left: auto;
}

body.wo-v47-category .shop-page-title {
  display: none !important;
}

body.wo-v47-category.wo-v47-shop .row.category-page-row {
  width: 100%;
  max-width: none;
  min-height: 0;
  margin: 0;
  padding: 0;
}

body.wo-v47-js.wo-v47-shop .row.category-page-row {
  display: none;
}

.wo-v47-shop-hub {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  padding: clamp(76px, 8vw, 118px) 0;
  background:
    linear-gradient(180deg, rgba(232, 210, 178, 0.42), transparent 24rem),
    var(--wo-v47-paper);
}

.wo-v47-shop-intro {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(290px, 0.55fr);
  align-items: end;
  gap: clamp(42px, 7vw, 92px);
  margin-bottom: 50px;
  border-top: 1px solid var(--wo-v47-line);
  padding-top: 46px;
}

.wo-v47-shop-intro h2 {
  margin: 0;
  font: 800 clamp(3.5rem, 6.4vw, 6.6rem)/0.91 var(--wo-v47-display);
  letter-spacing: -0.055em;
}

.wo-v47-shop-intro h2 em {
  color: var(--wo-v47-ember);
  font-style: normal;
}

.wo-v47-shop-intro > p {
  margin: 0;
  color: rgba(17, 20, 23, 0.66);
  font-size: 1.04rem;
  line-height: 1.7;
}

.wo-v47-shop-needs {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-bottom: clamp(42px, 6vw, 74px);
  border: 1px solid var(--wo-v47-line);
  background: var(--wo-v47-paper-bright);
}

.wo-v47-shop-needs a {
  min-height: 112px;
  display: grid;
  grid-template-columns: auto 1fr;
  grid-template-areas:
    "number title"
    "number copy";
  align-content: center;
  gap: 5px 17px;
  border-right: 1px solid var(--wo-v47-line);
  padding: 24px;
  color: var(--wo-v47-ink);
}

.wo-v47-shop-needs a:last-child {
  border-right: 0;
}

.wo-v47-shop-needs span {
  grid-area: number;
  align-self: center;
  color: var(--wo-v47-ember-text);
  font: 800 1rem/1 var(--wo-v47-display);
}

.wo-v47-shop-needs b {
  grid-area: title;
  font: 700 1.15rem/1.1 var(--wo-v47-body);
}

.wo-v47-shop-needs small {
  grid-area: copy;
  color: rgba(17, 20, 23, 0.72);
  font-size: 0.875rem;
}

.wo-v47-shop-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 18px;
}

.wo-v47-shop-card {
  min-width: 0;
  grid-column: span 2;
  display: flex;
  min-height: 100%;
  flex-direction: column;
  border: 1px solid var(--wo-v47-line);
  padding: 12px 12px 21px;
  background: var(--wo-v47-paper-bright);
  color: var(--wo-v47-ink);
  box-shadow: 0 18px 44px rgba(61, 39, 25, 0.07);
  transition:
    border-color 220ms cubic-bezier(0.16, 1, 0.3, 1),
    box-shadow 220ms cubic-bezier(0.16, 1, 0.3, 1),
    transform 220ms cubic-bezier(0.16, 1, 0.3, 1);
}

.wo-v47-shop-card:nth-child(-n + 2) {
  grid-column: span 3;
}

.wo-v47-shop-card-priority {
  border-color: rgba(200, 86, 26, 0.28);
}

.wo-v47-shop-card figure {
  position: relative;
  aspect-ratio: 16 / 10;
  overflow: hidden;
  margin: 0 0 20px;
  background:
    radial-gradient(circle at 74% 20%, rgba(242, 184, 75, 0.38), transparent 36%),
    linear-gradient(145deg, #2b3545, #10171b 70%, #3a2418);
}

.wo-v47-shop-card figure::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 52%, rgba(10, 15, 17, 0.28));
  pointer-events: none;
}

.wo-v47-shop-card img,
.wo-v47-shop-card-placeholder {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  transition: transform 520ms cubic-bezier(0.16, 1, 0.3, 1);
}

.wo-v47-shop-card > span {
  margin: 0 10px 8px;
  color: var(--wo-v47-ember-text);
  font: 700 0.875rem/1 var(--wo-v47-body);
}

.wo-v47-shop-card > span i {
  font-style: normal;
}

.wo-v47-shop-card h2,
.wo-v47-shop-card h3 {
  margin: 0 10px 8px;
  font: 800 clamp(1.75rem, 2.4vw, 2.45rem)/0.98 var(--wo-v47-display);
  letter-spacing: -0.035em;
}

.wo-v47-shop-card p {
  margin: 0 10px 22px;
  color: rgba(17, 20, 23, 0.62);
  line-height: 1.5;
}

.wo-v47-shop-card > b {
  margin: auto 10px 0;
  color: var(--wo-v47-ember-text);
  font: 700 0.875rem/1 var(--wo-v47-body);
}

.wo-v47-shop-context {
  margin-top: clamp(72px, 9vw, 128px);
  padding: clamp(46px, 6vw, 78px);
  background:
    radial-gradient(circle at 82% 20%, rgba(200, 86, 26, 0.16), transparent 24rem),
    linear-gradient(138deg, #111b21, #202a39 64%, #312017);
  color: var(--wo-v47-paper-bright);
}

.wo-v47-shop-context > div {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(320px, 1fr);
  gap: clamp(42px, 8vw, 110px);
}

.wo-v47-shop-context h2 {
  margin: 0;
  color: var(--wo-v47-paper-bright);
  font: 800 clamp(2.8rem, 4.6vw, 5rem)/0.94 var(--wo-v47-display);
  letter-spacing: -0.045em;
}

.wo-v47-shop-context > div > div {
  display: grid;
  gap: 18px;
}

.wo-v47-shop-context > div > div p {
  margin: 0;
  color: rgba(255, 250, 242, 0.72);
  line-height: 1.68;
}

@media (hover: hover) and (pointer: fine) {
  .wo-v47-shop-card:hover {
    border-color: rgba(200, 86, 26, 0.5);
    box-shadow: 0 26px 58px rgba(61, 39, 25, 0.13);
    transform: translateY(-4px);
  }

  .wo-v47-shop-card:hover img {
    transform: scale(1.025);
  }
}

body.wo-v47-category .row.category-page-row {
  width: var(--wo-v47-shell);
  max-width: none;
  margin: 0 auto;
  padding: clamp(70px, 7vw, 105px) 0;
}

body.wo-v47-category .term-description {
  margin-bottom: 52px;
  border-left: 3px solid var(--wo-v47-teal);
  padding: 4px 0 4px 22px;
  color: rgba(17, 20, 23, 0.65);
}

body.wo-v47-category .term-description a {
  color: var(--wo-v47-ember-text);
  font-weight: 600;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.16em;
}

/*
 * Collections : rail de décision générique pour les widgets WooCommerce.
 * Les liens, compteurs et états restent natifs ; la couche WO ne remplace
 * aucune requête de filtre et s'étend aux futurs attributs du shop-sidebar.
 */
body.wo-v47-category #shop-sidebar {
  position: relative;
  min-width: 0;
  padding: 4px 0 8px 25px;
  color: var(--wo-v47-ink);
  font-family: var(--wo-v47-body);
}

body.wo-v47-category #shop-sidebar::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 2px;
  background: linear-gradient(
    180deg,
    var(--wo-v47-ember) 0%,
    var(--wo-v47-gold) 48%,
    var(--wo-v47-teal) 100%
  );
  pointer-events: none;
}

.wo-v47-filter-intro {
  margin: 0 0 12px;
  border-bottom: 1px solid var(--wo-v47-line);
  padding: 0 0 26px;
}

.wo-v47-filter-kicker {
  margin: 0 0 8px;
  color: var(--wo-v47-ember-text);
  font-size: 14px !important;
  font-weight: 800;
  letter-spacing: 0.1em;
  line-height: 1.2;
  text-transform: uppercase;
}

.wo-v47-filter-intro h2 {
  margin: 0 0 10px;
  color: var(--wo-v47-ink);
  font-family: var(--wo-v47-display);
  font-size: clamp(1.75rem, 2.3vw, 2.35rem);
  font-weight: 800;
  line-height: 0.98;
  letter-spacing: -0.02em;
  text-transform: none;
}

.wo-v47-filter-intro > p:not(.wo-v47-filter-kicker) {
  margin: 0;
  color: rgba(17, 20, 23, 0.67);
  font-size: 14px;
  line-height: 1.45;
}

.wo-v47-filter-clear {
  min-height: 44px;
  width: fit-content;
  display: inline-flex;
  align-items: center;
  margin-top: 16px;
  border-bottom: 1px solid currentColor;
  color: var(--wo-v47-ember-text);
  font-size: 14px;
  font-weight: 800;
  line-height: 1.2;
  text-decoration: none;
}

body.wo-v47-category #shop-sidebar > .widget {
  margin: 0;
  border-bottom: 1px solid var(--wo-v47-line);
  padding: 26px 0;
}

body.wo-v47-category #shop-sidebar > .widget:last-child {
  border-bottom: 0;
  padding-bottom: 8px;
}

body.wo-v47-category #shop-sidebar .wo-v47-filter-group-title {
  margin: 0 0 13px;
  color: var(--wo-v47-ink);
  font-family: var(--wo-v47-body);
  font-size: 0.9375rem;
  font-weight: 800;
  letter-spacing: 0.015em;
  line-height: 1.25;
  text-transform: none;
}

body.wo-v47-category #shop-sidebar .is-divider {
  display: none;
}

body.wo-v47-category #shop-sidebar :where(ul, ol) {
  margin: 0;
  padding: 0;
  list-style: none;
}

body.wo-v47-category #shop-sidebar li {
  min-width: 0;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  column-gap: 10px;
  margin: 0;
  border-top: 1px solid rgba(17, 20, 23, 0.1);
  padding: 0;
}

body.wo-v47-category #shop-sidebar li > a {
  position: relative;
  min-width: 0;
  min-height: 44px;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 9px 4px 9px 28px;
  color: var(--wo-v47-ink);
  font-size: 14px !important;
  font-weight: 600;
  line-height: 1.3;
  text-decoration: none;
  overflow-wrap: anywhere;
}

body.wo-v47-category #shop-sidebar li > a::before {
  content: "";
  position: absolute;
  left: 4px;
  width: 13px;
  height: 13px;
  border: 1px solid rgba(17, 20, 23, 0.42);
  background: transparent;
  box-shadow: inset 0 0 0 3px var(--wo-v47-paper);
}

body.wo-v47-category #shop-sidebar .count {
  min-width: 2.2ch;
  padding-right: 3px;
  color: var(--wo-v47-muted);
  font-size: 0.8125rem;
  font-variant-numeric: tabular-nums;
  font-weight: 700;
  line-height: 1;
  text-align: right;
  white-space: nowrap;
}

@media (hover: hover) and (pointer: fine) {
  body.wo-v47-category #shop-sidebar li:not(.chosen) > a:hover {
    color: var(--wo-v47-ember-text);
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 0.18em;
  }

  body.wo-v47-category #shop-sidebar li:not(.chosen):hover {
    background: rgba(232, 210, 178, 0.28);
  }
}

body.wo-v47-category #shop-sidebar li > a:focus,
body.wo-v47-category #shop-sidebar li > a:focus-visible,
body.wo-v47-category .category-filtering .filter-button:focus-visible,
.wo-v47-filter-clear:focus-visible {
  border-radius: 2px;
  outline: 3px solid var(--wo-v47-cyan-link) !important;
  outline-offset: 3px;
}

body.wo-v47-category #shop-sidebar li.chosen,
body.wo-v47-category #shop-sidebar li.woocommerce-widget-layered-nav-list__item--chosen {
  border-top-color: var(--wo-v47-ink);
  background: var(--wo-v47-ink);
  box-shadow: inset 3px 0 0 var(--wo-v47-orange);
}

body.wo-v47-category #shop-sidebar li.chosen > a,
body.wo-v47-category #shop-sidebar li.woocommerce-widget-layered-nav-list__item--chosen > a {
  color: var(--wo-v47-paper-bright);
  font-weight: 800;
}

body.wo-v47-category #shop-sidebar li.chosen > a::before,
body.wo-v47-category #shop-sidebar li.woocommerce-widget-layered-nav-list__item--chosen > a::before {
  border-color: var(--wo-v47-gold);
  background: var(--wo-v47-orange);
  box-shadow: inset 0 0 0 3px var(--wo-v47-ink);
}

body.wo-v47-category #shop-sidebar li.chosen > a::after,
body.wo-v47-category #shop-sidebar li.woocommerce-widget-layered-nav-list__item--chosen > a::after {
  content: "Actif";
  margin-left: auto;
  color: var(--wo-v47-gold);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

body.wo-v47-category #shop-sidebar li.chosen .count,
body.wo-v47-category #shop-sidebar li.woocommerce-widget-layered-nav-list__item--chosen .count {
  color: var(--wo-v47-paper-bright);
}

body.wo-v47-category #shop-sidebar :where(li.disabled, li[aria-disabled="true"]) {
  opacity: 0.48;
}

body.wo-v47-category #shop-sidebar :where(.price_slider_amount .button, button) {
  min-height: 44px;
  border: 1px solid var(--wo-v47-ink);
  border-radius: 2px;
  background: var(--wo-v47-ink);
  color: var(--wo-v47-paper-bright);
  font-family: var(--wo-v47-body);
}

body.wo-v47-category .category-filtering .filter-button {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  border: 1px solid var(--wo-v47-ink);
  border-radius: 2px;
  padding: 10px 15px;
  background: var(--wo-v47-paper-bright);
  color: var(--wo-v47-ink);
  font-family: var(--wo-v47-body);
  font-size: 0.875rem;
  font-weight: 800;
  letter-spacing: 0.025em;
  line-height: 1;
  text-transform: none;
}

body.wo-v47-category .category-filtering .filter-button[aria-expanded="true"] {
  background: var(--wo-v47-ink);
  color: var(--wo-v47-paper-bright);
}

body.wo-v47-category .category-filtering .filter-button > strong {
  color: inherit !important;
}

body.wo-v47-category .category-filtering .widget_layered_nav_filters {
  margin: 0;
}

body.wo-v47-category .category-filtering .widget_layered_nav_filters ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}

body.wo-v47-category .category-filtering .widget_layered_nav_filters li {
  margin: 0;
}

body.wo-v47-category .category-filtering .widget_layered_nav_filters li > a {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border: 1px solid rgba(17, 20, 23, 0.32);
  border-radius: 2px;
  padding: 9px 12px;
  background: var(--wo-v47-paper-bright);
  color: var(--wo-v47-ink);
  font-size: 14px !important;
  font-weight: 800;
  line-height: 1.2;
  text-decoration: none;
}

body.wo-v47-category .category-filtering .widget_layered_nav_filters li > a::before {
  color: var(--wo-v47-ember-text);
}

body.wo-v47-category .category-filtering .widget_layered_nav_filters li > a:hover {
  border-color: var(--wo-v47-ember-deep);
  color: var(--wo-v47-ember-text);
}

body.wo-v47-category .category-filtering .widget_layered_nav_filters li > a:focus,
body.wo-v47-category .category-filtering .widget_layered_nav_filters li > a:focus-visible {
  outline: 3px solid var(--wo-v47-cyan-link) !important;
  outline-offset: 3px;
}

body.wo-v47-category .wo-v47-category-tools .category-filtering {
  flex: 0 0 auto;
  margin: 0;
}

@media (max-width: 849px) {
  body.wo-v47-category #shop-sidebar {
    width: 100%;
    padding: 28px 24px 30px 40px;
    background: var(--wo-v47-paper-bright);
  }

  body.wo-v47-category #shop-sidebar::before {
    left: 18px;
    top: 24px;
    bottom: 24px;
  }

  .wo-v47-filter-intro h2 {
    font-size: 2.2rem;
  }
}

@media (forced-colors: active) {
  body.wo-v47-category #shop-sidebar::before {
    background: CanvasText;
  }

  body.wo-v47-category #shop-sidebar li > a::before,
  body.wo-v47-category .category-filtering .filter-button,
  body.wo-v47-category #shop-sidebar :where(.price_slider_amount .button, button) {
    border: 1px solid ButtonText;
  }

  body.wo-v47-category #shop-sidebar li.chosen,
  body.wo-v47-category #shop-sidebar li.woocommerce-widget-layered-nav-list__item--chosen {
    background: Highlight;
    color: HighlightText;
    forced-color-adjust: auto;
  }
}

.wo-v47-loop-intro {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(280px, 0.58fr);
  align-items: end;
  gap: 60px;
  margin: 0 0 54px;
  border-top: 1px solid var(--wo-v47-line);
  padding-top: 48px;
}

.wo-v47-loop-intro h2 {
  margin-bottom: 0;
  font-size: clamp(3rem, 5.2vw, 5.4rem);
}

.wo-v47-loop-intro > p {
  color: rgba(17, 20, 23, 0.62);
}

.wo-v47-filter-reset {
  display: grid;
  justify-items: start;
  gap: 18px;
  margin: 28px 0 48px;
  border-left: 3px solid var(--wo-v47-ember-deep);
  padding: 24px 28px;
  background: var(--wo-v47-paper-bright);
  box-shadow: 0 14px 34px rgba(59, 40, 27, 0.08);
}

.wo-v47-filter-reset p {
  margin: 0;
  color: rgba(17, 20, 23, 0.72);
  font-weight: 700;
}

.wo-v47-filter-reset .wo-v47-button {
  min-height: 44px;
}

body.wo-v47-category .woocommerce-ordering select {
  min-height: 46px;
  border-color: var(--wo-v47-line);
  border-radius: 5px;
  padding-inline: 14px 40px;
  background-color: var(--wo-v47-paper-bright);
}

body.wo-v47-category :where(.woocommerce-result-count, .woocommerce-ordering) {
  color: rgba(17, 20, 23, 0.68);
  font-size: 0.875rem;
}

body.wo-v47-category .products.row {
  row-gap: 34px;
}

@media (min-width: 1200px) {
  body.wo-v47-category .products.row > .product-small.col {
    max-width: 25% !important;
    flex-basis: 25% !important;
  }
}

@media (min-width: 900px) and (max-width: 1199px) {
  body.wo-v47-category .products.row > .product-small.col {
    max-width: 33.333333% !important;
    flex-basis: 33.333333% !important;
  }
}

@media (min-width: 480px) and (max-width: 899px) {
  body.wo-v47-category .products.row > .product-small.col {
    max-width: 50% !important;
    flex-basis: 50% !important;
  }
}

@media (max-width: 479px) {
  body.wo-v47-category .products.row > .product-small.col,
  body.wo-v47-category .products.row > .product-category.col {
    max-width: 100% !important;
    flex-basis: 100% !important;
  }
}

body.wo-v47-category .product-small .col-inner {
  position: relative;
  height: 100%;
  border: 1px solid var(--wo-v47-line);
  background: var(--wo-v47-paper-bright);
  box-shadow: 0 15px 38px rgba(59, 40, 27, 0.08);
}

body.wo-v47-category .product-small .col-inner::after {
  content: "";
  position: absolute;
  inset: -1px -1px auto;
  height: 2px;
  background: linear-gradient(90deg, transparent, var(--wo-v47-cyan), transparent);
  opacity: 0;
  pointer-events: none;
  transition: opacity 220ms cubic-bezier(0.16, 1, 0.3, 1);
}

body.wo-v47-category .product-small .box-image {
  background: linear-gradient(145deg, #fff, #f4eadb);
}

/* Cancel Flatsome's square padding before applying the landscape frame. */
body.wo-v47-category .product-category .box-image {
  width: 100%;
  max-width: 100%;
  height: auto;
  padding: 0;
  aspect-ratio: 8 / 5;
  overflow: hidden;
}

body.wo-v47-category .product-category .box-text {
  position: relative;
  inset: auto;
  margin: 0;
  height: auto !important;
}


body.wo-v47-category .product-category .box-image img.wo-v47-category-thumbnail {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

body.wo-v47-category .product-small .box-text {
  padding: 22px;
}

body.wo-v47-category .product-small :where(.badge-container, .badge) {
  width: auto;
  height: auto;
}

body.wo-v47-category .product-small .badge-container {
  top: 12px;
  left: 12px;
}

body.wo-v47-category .product-small .badge-inner,
body.wo-v47-product .product-gallery .badge-inner {
  width: auto !important;
  min-width: 0 !important;
  height: auto !important;
  min-height: 30px;
  display: inline-flex;
  align-items: center;
  border: 0 !important;
  border-radius: 2px !important;
  padding: 7px 10px !important;
  background: var(--wo-v47-ink) !important;
  color: var(--wo-v47-paper-bright) !important;
  font: 700 0.875rem/1 var(--wo-v47-body) !important;
  letter-spacing: 0.015em;
  text-transform: none;
}

body.wo-v47-category .product-category .name {
  min-height: 2.5em;
  font-family: var(--wo-v47-display);
  font-size: 1.15rem;
  font-weight: 800;
  line-height: 1.15;
}

/* Produits : lecture calme, métadonnée utile et CTA alignés sur chaque rangée. */
body.wo-v47-category .products.row,
body.wo-v47-product .products.row,
body.wo-v47-transactional .products.row {
  align-items: stretch;
}

body.wo-v47-pilot .products .product-small.type-product h3.woocommerce-loop-product__title {
  display: none !important;
}

body.wo-v47-pilot .products .product-small.type-product {
  display: flex;
}

body.wo-v47-pilot .products .product-small.type-product :where(.col-inner, .box) {
  width: 100%;
  height: 100%;
}

body.wo-v47-pilot .products .product-small.type-product .box,
body.wo-v47-pilot .products .product-small.type-product .box-text,
body.wo-v47-pilot .products .product-small.type-product .box-text-inner {
  display: flex;
  flex-direction: column;
}

body.wo-v47-pilot .products .product-small.type-product .box-image {
  width: 100%;
}

body.wo-v47-pilot .products .product-small.type-product .box-text,
body.wo-v47-pilot .products .product-small.type-product .box-text-inner {
  flex: 1 1 auto;
}

body.wo-v47-pilot .products .product-small.type-product .wo-v47-product-card-title {
  min-height: 0;
  margin: 0;
  color: var(--wo-v47-ink);
  font-family: var(--wo-v47-body);
  font-size: clamp(0.92rem, 0.85vw, 1rem);
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: -0.012em;
  text-wrap: pretty;
}

.wo-v47-product-card-title-main {
  display: block;
}

.wo-v47-product-card-title-badge {
  width: fit-content;
  min-height: 22px;
  display: inline-flex;
  align-items: center;
  gap: 5px;
  margin-top: 8px;
  border: 1px solid rgba(28, 32, 35, 0.11);
  border-radius: 2px;
  padding: 4px 7px;
  background: rgba(255, 250, 242, 0.78);
  box-shadow:
    inset 2px 0 0 var(--wo-v47-ember),
    0 3px 8px rgba(21, 27, 30, 0.045);
  color: var(--wo-v47-ember-text);
  font: 700 0.875rem/1 var(--wo-v47-body);
  letter-spacing: 0.025em;
  text-transform: none;
}

body.wo-v47-pilot .products .product-small.type-product .price-wrapper {
  margin-top: auto;
  padding-top: 14px;
}

body.wo-v47-pilot .products .product-small.type-product .add-to-cart-button {
  margin-top: 10px;
}

body.wo-v47-pilot .products .product-small.type-product .add-to-cart-button .button {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

body.wo-v47-category .product-category .price-wrapper {
  margin-top: 12px;
}

body.wo-v47-category .product-small .price {
  color: var(--wo-v47-ember-text);
  font-family: var(--wo-v47-display);
  font-weight: 800;
}

body.wo-v47-category .woocommerce-pagination {
  margin-top: 54px;
}

body.wo-v47-category .woocommerce-pagination .page-number {
  min-width: 44px;
  min-height: 44px;
  display: inline-grid;
  place-items: center;
  margin: 3px;
  border: 1px solid var(--wo-v47-line);
  border-radius: 50%;
  color: var(--wo-v47-ink);
  font-weight: 750;
}

body.wo-v47-category .woocommerce-pagination .page-number.current {
  border-color: var(--wo-v47-ink);
  background: var(--wo-v47-ink);
  color: var(--wo-v47-paper-bright);
}

.wo-v47-category-guide {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(420px, 1fr);
  gap: 80px;
  margin-top: 90px;
  padding: clamp(60px, 7vw, 90px);
  background:
    radial-gradient(circle at 83% 20%, rgba(200, 86, 26, 0.13), transparent 22rem),
    linear-gradient(145deg, var(--wo-v47-navy), #151d22 70%, #251a15);
  color: var(--wo-v47-paper-bright);
}

.wo-v47-category-guide h2 {
  color: var(--wo-v47-paper-bright);
  font-size: clamp(3rem, 4.8vw, 5rem);
}

.wo-v47-category-guide h2 strong {
  color: var(--wo-v47-gold);
}

.wo-v47-category-guide ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

.wo-v47-category-guide li {
  display: grid;
  grid-template-columns: 42px 0.5fr 1fr;
  align-items: baseline;
  gap: 20px;
  border-top: 1px solid var(--wo-v47-line-light);
  padding: 22px 0;
}

.wo-v47-category-guide li:last-child {
  border-bottom: 1px solid var(--wo-v47-line-light);
}

.wo-v47-category-guide li > span {
  color: var(--wo-v47-gold);
  font: 800 0.875rem/1 var(--wo-v47-display);
}

.wo-v47-category-guide li > b {
  font: 800 1.7rem/1 var(--wo-v47-display);
}

.wo-v47-category-guide li > p {
  margin: 0;
  color: rgba(255, 250, 242, 0.62);
}

/* WooCommerce product ---------------------------------------------------- */

body.wo-v47-product {
  background: var(--wo-v47-paper);
}

body.wo-v47-product .product-main {
  padding: clamp(22px, 3vw, 42px) 0;
  background:
    radial-gradient(circle at 72% 16%, rgba(242, 184, 75, 0.18), transparent 22rem),
    linear-gradient(145deg, var(--wo-v47-paper-bright), #ecd9bd 130%);
}

body.wo-v47-product .shop-container {
  width: 100%;
  max-width: none;
  margin-inline: auto;
}

body.wo-v47-product .product-main > .row.content-row,
body.wo-v47-product .product-footer > .container {
  width: var(--wo-v47-shell);
  max-width: none;
  margin-inline: auto;
  padding-inline: 0;
}

.wo-v47-product-axis {
  width: var(--wo-v47-shell);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  margin: 0 auto 54px;
  border-block: 1px solid var(--wo-v47-line);
  padding: 16px 0;
}

.wo-v47-product-axis > span {
  color: var(--wo-v47-ember-text);
  font: 800 0.875rem/1 var(--wo-v47-display);
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.wo-v47-product-axis ol {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  margin: 0;
  padding: 0;
  list-style: none;
  color: rgba(17, 20, 23, 0.62);
  font-size: 0.875rem;
}

.wo-v47-product-axis li b {
  margin-right: 7px;
  color: var(--wo-v47-ember-text);
  font-family: var(--wo-v47-display);
}

body.wo-v47-product .product-main .row.content-row {
  align-items: flex-start;
}

body.wo-v47-product .product-gallery {
  border: 1px solid rgba(90, 50, 24, 0.12);
  padding: clamp(18px, 3vw, 38px);
  background:
    linear-gradient(116deg, rgba(255, 255, 255, 0.8), transparent 34%),
    radial-gradient(circle at 82% 18%, rgba(249, 115, 22, 0.12), transparent 18rem),
    #fff;
  box-shadow: var(--wo-v47-shadow);
}

body.wo-v47-product .product-gallery .woocommerce-product-gallery__image img {
  object-fit: contain;
}

body.wo-v47-product .product-info.summary {
  padding: 0 15px 0 clamp(28px, 3.5vw, 50px);
}

.wo-v47-product-eyebrow {
  margin-bottom: 20px;
}

body.wo-v47-product .product-info .product-title {
  margin-bottom: 26px;
  color: var(--wo-v47-ink);
  font: 800 clamp(2.4rem, 3.25vw, 3.6rem)/1.02 var(--wo-v47-display);
  letter-spacing: -0.05em;
  text-transform: none;
  overflow-wrap: anywhere;
}

body.wo-v47-product .product-info .price {
  color: var(--wo-v47-ink);
  font: 800 clamp(1.9rem, 2.5vw, 2.6rem)/1.1 var(--wo-v47-display);
}

body.wo-v47-product .product-info .product-short-description {
  max-width: 62ch;
  color: var(--wo-v47-muted);
  font-size: 1rem;
  line-height: 1.65;
}

body.wo-v47-product .product-info .product-short-description :where(p, ul, ol):last-child {
  margin-bottom: 0;
}

body.wo-v47-product .wo-micro-benefits {
  display: none !important;
}

.wo-v47-product-trust {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin: 26px 0;
  border: 1px solid var(--wo-v47-line);
  background: rgba(255, 250, 242, 0.72);
}

.wo-v47-product-trust > :where(div, a) {
  min-width: 0;
  min-height: 96px;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  align-items: center;
  gap: 12px;
  border-right: 1px solid var(--wo-v47-line);
  padding: 17px;
  color: var(--wo-v47-ink);
  text-decoration: none;
}

.wo-v47-product-trust > :last-child {
  border-right: 0;
}

.wo-v47-product-trust i {
  width: 30px;
  height: 30px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(200, 86, 26, 0.34);
  border-radius: 50%;
  color: var(--wo-v47-ember-text);
  font: 800 0.75rem/1 var(--wo-v47-display);
  font-style: normal;
}

.wo-v47-product-trust span {
  min-width: 0;
}

.wo-v47-product-trust b,
.wo-v47-product-trust small {
  display: block;
}

.wo-v47-product-trust b {
  margin-bottom: 5px;
  font: 700 0.94rem/1.12 var(--wo-v47-body);
}

.wo-v47-product-trust small {
  color: var(--wo-v47-muted);
  font-size: 0.875rem;
  line-height: 1.35;
}

body.wo-v47-product .single_add_to_cart_button {
  min-height: 52px;
  border-radius: 4px;
  background: linear-gradient(118deg, #f6b24c, var(--wo-v47-orange) 62%, #e64e13);
  color: var(--wo-v47-ink);
  font-family: var(--wo-v47-display);
  font-weight: 800;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

body.wo-v47-product .product-footer {
  background: var(--wo-v47-paper-bright);
}

body.wo-v47-category #main strong[data-start],
body.wo-v47-product #main :where(.product-short-description, .woocommerce-Tabs-panel, .product_meta) a,
body.wo-v47-product #main :where(.product-short-description, .woocommerce-Tabs-panel, .product_meta) a u,
body.wo-v47-editorial .wo-v47-article-body a,
body.wo-v47-editorial .wo-v47-article-body a u {
  color: #9d3b12;
}

body.wo-v47-editorial #main time {
  color: #9d3b12;
}

body.wo-v47-transactional .woocommerce-button {
  color: var(--wo-v47-ink);
}

.wo-v47-product-guide {
  display: grid;
  grid-template-columns: minmax(0, 0.72fr) minmax(0, 1fr);
  align-items: start;
  gap: clamp(42px, 7vw, 88px);
  margin: 0 0 clamp(56px, 7vw, 88px);
  padding: clamp(42px, 5vw, 66px);
  background:
    linear-gradient(90deg, rgba(8, 210, 227, 0.08), transparent 24%),
    radial-gradient(circle at 82% 20%, rgba(200, 86, 26, 0.14), transparent 22rem),
    linear-gradient(145deg, var(--wo-v47-navy), #161d23 68%, #251a15);
  color: var(--wo-v47-paper-bright);
}

.wo-v47-product-guide h2 {
  color: var(--wo-v47-paper-bright);
  font-size: clamp(2.5rem, 3.5vw, 3.8rem);
}

.wo-v47-product-guide > div > p:last-child {
  max-width: 48ch;
  margin: 0;
  color: rgba(255, 250, 242, 0.7);
}

.wo-v47-product-guide dl {
  margin: 0;
  border-top: 1px solid var(--wo-v47-line-light);
}

.wo-v47-product-guide dl > div {
  display: grid;
  grid-template-columns: 0.45fr 1fr;
  gap: 20px;
  border-bottom: 1px solid var(--wo-v47-line-light);
  padding: 22px 0;
}

.wo-v47-product-guide dt {
  color: var(--wo-v47-cyan);
  font: 800 1.15rem/1.15 var(--wo-v47-display);
  overflow-wrap: anywhere;
}

.wo-v47-product-guide dd {
  margin: 0;
  color: rgba(255, 250, 242, 0.78);
  overflow-wrap: anywhere;
}

body.wo-v47-product .woocommerce-tabs {
  border-top-color: var(--wo-v47-line);
}

body.wo-v47-product .product-footer {
  padding: clamp(64px, 7vw, 100px) 0;
}

body.wo-v47-product .product-footer > .container {
  background: transparent;
}

body.wo-v47-product .woocommerce-tabs .product-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0 0 28px;
  border: 0;
}

body.wo-v47-product .woocommerce-tabs .product-tabs:has(> li:only-child) {
  display: none;
}

body.wo-v47-product .woocommerce-tabs .product-tabs li {
  margin: 0;
}

body.wo-v47-product .woocommerce-tabs .product-tabs a {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  border: 1px solid var(--wo-v47-line);
  border-radius: 999px;
  padding: 10px 16px;
  color: rgba(17, 20, 23, 0.72);
  font-size: 0.875rem;
  font-weight: 750;
}

body.wo-v47-product .woocommerce-tabs .product-tabs .active a {
  border-color: var(--wo-v47-ink);
  background: var(--wo-v47-ink);
  color: var(--wo-v47-paper-bright);
}

body.wo-v47-product .woocommerce-Tabs-panel {
  margin: 0 0 52px;
  border: 1px solid var(--wo-v47-line);
  border-radius: 10px;
  padding: clamp(26px, 4vw, 46px);
  background: #fff;
  box-shadow: 0 18px 44px rgba(59, 40, 27, 0.07);
}

body.wo-v47-product .woocommerce-Tabs-panel > :last-child {
  margin-bottom: 0;
}

body.wo-v47-product :where(.stock, .available-on-backorder) {
  width: fit-content;
  margin: 14px 0;
  border-left: 3px solid var(--wo-v47-cyan-text);
  padding: 8px 12px;
  background: rgba(8, 210, 227, 0.08);
  color: var(--wo-v47-cyan-text);
  font-size: 0.875rem;
  font-weight: 750;
}

body.wo-v47-product .out-of-stock {
  border-left-color: #963b10;
  background: rgba(150, 59, 16, 0.08);
  color: #7b2e0d;
}

body.wo-v47-product .badge-container .badge-inner {
  min-width: 58px;
  min-height: 58px;
  display: grid;
  place-items: center;
  border: 0;
  background: linear-gradient(135deg, var(--wo-v47-gold), var(--wo-v47-orange));
  color: var(--wo-v47-ink);
  font-size: 0.875rem;
  font-weight: 800;
}

body.wo-v47-product :where(.related, .upsells) > h2 {
  margin-bottom: 34px;
  color: var(--wo-v47-ink);
  font: 800 clamp(2.5rem, 4vw, 4.2rem)/0.95 var(--wo-v47-display);
  letter-spacing: -0.045em;
  text-transform: none;
}

/* Global V4.7 system ----------------------------------------------------- */

body.wo-v47-pilot #main :where(.button.primary, .button.alt, .wp-element-button):not(.wo-v47-button) {
  border-radius: 4px;
  background: linear-gradient(118deg, #f6b24c, var(--wo-v47-orange) 62%, #e64e13);
  color: var(--wo-v47-ink);
  font-family: var(--wo-v47-display);
  font-weight: 800;
  letter-spacing: 0.04em;
}

body.wo-v47-pilot :where(.product-small, .post-item) .col-inner {
  border: 1px solid var(--wo-v47-line);
  background: var(--wo-v47-paper-bright);
  box-shadow: 0 15px 38px rgba(59, 40, 27, 0.08);
}

body.wo-v47-pilot :where(.product-small, .post-item) .box-text {
  padding: 22px;
}

body.wo-v47-pilot .product-small .name,
body.wo-v47-pilot .post-item .post-title {
  font-family: var(--wo-v47-display);
  font-size: 1.12rem;
  font-weight: 800;
  line-height: 1.18;
  text-transform: none;
}

body.wo-v47-pilot .product-small .price {
  color: var(--wo-v47-ember-text);
  font-family: var(--wo-v47-display);
  font-weight: 800;
}

body.wo-v47-page #main,
body.wo-v47-transactional #main,
body.wo-v47-system #main {
  background:
    radial-gradient(circle at 82% 10%, rgba(242, 184, 75, 0.12), transparent 24rem),
    var(--wo-v47-paper);
}

body.wo-v47-page #main :where(h1, h2, h3),
body.wo-v47-transactional #main :where(h1, h2, h3),
body.wo-v47-system #main :where(h1, h2, h3) {
  color: var(--wo-v47-ink);
  font-family: var(--wo-v47-display);
  font-weight: 800;
  letter-spacing: -0.035em;
  text-transform: none;
}

body.wo-v47-page .page-wrapper,
body.wo-v47-transactional .page-wrapper,
body.wo-v47-system .page-wrapper {
  padding-block: clamp(54px, 7vw, 100px);
}

body.wo-v47-transactional h1.page-title {
  display: none;
}

.wo-v47-transactional-hero {
  max-width: 760px;
  margin: 0 0 clamp(34px, 5vw, 64px);
  padding: clamp(28px, 4vw, 48px);
  border: 1px solid rgba(143, 75, 28, 0.2);
  background:
    radial-gradient(circle at 92% 14%, rgba(242, 184, 75, 0.18), transparent 16rem),
    linear-gradient(145deg, var(--wo-v47-paper-bright), #f3dfc8);
  box-shadow: 0 18px 48px rgba(59, 40, 27, 0.08);
}

.wo-v47-transactional-hero h1 {
  margin: 16px 0 14px;
  font-size: clamp(2.4rem, 6vw, 5.5rem);
  line-height: 0.92;
}

.wo-v47-transactional-hero > p:last-child {
  max-width: 58ch;
  margin: 0;
  color: rgba(17, 20, 23, 0.72);
  line-height: 1.65;
}

body.wo-v47-transactional :where(.woocommerce-cart-form, .cart_totals, .woocommerce-checkout-review-order, .woocommerce-MyAccount-navigation, .woocommerce-MyAccount-content) {
  border: 1px solid var(--wo-v47-line);
  border-radius: 10px;
  background: var(--wo-v47-paper-bright);
  box-shadow: 0 16px 40px rgba(59, 40, 27, 0.07);
}

body.wo-v47-transactional .woocommerce-cart-form {
  overflow: hidden;
}

body.wo-v47-transactional :where(.shop_table, .woocommerce-checkout-review-order-table) {
  margin: 0;
  border: 0;
}

body.wo-v47-transactional :where(.shop_table th, .shop_table td) {
  padding: 17px 16px;
  border-color: rgba(17, 20, 23, 0.1);
  vertical-align: middle;
}

body.wo-v47-transactional .shop_table thead th {
  background: rgba(17, 20, 23, 0.035);
  color: var(--wo-v47-ink);
  font: 800 0.875rem/1.2 var(--wo-v47-display);
  letter-spacing: 0.04em;
}

body.wo-v47-transactional .woocommerce-cart-form .actions {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 12px;
  padding: 24px !important;
}

body.wo-v47-transactional .woocommerce-cart-form .actions::after {
  display: none;
}

body.wo-v47-transactional :where(.woocommerce-cart-form .actions .button, .checkout-button, .woocommerce-form-login__submit, .woocommerce-Button) {
  min-height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0 !important;
  border-radius: 6px !important;
  padding: 12px 18px !important;
  font-size: 0.875rem;
  white-space: normal;
  line-height: 1.2;
  text-align: center;
}

body.wo-v47-transactional .woocommerce-cart-form .actions .button[disabled] {
  opacity: 0.52;
}

body.wo-v47-transactional .cart_totals {
  padding: 24px;
}

body.wo-v47-transactional .cart_totals > h2 {
  margin: 0 -24px 12px;
  border-bottom: 1px solid rgba(17, 20, 23, 0.1);
  padding: 0 24px 18px;
  font-size: 1.05rem;
  letter-spacing: 0.04em;
}

body.wo-v47-transactional .cart_totals .checkout-button {
  width: 100%;
  margin-top: 16px !important;
}

body.wo-v47-transactional :where(input.input-text, textarea, select) {
  min-height: 48px;
  border: 1px solid rgba(17, 20, 23, 0.24);
  border-radius: 5px;
  background: #fff;
  box-shadow: none;
}

body.wo-v47-transactional :where(.woocommerce-billing-fields, .woocommerce-shipping-fields, .woocommerce-additional-fields) {
  border: 1px solid var(--wo-v47-line);
  border-radius: 10px;
  padding: clamp(24px, 4vw, 40px);
  background: var(--wo-v47-paper-bright);
  box-shadow: 0 16px 40px rgba(59, 40, 27, 0.06);
}

body.wo-v47-transactional .woocommerce-checkout-review-order {
  overflow: hidden;
  padding: 24px;
}

body.wo-v47-transactional .woocommerce-MyAccount-navigation {
  overflow: hidden;
  padding: 10px;
}

body.wo-v47-transactional .woocommerce-MyAccount-navigation li a {
  display: block;
  border-radius: 5px;
  padding: 12px 14px;
}

body.wo-v47-transactional .woocommerce-MyAccount-navigation li.is-active a {
  background: var(--wo-v47-ink);
  color: var(--wo-v47-paper-bright);
}

body.wo-v47-transactional .woocommerce-MyAccount-content {
  padding: clamp(24px, 4vw, 40px);
}

/* Editorial article ----------------------------------------------------- */

body.wo-v47-editorial {
  background: var(--wo-v47-paper);
}

body.wo-v47-editorial .blog-single.page-wrapper {
  padding: 0;
}

body.wo-v47-editorial .blog-single > .row {
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 0;
}

body.wo-v47-editorial .blog-single > .row > .large-9 {
  flex-basis: 100%;
  width: 100%;
  max-width: none;
  padding: 0;
}

body.wo-v47-editorial .blog-single .post-sidebar,
body.wo-v47-editorial .entry-header {
  display: none;
}

body.wo-v47-editorial .article-inner {
  margin: 0;
  background: transparent;
  box-shadow: none;
}

body.wo-v47-editorial .entry-content.single-page {
  max-width: 820px;
  margin: 0 auto;
  padding: 0 32px clamp(90px, 10vw, 150px);
  color: rgba(17, 20, 23, 0.78);
  font-size: clamp(1rem, 1.2vw, 1.12rem);
  line-height: 1.78;
}

.wo-v47-article-hero {
  position: relative;
  width: 100vw;
  min-height: min(820px, calc(100svh - 30px));
  margin-left: calc(50% - 50vw);
  display: flex;
  align-items: end;
  overflow: hidden;
  background: #081013;
  color: var(--wo-v47-paper-bright);
}

.wo-v47-article-hero-media,
.wo-v47-article-hero-shade {
  position: absolute;
  inset: 0;
}

.wo-v47-article-hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  filter: saturate(0.8) contrast(1.04);
}

.wo-v47-article-hero-shade {
  background:
    linear-gradient(90deg, rgba(5, 10, 13, 0.98) 0%, rgba(5, 10, 13, 0.82) 52%, rgba(5, 10, 13, 0.25)),
    linear-gradient(0deg, rgba(5, 10, 13, 0.94), transparent 68%);
}

.wo-v47-article-hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(240px, 300px);
  align-items: end;
  gap: clamp(50px, 8vw, 110px);
  padding: calc(110px + var(--wo-v47-store-notice-height)) 0 80px;
}

.wo-v47-article-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 26px;
  color: rgba(255, 250, 242, 0.7);
  font: 800 0.875rem/1 var(--wo-v47-display);
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.wo-v47-article-meta span {
  border: 1px solid rgba(255, 250, 242, 0.23);
  border-radius: 999px;
  padding: 8px 11px;
}

.wo-v47-article-hero h1 {
  max-width: 940px;
  margin-bottom: 28px;
  color: var(--wo-v47-paper-bright);
  font: 800 clamp(3.8rem, 7.7vw, 8rem)/0.92 var(--wo-v47-display);
  letter-spacing: -0.055em;
  text-wrap: balance;
  text-transform: none;
}

.wo-v47-article-hero-grid > div > p:not(.wo-v47-article-meta) {
  max-width: 700px;
  color: rgba(255, 250, 242, 0.72);
  font-size: 1.08rem;
  line-height: 1.65;
}

.wo-v47-article-hero aside {
  border-top: 2px solid var(--wo-v47-teal);
  padding-top: 20px;
}

.wo-v47-article-hero aside span {
  color: #66c8bf;
  font: 800 0.875rem/1 var(--wo-v47-display);
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.wo-v47-article-hero aside b {
  display: block;
  margin: 14px 0;
  color: var(--wo-v47-paper-bright);
  font: 800 1.8rem/1.06 var(--wo-v47-display);
}

.wo-v47-article-hero aside p {
  color: rgba(255, 250, 242, 0.6);
  font-size: 0.875rem;
  line-height: 1.55;
}

.wo-v47-article-body {
  padding-top: clamp(65px, 8vw, 105px);
}

.wo-v47-article-body :where(h2, h3, h4) {
  color: var(--wo-v47-ink);
  font-family: var(--wo-v47-display);
  font-weight: 800;
  letter-spacing: -0.035em;
  text-transform: none;
  text-wrap: balance;
}

.wo-v47-article-body h2 {
  margin-top: 2.1em;
  font-size: clamp(2.3rem, 4.5vw, 4.5rem);
  line-height: 0.98;
}

.wo-v47-article-body h3 {
  margin-top: 1.8em;
  font-size: clamp(1.65rem, 3vw, 2.7rem);
  line-height: 1.06;
}

.wo-v47-article-body :where(p, li) {
  max-width: 72ch;
}

.wo-v47-article-body :where(blockquote, .wo-toc, details) {
  border: 1px solid var(--wo-v47-line);
  border-left: 3px solid var(--wo-v47-teal);
  padding: clamp(22px, 4vw, 38px);
  background: var(--wo-v47-paper-bright);
  box-shadow: 0 16px 42px rgba(59, 40, 27, 0.07);
}

.wo-v47-article-body img {
  height: auto;
  border: 1px solid rgba(90, 50, 24, 0.1);
}

.wo-v47-article-next {
  width: 100vw;
  margin: clamp(80px, 10vw, 130px) 0 0 calc(50% - 50vw);
  padding: clamp(70px, 9vw, 120px) max(32px, calc((100vw - 820px) / 2));
  background:
    radial-gradient(circle at 80% 18%, rgba(200, 86, 26, 0.16), transparent 22rem),
    linear-gradient(145deg, var(--wo-v47-navy), #151d22 70%, #251a15);
  color: var(--wo-v47-paper-bright);
}

.wo-v47-article-next h2 {
  max-width: 900px;
  color: var(--wo-v47-paper-bright);
  font: 800 clamp(3rem, 6vw, 6.2rem)/0.94 var(--wo-v47-display);
  letter-spacing: -0.05em;
}

.wo-v47-article-next h2 strong {
  display: block;
  color: var(--wo-v47-gold);
}

.wo-v47-article-next > p:not(.wo-v47-eyebrow) {
  max-width: 660px;
  color: rgba(255, 250, 242, 0.68);
}

/* Editorial archives ---------------------------------------------------- */

body.wo-v47-editorial-archive {
  background: var(--wo-v47-paper);
}

.wo-v47-editorial-archive-hero {
  position: relative;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  padding:
    calc(clamp(95px, 10vw, 145px) + var(--wo-v47-store-notice-height))
    0
    clamp(72px, 8vw, 110px);
  background:
    radial-gradient(circle at 74% 30%, rgba(242, 184, 75, 0.13), transparent 24rem),
    linear-gradient(130deg, #090f12, #243044);
  color: var(--wo-v47-paper-bright);
}

.wo-v47-editorial-archive-grid {
  min-height: 430px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 320px;
  align-items: center;
  gap: clamp(50px, 8vw, 100px);
}

.wo-v47-editorial-archive-hero .wo-v47-archive-title-group {
  color: var(--wo-v47-paper-bright);
  font: 800 clamp(3.8rem, 7.7vw, 8rem)/0.92 var(--wo-v47-display);
  letter-spacing: -0.055em;
  text-transform: none;
}

.wo-v47-editorial-archive-hero .wo-v47-archive-title-group strong {
  display: block;
  color: var(--wo-v47-gold);
}

.wo-v47-editorial-archive-hero p {
  max-width: 680px;
  color: rgba(255, 250, 242, 0.7);
  line-height: 1.65;
}

.wo-v47-editorial-archive-hero aside {
  display: grid;
  border-top: 2px solid var(--wo-v47-teal);
  padding-top: 18px;
}

.wo-v47-editorial-archive-hero aside span {
  margin-bottom: 12px;
  color: #66c8bf;
  font: 800 0.875rem/1 var(--wo-v47-display);
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.wo-v47-editorial-archive-hero aside b {
  border-bottom: 1px solid rgba(255, 250, 242, 0.16);
  padding: 12px 0;
  color: var(--wo-v47-paper-bright);
  font-family: var(--wo-v47-display);
  font-size: 1.25rem;
}

body.wo-v47-editorial-archive .blog-wrapper {
  background: var(--wo-v47-paper);
}

body.wo-v47-editorial-archive .post-item .box-image {
  background: linear-gradient(145deg, #fff, #f4eadb);
}

/* Focus, reveal and motion ---------------------------------------------- */

body.wo-v47-pilot :where(a, button, input, select, summary):focus-visible {
  outline: 3px solid var(--wo-v47-cyan-text);
  outline-offset: 4px;
}

.wo-v47-js.wo-v47-reveal-ready [data-wo-reveal] {
  opacity: 0;
  transform: translateY(26px);
  transition:
    opacity 520ms ease,
    transform 720ms cubic-bezier(0.16, 1, 0.3, 1);
}

.wo-v47-js.wo-v47-reveal-ready [data-wo-reveal].is-inview {
  opacity: 1;
  transform: translateY(0);
}

@media (hover: hover) and (pointer: fine) {
  .wo-v47-button {
    transition:
      transform 220ms cubic-bezier(0.16, 1, 0.3, 1),
      box-shadow 220ms cubic-bezier(0.16, 1, 0.3, 1),
      background-color 220ms ease;
  }

  .wo-v47-button:hover {
    transform: translateY(-3px);
    box-shadow: 0 18px 38px rgba(31, 24, 19, 0.18);
  }

  .wo-v47-direct-access > a,
  .wo-v47-editorial-links > a,
  .wo-v47-commerce-rail a,
  body.wo-v47-category .product-small .col-inner {
    transition:
      background-color 220ms ease,
      color 220ms ease,
      transform 240ms cubic-bezier(0.16, 1, 0.3, 1),
      box-shadow 240ms cubic-bezier(0.16, 1, 0.3, 1);
  }

  .wo-v47-editorial-links > a::before {
    transition: opacity 220ms ease;
  }

  .wo-v47-direct-access > a:hover {
    background: var(--wo-v47-ink);
    color: var(--wo-v47-paper-bright);
  }

  .wo-v47-editorial-links > a:hover {
    color: var(--wo-v47-paper-bright);
    box-shadow: inset 0 3px 0 var(--wo-v47-gold), 0 18px 38px rgba(31, 24, 19, 0.16);
    transform: translateY(-2px);
  }

  .wo-v47-editorial-links > a:hover::before {
    opacity: 1;
  }

  .wo-v47-editorial-links > a:hover > span {
    color: #ffe0a1;
  }

  .wo-v47-editorial-links > a:hover > :is(h3, b) {
    color: var(--wo-v47-paper-bright);
  }

  .wo-v47-commerce-rail a:hover {
    background: rgba(255, 255, 255, 0.48);
    transform: translateY(-2px);
  }

  .wo-v47-diagnostic-card fieldset button:hover {
    padding-left: 24px;
    background: var(--wo-v47-ink);
    color: var(--wo-v47-paper-bright);
  }

  .wo-v47-flagship-object img {
    transition:
      transform 280ms cubic-bezier(0.16, 1, 0.3, 1),
      filter 280ms cubic-bezier(0.16, 1, 0.3, 1);
  }

  .wo-v47-flagship-media:hover .wo-v47-flagship-object img {
    transform: translateY(-6px) scale(1.015) rotate(-1deg);
    filter:
      drop-shadow(0 38px 28px rgba(69, 43, 24, 0.22))
      drop-shadow(0 5px 7px rgba(17, 20, 23, 0.13));
  }

  body.wo-v47-category .product-small .col-inner:hover {
    transform: translateY(-5px);
    box-shadow: 0 22px 48px rgba(59, 40, 27, 0.14);
  }

  body.wo-v47-category .product-small .col-inner:hover::after {
    opacity: 1;
  }
}

/* Responsive ------------------------------------------------------------- */

@media (max-width: 1100px) {
  body.wo-v47-pilot {
    --wo-v47-shell: min(100% - 48px, 980px);
  }

  .wo-v47-hero {
    min-height: 980px;
  }

  .wo-v47-hero-grid {
    grid-template-columns: minmax(0, 1fr) minmax(280px, 0.42fr);
    gap: 45px;
  }

  .wo-v47-hero-copy .wo-v47-home-title-group {
    font-size: clamp(5rem, 11vw, 7.5rem);
  }

  .wo-v47-route-rail {
    padding-inline: 24px;
  }

  .wo-v47-split-heading,
  .wo-v47-flagship-heading,
  .wo-v47-program-grid,
  .wo-v47-evidence-grid,
  .wo-v47-diagnostic-grid,
  .wo-v47-category-hero-grid,
  .wo-v47-category-guide,
  .wo-v47-product-guide {
    grid-template-columns: 1fr;
  }

  .wo-v47-level-machine {
    grid-template-columns: 310px minmax(0, 1fr);
  }

  .wo-v47-level-track {
    left: 302px;
  }

  .wo-v47-level-panels > article {
    grid-template-columns: 1fr;
  }

  .wo-v47-level-panels .wo-v47-button {
    grid-column: 1;
  }

  .wo-v47-evidence-grid {
    grid-template-columns: 1fr 1fr;
  }

  .wo-v47-evidence-grid > dl {
    grid-column: 1 / 3;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
  }

  .wo-v47-evidence-grid > dl > div {
    border-right: 1px solid var(--wo-v47-line);
    padding: 18px;
  }

  .wo-v47-program-cover {
    min-height: 560px;
  }

  .wo-v47-flagship-grid {
    grid-template-columns: 1fr;
  }

  .wo-v47-flagship-media {
    position: relative;
    top: auto;
  }

  .wo-v47-inspection-rail {
    grid-template-columns: repeat(3, 1fr);
  }

  .wo-v47-inspection-rail li,
  .wo-v47-inspection-rail li:last-child {
    display: block;
    border-right: 1px solid var(--wo-v47-line);
    border-bottom: 1px solid var(--wo-v47-line);
    padding: 28px 20px;
  }

  .wo-v47-inspection-rail li.is-active {
    margin: 0;
    border-left: 3px solid var(--wo-v47-orange);
    padding: 28px 20px;
  }

  .wo-v47-story {
    min-height: 1900px;
  }

  .wo-v47-story-grid {
    grid-template-columns: minmax(320px, 0.72fr) minmax(380px, 1fr);
    gap: 55px;
  }

  .wo-v47-editorial-links {
    grid-template-columns: 1fr 1fr;
  }

  .wo-v47-editorial-links article {
    grid-column: 1 / 3;
    min-height: 270px;
  }

  .wo-v47-category-guide,
  .wo-v47-product-guide {
    gap: 45px;
  }

  body.wo-v47-product .product-info.summary {
    padding-left: 35px;
  }
}

@media (max-width: 900px) {
  .wo-v47-hero {
    min-height: 1040px;
  }

  .wo-v47-hero-media {
    left: 25%;
  }

  .wo-v47-hero-grid {
    grid-template-columns: 1fr;
    align-content: center;
    padding-top: calc(105px + var(--wo-v47-store-notice-height));
  }

  .wo-v47-hero-copy {
    max-width: 720px;
  }

  .wo-v47-hero-signal {
    width: min(420px, 100%);
    justify-self: start;
    align-self: auto;
    margin: 0 0 120px;
  }

  .wo-v47-route-rail {
    grid-template-columns: repeat(5, minmax(180px, 1fr));
    overflow-x: auto;
    scroll-snap-type: x proximity;
  }

  .wo-v47-route-rail li {
    scroll-snap-align: start;
  }

  .wo-v47-direct-access {
    grid-template-columns: 1fr 1fr;
  }

  .wo-v47-direct-access > span {
    grid-column: 1 / 3;
    min-height: 52px;
    border-bottom: 1px solid var(--wo-v47-line);
  }

  .wo-v47-level-machine {
    grid-template-columns: 1fr;
  }

  .wo-v47-level-tabs {
    grid-template-columns: repeat(3, 1fr);
    border-right: 0;
    border-bottom: 1px solid var(--wo-v47-line);
  }

  .wo-v47-level-tabs button {
    min-height: 128px;
    grid-template-columns: 1fr;
    grid-template-rows: auto auto auto;
    border-right: 1px solid var(--wo-v47-line);
    border-bottom: 0;
    padding: 18px;
    text-align: center;
  }

  .wo-v47-level-tabs button > span {
    grid-row: auto;
  }

  .wo-v47-level-track {
    display: none;
  }

  .wo-v47-evidence-grid {
    grid-template-columns: 1fr;
  }

  .wo-v47-evidence-grid > dl {
    grid-column: auto;
  }

  .wo-v47-story {
    min-height: 0;
  }

  .wo-v47-story-grid {
    grid-template-columns: 1fr;
  }

  .wo-v47-story-sticky {
    position: relative;
    top: auto;
    min-height: 0;
  }

  .wo-v47-force-axis {
    display: none;
  }

  .wo-v47-story-sticky > figure {
    width: min(100%, 520px);
  }

  .wo-v47-story-steps li {
    min-height: 260px;
  }

  .wo-v47-loop-intro {
    grid-template-columns: 1fr;
    gap: 25px;
  }

  body.wo-v47-product .product-info.summary {
    padding: 45px 15px 0;
  }

  body.wo-v47-product .product-main .row.content-row {
    display: block;
  }

  body.wo-v47-product :where(.product-gallery, .product-info.summary) {
    width: 100%;
    max-width: none;
    flex-basis: 100%;
  }

  .wo-v47-product-axis {
    align-items: flex-start;
    flex-direction: column;
  }

  .wo-v47-article-hero-grid,
  .wo-v47-editorial-archive-grid {
    grid-template-columns: 1fr;
    align-content: end;
  }

  .wo-v47-article-hero aside,
  .wo-v47-editorial-archive-hero aside {
    width: min(100%, 420px);
  }

  .wo-v47-editorial-archive-grid {
    min-height: 560px;
  }
}

@media (max-width: 620px) {
  body.wo-v47-pilot {
    --wo-v47-shell: calc(100% - 32px);
  }

  .wo-v47-section {
    padding: 82px 0;
  }

  .wo-v47-eyebrow {
    flex-wrap: wrap;
    margin-bottom: 22px;
  }

  .wo-v47-homepage h2,
  .wo-v47-loop-intro h2,
  .wo-v47-category-guide h2,
  .wo-v47-product-guide h2 {
    font-size: clamp(2.9rem, 14vw, 4.7rem);
  }

  .wo-v47-product-guide h2 {
    font-size: clamp(2.5rem, 11vw, 3.8rem);
  }

  .wo-v47-editorial-links h3 {
    font-size: 2.05rem;
  }

  .wo-v47-split-heading {
    gap: 25px;
    margin-bottom: 46px;
  }

  .wo-v47-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .wo-v47-button {
    width: 100%;
  }

  .wo-v47-text-link,
  .wo-v47-text-button {
    align-self: flex-start;
  }

  .wo-v47-hero {
    min-height: 980px;
  }

  .wo-v47-hero-media {
    left: 0;
  }

  .wo-v47-hero-media img {
    object-position: 60% center;
  }

  .wo-v47-hero-shade {
    background:
      linear-gradient(180deg, rgba(5, 10, 13, 0.96) 0%, rgba(5, 10, 13, 0.82) 46%, rgba(5, 10, 13, 0.48) 72%, rgba(5, 10, 13, 0.88) 100%),
      linear-gradient(90deg, rgba(5, 10, 13, 0.94), rgba(5, 10, 13, 0.3));
  }

  .wo-v47-tension-signature {
    width: 74%;
  }

  .wo-v47-hero-grid {
    min-height: 880px;
    align-content: start;
    gap: 34px;
    padding: calc(105px + var(--wo-v47-store-notice-height)) 0 135px;
  }

  .wo-v47-hero-copy .wo-v47-home-title-group {
    font-size: clamp(3.7rem, 17vw, 5.4rem);
  }

  .wo-v47-hero-copy > p:not(.wo-v47-eyebrow) {
    font-size: 1rem;
  }

  .wo-v47-hero-signal {
    width: 100%;
    margin-bottom: 100px;
  }

  .wo-v47-route-rail {
    padding-inline: 16px;
  }

  .wo-v47-route-rail a {
    min-height: 90px;
  }

  .wo-v47-direct-access {
    display: block;
  }

  .wo-v47-direct-access > * {
    min-height: 58px;
    border-left: 0;
    border-bottom: 1px solid var(--wo-v47-line);
  }

  .wo-v47-direct-access > span {
    display: flex;
  }

  .wo-v47-level-tabs {
    overflow-x: auto;
    grid-template-columns: repeat(3, minmax(155px, 1fr));
  }

  .wo-v47-level-panels > article {
    padding: 44px 22px;
  }

  .wo-v47-level-panels header > span {
    top: -15px;
    font-size: 3.7rem;
  }

  .wo-v47-level-panels h3 {
    font-size: clamp(2.5rem, 12vw, 3.8rem);
  }

  .wo-v47-diagnostic {
    padding: 86px 0;
    background:
      radial-gradient(circle at 24% 12%, rgba(242, 184, 75, 0.24), transparent 18rem),
      radial-gradient(circle at 84% 78%, rgba(200, 86, 26, 0.2), transparent 19rem),
      linear-gradient(150deg, #182334, #2f2524 72%, #111417);
  }

  .wo-v47-diagnostic-grid {
    gap: 50px;
  }

  .wo-v47-diagnostic-card {
    min-height: 540px;
    padding: 30px 22px;
  }

  .wo-v47-diagnostic-card legend {
    font-size: clamp(2.2rem, 10.5vw, 3.25rem);
  }

  .wo-v47-capture {
    padding-left: 16px;
  }

  .wo-v47-home-context-rails article {
    grid-template-columns: 34px minmax(0, 1fr);
    padding-block: 30px;
  }

  .wo-v47-home-context-rails h3 {
    font-size: clamp(2rem, 10.5vw, 2.8rem);
  }

  .wo-v47-evidence-stack {
    min-height: 310px;
  }

  .wo-v47-evidence-grid > dl {
    grid-template-columns: 1fr;
  }

  .wo-v47-evidence-grid > dl > div {
    border-right: 0;
  }

  .wo-v47-program-cover {
    min-height: 430px;
  }

  .wo-v47-program-cover > span {
    font-size: 11rem;
  }

  .wo-v47-facts {
    grid-template-columns: 1fr;
  }

  .wo-v47-facts > div {
    border-right: 0;
    border-bottom: 1px solid var(--wo-v47-line);
  }

  .wo-v47-flagship {
    padding: 86px 0;
  }

  .wo-v47-flagship-heading {
    gap: 36px;
    margin-bottom: 48px;
  }

  .wo-v47-flagship-media {
    min-height: 500px;
    border-radius: 24px 4px 24px 4px;
  }

  .wo-v47-flagship-object {
    inset: 17% 2% 23%;
  }

  .wo-v47-measure {
    top: 20px;
    left: 18px;
  }

  .wo-v47-flagship-media > figcaption {
    right: 14px;
    bottom: 14px;
    left: 14px;
  }

  .wo-v47-inspection-rail,
  .wo-v47-commerce-rail {
    grid-template-columns: 1fr;
  }

  .wo-v47-inspection-rail li {
    border-right: 0;
  }

  .wo-v47-commerce-rail a {
    border-right: 0;
    border-bottom: 1px solid var(--wo-v47-line);
  }

  .wo-v47-editorial-links {
    grid-template-columns: 1fr;
  }

  .wo-v47-editorial-links article {
    grid-column: auto;
  }

  .wo-v47-editorial-links > * {
    min-height: 290px;
    border-right: 0;
  }

  .wo-v47-pilot-note > div {
    align-items: flex-start;
    flex-direction: column;
    gap: 8px;
    padding-block: 18px;
  }

  .wo-v47-pilot-note a {
    margin-left: 0;
  }

  .wo-v47-category-hero {
    padding-top: calc(92px + var(--wo-v47-store-notice-height));
  }

  .wo-v47-breadcrumb {
    margin-bottom: 52px;
  }

  .wo-v47-category-hero .wo-v47-category-title-group {
    font-size: clamp(3.8rem, 16vw, 5.5rem);
  }

  .wo-v47-category-tools > div {
    min-height: 66px;
  }

  .wo-v47-category-tools a {
    margin-left: 0;
  }

  body.wo-v47-category .row.category-page-row {
    padding: 70px 0;
  }

  .wo-v47-category-guide,
  .wo-v47-product-guide {
    margin-inline: -16px;
    padding: 48px 24px;
  }

  .wo-v47-category-guide li {
    grid-template-columns: 38px 1fr;
  }

  .wo-v47-category-guide li > p {
    grid-column: 2;
  }

  .wo-v47-product-axis ol {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
  }

  body.wo-v47-product .product-info .product-title {
    font-size: clamp(2rem, 6.8vw, 2.7rem);
  }

  .wo-v47-product-guide dl > div {
    grid-template-columns: 1fr;
  }

  .wo-v47-capture > div {
    grid-template-columns: 1fr;
  }

  .wo-v47-capture button[type="submit"] {
    width: 100%;
  }

  body.wo-v47-product .woocommerce-Tabs-panel {
    padding: 24px 18px;
  }

  body.wo-v47-transactional .woocommerce-cart-form .actions {
    align-items: stretch;
    flex-direction: column;
    padding: 18px !important;
  }

  body.wo-v47-transactional .woocommerce-cart-form .actions .button {
    width: 100%;
  }

  body.wo-v47-transactional .cart_totals,
  body.wo-v47-transactional .woocommerce-checkout-review-order {
    padding: 18px;
  }

  body.wo-v47-editorial .entry-content.single-page {
    padding-inline: 16px;
  }

  .wo-v47-article-hero {
    min-height: 760px;
  }

  .wo-v47-article-hero-grid {
    gap: 36px;
    padding: calc(92px + var(--wo-v47-store-notice-height)) 0 62px;
  }

  .wo-v47-article-hero h1,
  .wo-v47-editorial-archive-hero .wo-v47-archive-title-group {
    font-size: clamp(3.4rem, 15.5vw, 5.2rem);
  }

  .wo-v47-article-meta {
    gap: 7px;
  }

  .wo-v47-article-meta span {
    padding: 7px 9px;
  }

  .wo-v47-article-next {
    padding-inline: 24px;
  }

  .wo-v47-article-next h2 {
    font-size: clamp(3rem, 13.5vw, 4.6rem);
  }

  .wo-v47-editorial-archive-hero {
    padding: calc(80px + var(--wo-v47-store-notice-height)) 0 65px;
  }

  .wo-v47-editorial-archive-grid {
    min-height: 520px;
  }

  body.wo-v47-transactional :where(.shop_table, .woocommerce-checkout-review-order-table) {
    display: block;
    overflow-x: auto;
  }
}

@media (max-width: 360px) {
  body.wo-v47-pilot {
    --wo-v47-shell: calc(100% - 24px);
  }

  .wo-v47-hero-copy .wo-v47-home-title-group {
    font-size: 3.45rem;
  }

  .wo-v47-level-tabs {
    grid-template-columns: repeat(3, minmax(142px, 1fr));
  }

  .wo-v47-diagnostic-card {
    padding-inline: 18px;
  }

  .wo-v47-product-axis ol {
    grid-template-columns: 1fr;
  }

  .wo-v47-article-hero h1,
  .wo-v47-editorial-archive-hero .wo-v47-archive-title-group {
    font-size: 3.25rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  body.wo-v47-pilot *,
  body.wo-v47-pilot *::before,
  body.wo-v47-pilot *::after {
    scroll-behavior: auto !important;
  }

  .wo-v47-js.wo-v47-reveal-ready [data-wo-reveal],
  .wo-v47-js.wo-v47-reveal-ready [data-wo-reveal].is-inview,
  .wo-v47-level-track b,
  .wo-v47-diagnostic-progress > i > b,
  .wo-v47-force-axis b,
  .wo-v47-flagship-object,
  .wo-v47-flagship-object img,
  .wo-v47-button,
  .wo-v47-editorial-links > a {
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
    will-change: auto !important;
  }

  .wo-v47-editorial-links > a::before {
    transform: none !important;
    transition: none !important;
    will-change: auto !important;
  }
}

/* V4.7 global staging shell ---------------------------------------------- */

body.wo-v47-pilot {
  --wo-v47-store-notice-height: 0px;
}

body.wo-v47-pilot #header,
body.wo-v47-pilot #footer {
  display: none !important;
}

body.wo-v47-category .custom-category-header,
body.wo-v47-pilot #wo-pop {
  display: none !important;
}

body.wo-v47-page .cat-label.tag-label.is-xxsmall {
  background: var(--wo-v47-ink) !important;
  color: var(--wo-v47-paper-bright) !important;
}

body.wo-v47-page .badge .badge-inner {
  border-color: var(--wo-v47-ink) !important;
  background: var(--wo-v47-ink) !important;
}

body.wo-v47-page .badge .post-date-day,
body.wo-v47-page .badge .post-date-month {
  color: var(--wo-v47-gold) !important;
}

body.wo-v47-product #main,
body.wo-v47-page #main,
body.wo-v47-transactional #main,
body.wo-v47-system #main {
  padding-top: calc(78px + var(--wo-v47-store-notice-height));
}

body.wo-v47-home .wo-v47-hero-copy .wo-v47-home-title-group {
  color: var(--wo-v47-paper-bright);
}

.wo-v47-site-header {
  position: fixed;
  z-index: 1000;
  inset: 0 0 auto;
  color: var(--wo-v47-paper-bright);
  isolation: isolate;
  transition:
    background-color 220ms cubic-bezier(0.16, 1, 0.3, 1),
    color 220ms cubic-bezier(0.16, 1, 0.3, 1),
    box-shadow 220ms cubic-bezier(0.16, 1, 0.3, 1);
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
  overflow: visible;
}

body.admin-bar .wo-v47-site-header {
  top: 32px;
}

body.wo-v47-has-store-notice .wo-v47-site-header {
  top: var(--wo-v47-store-notice-height);
}

body.admin-bar.wo-v47-has-store-notice .wo-v47-site-header {
  top: calc(32px + var(--wo-v47-store-notice-height));
}

body.wo-v47-has-store-notice .woocommerce-store-notice.demo_store {
  position: fixed !important;
  z-index: 1001;
  inset: 0 0 auto;
  min-height: 36px;
  display: flex !important;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 8px 48px 8px 16px;
  border: 0;
  background:
    linear-gradient(90deg, #f2b84b, #f19a32 60%, #e9782d);
  color: var(--wo-v47-ink);
  box-shadow: 0 1px rgba(255, 255, 255, 0.28);
  font: 800 0.875rem/1.35 var(--wo-v47-body);
  letter-spacing: 0.01em;
  text-align: center;
}

body.wo-v47-store-notice-dismissed .woocommerce-store-notice.demo_store {
  display: none !important;
}

body.admin-bar.wo-v47-has-store-notice .woocommerce-store-notice.demo_store {
  top: 32px;
}

body.wo-v47-has-store-notice .woocommerce-store-notice__dismiss-link {
  position: absolute;
  right: max(14px, calc((100vw - 1420px) / 2));
  border-bottom: 1px solid currentColor;
  color: inherit;
  font: 800 0.875rem/1.25 var(--wo-v47-display);
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.wo-v47-header-on-dark {
  background: linear-gradient(180deg, rgba(7, 13, 15, 0.82), rgba(7, 13, 15, 0));
}

.wo-v47-header-on-light,
body.wo-v47-has-scroll .wo-v47-site-header {
  background: var(--wo-v47-paper-bright);
  color: var(--wo-v47-ink);
  box-shadow: 0 14px 42px rgba(7, 13, 15, 0.11);
}

.wo-v47-scroll-progress {
  height: 2px;
  background: rgba(255, 250, 242, 0.14);
}

.wo-v47-header-on-light .wo-v47-scroll-progress,
body.wo-v47-has-scroll .wo-v47-scroll-progress {
  background: rgba(17, 20, 23, 0.12);
}

.wo-v47-scroll-progress i {
  display: block;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, var(--wo-v47-cyan) 0 8%, var(--wo-v47-gold) 22%, var(--wo-v47-orange) 68%, var(--wo-v47-ember));
  transform: scaleX(0);
  transform-origin: left center;
}

.wo-v47-site-header-shell {
  width: min(1420px, calc(100vw - 30px));
  min-width: 0;
  min-height: 76px;
  display: flex;
  align-items: center;
  gap: 16px;
  margin-inline: auto;
}

body.wo-v47-pilot .wo-v47-site-header a,
body.wo-v47-pilot .wo-v47-site-footer a {
  color: inherit;
  text-decoration: none;
}

.wo-v47-brand {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  gap: 10px;
}

.wo-v47-brand-mark {
  width: 80px;
  height: 66px;
  flex: 0 0 auto;
  display: block;
  position: relative;
}
.wo-v47-brand-symbol {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
}
.wo-v47-brand-symbol--day {
  display: none;
}
.wo-v47-header-on-light .wo-v47-brand-symbol--night,
body.wo-v47-has-scroll .wo-v47-site-header .wo-v47-brand-symbol--night {
  display: none;
}
.wo-v47-header-on-light .wo-v47-brand-symbol--day,
body.wo-v47-has-scroll .wo-v47-site-header .wo-v47-brand-symbol--day {
  display: block;
}
.wo-v47-brand-name {
  font: 700 15px/1 "WO Archivo", Arial, sans-serif;
  letter-spacing: 0.18em;
}
.wo-v47-footer-bottom {
  flex-wrap: wrap;
  gap: 12px 20px;
}
.wo-v47-logo-motion-toggle {
  padding: 8px 0;
  border: 0;
  border-bottom: 1px solid currentColor;
  border-radius: 0;
  background: transparent;
  color: var(--wo-v47-paper-bright);
  font: inherit;
  line-height: 1.4;
  text-transform: none;
  letter-spacing: normal;
  cursor: pointer;
}
.wo-v47-logo-motion-toggle[hidden] {
  display: none;
}
.wo-v47-logo-motion-toggle:disabled {
  opacity: 0.65;
  cursor: default;
}
.wo-v47-logo-motion-toggle:focus-visible {
  outline: 2px solid var(--wo-v47-orange);
  outline-offset: 4px;
}

.wo-v47-staging-flag {
  flex: 0 0 auto;
  border: 1px solid currentColor;
  padding: 5px 7px;
  opacity: 0.62;
  font: 800 0.875rem/1 var(--wo-v47-display);
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.wo-v47-site-nav {
  min-width: 0;
  display: flex;
  align-items: center;
  gap: clamp(9px, 1vw, 17px);
  margin-left: auto;
  font: 700 0.9375rem/1 var(--wo-v47-body);
  letter-spacing: 0.01em;
  text-transform: none;
}

.wo-v47-site-nav > a:not(.wo-v47-nav-cta) {
  position: relative;
  flex: 0 0 auto;
  padding: 14px 1px;
  white-space: nowrap;
}

.wo-v47-site-nav > a:not(.wo-v47-nav-cta)::after {
  content: "";
  position: absolute;
  right: 100%;
  bottom: 8px;
  left: 0;
  height: 2px;
  background: linear-gradient(90deg, var(--wo-v47-gold), var(--wo-v47-orange));
  transition: right 190ms cubic-bezier(0.16, 1, 0.3, 1);
}

.wo-v47-site-nav > a[aria-current="page"]::after {
  right: 0;
}

.wo-v47-nav-utilities {
  display: flex;
  flex: 0 0 auto;
  align-items: center;
  border: 1px solid currentColor;
}

.wo-v47-nav-utilities a {
  min-height: 40px;
  display: inline-flex;
  align-items: center;
  padding: 9px 10px;
  white-space: nowrap;
}

.wo-v47-nav-utilities a + a {
  border-left: 1px solid currentColor;
}

.wo-v47-nav-cta {
  min-height: 44px;
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  overflow: hidden;
  border: 1px solid rgba(118, 51, 7, 0.22);
  border-radius: 7px 1px 7px 1px;
  padding: 11px 13px;
  background: linear-gradient(108deg, var(--wo-v47-gold), var(--wo-v47-orange) 56%, #e9651a);
  color: var(--wo-v47-ink) !important;
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.24), 0 12px 28px rgba(11, 18, 20, 0.15);
  white-space: nowrap;
  transition:
    transform 120ms ease,
    box-shadow 220ms cubic-bezier(0.16, 1, 0.3, 1);
}

.wo-v47-nav-cta > span {
  transition: transform 220ms cubic-bezier(0.16, 1, 0.3, 1);
}

.wo-v47-menu-toggle {
  min-width: 48px;
  min-height: 48px;
  display: none;
  align-items: center;
  justify-content: center;
  gap: 9px;
  margin-left: auto;
  border: 1px solid currentColor;
  background: transparent;
  color: inherit;
}

.wo-v47-menu-toggle > span {
  width: 19px;
  display: grid;
  gap: 5px;
}

.wo-v47-menu-toggle i {
  height: 2px;
  background: currentColor;
  transition:
    transform 180ms cubic-bezier(0.16, 1, 0.3, 1),
    opacity 180ms ease;
}

.wo-v47-menu-toggle b {
  font: 700 0.9375rem/1 var(--wo-v47-body);
  letter-spacing: 0.01em;
  text-transform: none;
}

.wo-v47-menu-toggle[aria-expanded="true"] i:first-child {
  transform: translateY(3.5px) rotate(45deg);
}

.wo-v47-menu-toggle[aria-expanded="true"] i:last-child {
  transform: translateY(-3.5px) rotate(-45deg);
}

.wo-v47-skip-link {
  position: fixed;
  z-index: 1100;
  top: 8px;
  left: 8px;
  padding: 12px 16px;
  background: var(--wo-v47-paper-bright);
  color: var(--wo-v47-ink) !important;
  transform: translateY(-150%);
}

.wo-v47-skip-link:focus {
  transform: translateY(0);
}

body.wo-v47-pilot :where(.wo-v47-site-header, .wo-v47-site-footer) :focus-visible {
  outline: 3px solid var(--wo-v47-gold);
  outline-offset: 3px;
}

@media (hover: hover) and (pointer: fine) {
  .wo-v47-site-nav > a:not(.wo-v47-nav-cta):hover::after,
  .wo-v47-site-nav > a:not(.wo-v47-nav-cta):focus-visible::after {
    right: 0;
  }

  .wo-v47-nav-utilities a:hover {
    background: rgba(242, 184, 75, 0.16);
  }

  .wo-v47-nav-cta:hover {
    transform: translateY(-2px);
    box-shadow: inset 0 1px rgba(255, 255, 255, 0.32), 0 18px 38px rgba(233, 101, 26, 0.24);
  }

  .wo-v47-nav-cta:hover > span {
    transform: translateX(3px);
  }
}

.wo-v47-site-footer {
  padding-top: 46px;
  background:
    radial-gradient(circle at 78% 10%, rgba(200, 86, 26, 0.15), transparent 24rem),
    linear-gradient(145deg, #0a1114, #131b20 68%, #251a14);
  color: var(--wo-v47-paper-bright);
}

.wo-v47-trust-rail {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border: 1px solid var(--wo-v47-line-light);
}

.wo-v47-trust-rail p {
  min-height: 112px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 0;
  border-right: 1px solid var(--wo-v47-line-light);
  padding: 20px 24px;
}

.wo-v47-trust-rail p:last-child {
  border-right: 0;
}

.wo-v47-trust-rail span,
.wo-v47-footer-seal > span {
  color: var(--wo-v47-gold);
  font: 800 0.875rem/1 var(--wo-v47-display);
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.wo-v47-trust-rail b {
  margin-top: 7px;
  font: 800 1rem/1.1 var(--wo-v47-display);
}

.wo-v47-trust-rail small {
  margin-top: 5px;
  color: rgba(255, 250, 242, 0.48);
}

.wo-v47-footer-grid {
  display: grid;
  grid-template-columns: 1.15fr 0.72fr 1fr;
  gap: clamp(40px, 5vw, 70px);
  padding: 74px 0;
}

.wo-v47-footer-lead p {
  margin: 35px 0 0;
  color: rgba(255, 250, 242, 0.6);
  font: 800 1.7rem/1.08 var(--wo-v47-display);
  letter-spacing: -0.02em;
}

.wo-v47-footer-lead p strong {
  display: inline-block;
  padding-bottom: 0.06em;
  background: linear-gradient(96deg, #f2b84b 0%, #f97316 52%, #e9651a 100%);
  background-clip: text;
  -webkit-background-clip: text;
  color: var(--wo-v47-gold);
  -webkit-text-fill-color: transparent;
}

.wo-v47-footer-grid nav {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
}

.wo-v47-footer-grid nav > b {
  margin-bottom: 13px;
  color: rgba(255, 250, 242, 0.46);
  font: 800 0.875rem/1 var(--wo-v47-display);
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.wo-v47-footer-grid nav a {
  color: rgba(255, 250, 242, 0.72);
  font-size: 0.875rem;
  line-height: 1.4;
}

.wo-v47-footer-promise {
  border-left: 1px solid var(--wo-v47-line-light);
  padding-left: 30px;
}

.wo-v47-footer-promise > span {
  color: var(--wo-v47-gold);
  font: 800 0.875rem/1 var(--wo-v47-display);
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.wo-v47-footer-promise > b {
  display: block;
  margin: 18px 0 14px;
  color: var(--wo-v47-paper-bright);
  font: 800 clamp(2rem, 3.2vw, 3.2rem)/0.96 var(--wo-v47-display);
  letter-spacing: -0.04em;
}

.wo-v47-footer-promise p {
  max-width: 34ch;
  margin: 0;
  color: rgba(255, 250, 242, 0.48);
  line-height: 1.62;
}

.wo-v47-footer-bottom {
  min-height: 70px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  border-top: 1px solid var(--wo-v47-line-light);
  color: rgba(255, 250, 242, 0.46);
  font-size: 0.875rem;
}

@media (hover: hover) and (pointer: fine) {
  .wo-v47-footer-grid nav a:hover {
    color: var(--wo-v47-paper-bright);
  }
}

@media (max-width: 1120px) {
  body.wo-v47-product #main,
  body.wo-v47-page #main,
  body.wo-v47-transactional #main,
  body.wo-v47-system #main {
    padding-top: calc(70px + var(--wo-v47-store-notice-height));
  }

  .wo-v47-site-header {
    background: var(--wo-v47-paper-bright);
    color: var(--wo-v47-ink);
    box-shadow: 0 12px 36px rgba(7, 13, 15, 0.11);
  }

  .wo-v47-site-header-shell {
    min-height: 68px;
  }

  .wo-v47-site-header .wo-v47-brand-symbol--night {
    display: none;
  }

  .wo-v47-site-header .wo-v47-brand-symbol--day {
    display: block;
  }

  .wo-v47-menu-toggle {
    display: inline-flex;
  }

  .wo-v47-site-nav {
    position: absolute;
    z-index: 1200;
    inset: 100% 0 auto;
    max-height: calc(100dvh - 68px);
    display: none;
    overflow-y: auto;
    margin: 0;
    border-top: 1px solid var(--wo-v47-line);
    padding: 16px max(16px, calc((100vw - 760px) / 2)) 24px;
    background: var(--wo-v47-paper-bright);
    color: var(--wo-v47-ink);
    box-shadow: 0 28px 52px rgba(7, 13, 15, 0.2);
    flex-direction: column;
    align-items: stretch;
    gap: 0;
  }

  .wo-v47-site-nav.is-open {
    display: flex;
  }

  .wo-v47-site-nav > a:not(.wo-v47-nav-cta) {
    min-height: 50px;
    display: flex;
    align-items: center;
    border-bottom: 1px solid var(--wo-v47-line);
    padding: 13px 2px;
  }

  .wo-v47-site-nav > a:not(.wo-v47-nav-cta)::after {
    display: none;
  }

  .wo-v47-nav-utilities {
    display: grid;
    grid-template-columns: 1fr 1fr;
    margin-top: 12px;
  }

  .wo-v47-nav-utilities a {
    min-height: 48px;
    justify-content: center;
  }

  .wo-v47-nav-cta {
    width: 100%;
    min-height: 50px;
    margin-top: 12px;
  }

  .wo-v47-footer-grid {
    grid-template-columns: 1fr 1fr;
  }

  .wo-v47-shop-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .wo-v47-shop-card,
  .wo-v47-shop-card:nth-child(-n + 2) {
    grid-column: span 1;
  }
}

@media (max-width: 900px) {
  .wo-v47-shop-intro,
  .wo-v47-shop-context > div {
    grid-template-columns: 1fr;
  }

  .wo-v47-shop-intro {
    align-items: start;
    gap: 28px;
  }

  .wo-v47-home-context-rails article {
    grid-template-columns: 46px minmax(0, 1fr);
    gap: 16px 22px;
  }

  .wo-v47-home-context-rails article > p {
    grid-column: 2;
  }
}

@media (max-width: 782px) {
  body.admin-bar .wo-v47-site-header {
    top: 46px;
  }

  body.admin-bar.wo-v47-has-store-notice .wo-v47-site-header {
    top: calc(46px + var(--wo-v47-store-notice-height));
  }

  body.admin-bar.wo-v47-has-store-notice .woocommerce-store-notice.demo_store {
    top: 46px;
  }
}

@media (max-width: 720px) {
  .wo-v47-category-hero-media img {
    object-position: 72% center;
  }

  .wo-v47-category-hero-shade {
    background:
      linear-gradient(90deg, rgba(5, 10, 13, 0.96), rgba(5, 10, 13, 0.72)),
      linear-gradient(0deg, rgba(5, 10, 13, 0.88), rgba(5, 10, 13, 0.12) 76%);
  }

  .wo-v47-shop-needs {
    grid-template-columns: 1fr;
  }

  .wo-v47-shop-needs a {
    min-height: 94px;
    border-right: 0;
    border-bottom: 1px solid var(--wo-v47-line);
  }

  .wo-v47-shop-needs a:last-child {
    border-bottom: 0;
  }

  .wo-v47-product-trust {
    grid-template-columns: 1fr;
  }

  .wo-v47-product-trust > :where(div, a) {
    min-height: 76px;
    border-right: 0;
    border-bottom: 1px solid var(--wo-v47-line);
  }

  .wo-v47-product-trust > :last-child {
    border-bottom: 0;
  }

  .wo-v47-trust-rail {
    grid-template-columns: 1fr 1fr;
  }

  .wo-v47-trust-rail p:nth-child(2) {
    border-right: 0;
  }

  .wo-v47-trust-rail p:nth-child(-n + 2) {
    border-bottom: 1px solid var(--wo-v47-line-light);
  }

  .wo-v47-footer-grid {
    grid-template-columns: 1fr;
    gap: 40px;
    padding-block: 58px;
  }

  .wo-v47-footer-promise {
    border-top: 1px solid var(--wo-v47-line-light);
    border-left: 0;
    padding-top: 30px;
    padding-left: 0;
  }

  .wo-v47-footer-bottom {
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
    padding-block: 18px;
  }
}

@media (max-width: 520px) {
  .wo-v47-shop-grid {
    grid-template-columns: 1fr;
  }

  .wo-v47-shop-card,
  .wo-v47-shop-card:nth-child(-n + 2) {
    grid-column: span 1;
  }

  .wo-v47-shop-context {
    padding: 34px 24px;
  }

  .wo-v47-home-context-rails article {
    grid-template-columns: 34px minmax(0, 1fr);
    gap: 14px 16px;
  }

  .wo-v47-site-header-shell {
    width: calc(100vw - 24px);
    gap: 10px;
  }

  .wo-v47-staging-flag {
    display: none;
  }

  .wo-v47-brand-name {
    font-size: 12px;
  }

  .wo-v47-trust-rail {
    grid-template-columns: 1fr;
  }

  .wo-v47-trust-rail p,
  .wo-v47-trust-rail p:nth-child(2) {
    border-right: 0;
    border-bottom: 1px solid var(--wo-v47-line-light);
  }

  .wo-v47-trust-rail p:last-child {
    border-bottom: 0;
  }
}

/* Passe 2: panier lisible et stable dans la colonne Flatsome. */
@media (min-width: 901px) {
  body.wo-v47-transactional.woocommerce-cart .woocommerce.row.row-large.row-divided {
    display: grid;
    grid-template-columns: minmax(0, 1.7fr) minmax(320px, 1fr);
    align-items: start;
    gap: clamp(24px, 3vw, 44px);
    margin-inline: 0;
  }

  body.wo-v47-transactional.woocommerce-cart .woocommerce.row.row-large.row-divided > .col {
    width: auto;
    max-width: none;
    flex: none;
    padding: 0;
  }
}

body.wo-v47-transactional.woocommerce-cart .woocommerce-cart-form__contents {
  width: 100%;
  display: block;
  table-layout: auto;
}

body.wo-v47-transactional.woocommerce-cart .woocommerce-cart-form__contents :where(thead, tbody) {
  display: block;
}

body.wo-v47-transactional.woocommerce-cart .woocommerce-cart-form__contents thead tr {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 78px 112px 88px;
  align-items: center;
}

body.wo-v47-transactional.woocommerce-cart .woocommerce-cart-form__contents thead th {
  width: auto;
  display: block;
  padding: 17px 12px;
}

body.wo-v47-transactional.woocommerce-cart .woocommerce-cart-form__contents tr.cart_item {
  display: grid;
  grid-template-columns: 34px 84px minmax(0, 1fr) 78px 112px 88px;
  align-items: center;
  border-top: 1px solid rgba(17, 20, 23, 0.1);
}

body.wo-v47-transactional.woocommerce-cart .woocommerce-cart-form__contents tr.cart_item td {
  width: auto;
  min-width: 0;
  max-width: none;
  display: block;
  overflow-wrap: anywhere;
  border: 0;
  padding: 18px 12px;
}

body.wo-v47-transactional.woocommerce-cart .woocommerce-cart-form__contents tr.cart_item td.product-remove {
  padding-inline: 10px 2px;
}

body.wo-v47-transactional.woocommerce-cart .woocommerce-cart-form__contents tr.cart_item td.product-thumbnail {
  padding-inline: 4px 12px;
}

body.wo-v47-transactional.woocommerce-cart .woocommerce-cart-form__contents tr.cart_item td.product-thumbnail img {
  width: 68px;
  height: 68px;
  display: block;
  object-fit: contain;
}

body.wo-v47-transactional.woocommerce-cart .woocommerce-cart-form__contents tr.cart_item td:is(.product-price, .product-subtotal) {
  white-space: nowrap;
}

body.wo-v47-transactional.woocommerce-cart :where(
  .woocommerce-cart-form__contents td.product-name > a,
  .shipping-calculator-button
) {
  color: var(--wo-v47-ember-text);
  font-size: 0.875rem;
}

body.wo-v47-transactional.woocommerce-cart :where(
  .woocommerce-cart-form__contents td.product-name > a,
  .shipping-calculator-button
):hover {
  color: var(--wo-v47-ink);
}

/* Guide V4.7 — 20 articles natifs, six chemins et aucune barre latérale répétée. */
body.wo-v47-guide #main,
body.wo-v47-guide #main .page-wrapper {
  padding: 0;
}

body.wo-v47-guide #main .page-wrapper > .row {
  width: 100%;
  max-width: none;
  margin: 0;
}

body.wo-v47-guide #main .page-wrapper > .row > .col {
  width: 100%;
  max-width: 100%;
  flex-basis: 100%;
  padding: 0;
}

body.wo-v47-guide #main .page-wrapper > .row > .col > .col-inner {
  margin: 0;
}

body.wo-v47-guide :where(.post-sidebar, #secondary) {
  display: none !important;
}

.wo-v47-guide-hub {
  overflow: clip;
  background: var(--wo-v47-paper);
}

.wo-v47-guide-hero {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding: clamp(150px, 15vw, 218px) 0 clamp(62px, 7vw, 92px);
  background:
    linear-gradient(117deg, rgba(249, 115, 22, 0.11) 0 1px, transparent 1px 100%),
    linear-gradient(132deg, #111417 0%, #20283a 58%, #4b2c1e 100%);
  background-size: 132px 100%, auto;
  color: var(--wo-v47-paper-bright);
}

.wo-v47-guide-hero-media,
.wo-v47-guide-hero-shade {
  position: absolute;
  inset: 0;
}

.wo-v47-guide-hero-media {
  z-index: -3;
}

.wo-v47-guide-hero-media picture {
  width: 100%;
  height: 100%;
  display: block;
}

.wo-v47-guide-hero-media img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: 66% center;
}

.wo-v47-guide-hero-shade {
  z-index: -2;
  background:
    linear-gradient(90deg, rgba(5, 10, 13, 0.99) 0%, rgba(5, 10, 13, 0.94) 42%, rgba(5, 10, 13, 0.58) 70%, rgba(5, 10, 13, 0.2)),
    linear-gradient(0deg, rgba(5, 10, 13, 0.82), rgba(5, 10, 13, 0.02) 72%);
}

.wo-v47-guide-hero::before {
  position: absolute;
  z-index: -1;
  width: min(46vw, 660px);
  height: 2px;
  top: 29%;
  right: -4%;
  content: "";
  background: linear-gradient(90deg, transparent, var(--wo-v47-cyan), transparent);
  opacity: 0.72;
  transform: rotate(-9deg);
  transform-origin: center;
}

.wo-v47-guide-hero::after {
  position: absolute;
  z-index: -1;
  width: min(34vw, 480px);
  aspect-ratio: 1;
  right: 4vw;
  bottom: -31%;
  border: 1px solid rgba(242, 184, 75, 0.28);
  border-radius: 50%;
  content: "";
  box-shadow:
    0 0 0 48px rgba(242, 184, 75, 0.035),
    0 0 0 96px rgba(249, 115, 22, 0.025);
}

.wo-v47-guide-breadcrumb {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: clamp(34px, 4vw, 58px);
  color: rgba(255, 250, 242, 0.58);
  font-size: 0.875rem;
}

.wo-v47-guide-breadcrumb a {
  color: inherit;
}

.wo-v47-guide-breadcrumb a:hover {
  color: var(--wo-v47-gold);
}

.wo-v47-guide-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.55fr) minmax(260px, 0.58fr);
  align-items: end;
  gap: clamp(46px, 8vw, 118px);
}

.wo-v47-guide-hero-grid > div > h1 {
  max-width: 870px;
  margin: 24px 0 28px;
  color: var(--wo-v47-paper-bright);
  font: 800 clamp(4.3rem, 8.2vw, 8.7rem) / 0.78 var(--wo-v47-display);
  letter-spacing: -0.055em;
  text-wrap: balance;
}

.wo-v47-guide-hero-grid > div > h1 strong {
  display: block;
  color: var(--wo-v47-gold);
  font-weight: inherit;
}

@supports ((-webkit-background-clip: text) or (background-clip: text)) {
  .wo-v47-guide-hero-grid > div > h1 strong {
    background: linear-gradient(100deg, #ffd57d 0%, var(--wo-v47-gold) 28%, var(--wo-v47-orange) 70%, #e9651a 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    -webkit-text-fill-color: transparent;
  }
}

@media (forced-colors: active) {
  .wo-v47-guide-hero-grid > div > h1 strong {
    background: none;
    color: CanvasText;
    -webkit-text-fill-color: currentColor;
  }
}

.wo-v47-guide-hero-grid > div > p:last-child {
  max-width: 720px;
  margin: 0;
  color: rgba(255, 250, 242, 0.74);
  font-size: clamp(1rem, 1.5vw, 1.18rem);
  line-height: 1.65;
}

.wo-v47-guide-hero-grid > aside {
  display: grid;
  gap: 5px;
  border-top: 2px solid var(--wo-v47-cyan);
  border-bottom: 1px solid rgba(255, 250, 242, 0.18);
  padding: 24px 0 26px;
}

.wo-v47-guide-hero-grid > aside > span {
  margin-bottom: 12px;
  color: rgba(255, 250, 242, 0.72);
  font: 800 0.875rem/1 var(--wo-v47-display);
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.wo-v47-guide-hero-grid > aside > b {
  color: var(--wo-v47-paper-bright);
  font: 800 clamp(1.6rem, 2.4vw, 2.35rem) / 0.92 var(--wo-v47-display);
  letter-spacing: -0.025em;
}

.wo-v47-guide-hero-grid > aside > p {
  margin: 17px 0 0;
  color: rgba(255, 250, 242, 0.62);
  font-size: 0.875rem;
  line-height: 1.55;
}

.wo-v47-guide-jumps {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: clamp(44px, 7vw, 86px);
}

.wo-v47-guide-jumps a {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  border: 1px solid rgba(255, 250, 242, 0.22);
  border-radius: 999px;
  padding: 10px 15px;
  color: rgba(255, 250, 242, 0.74);
  font: 700 0.875rem/1.2 var(--wo-v47-body);
}

.wo-v47-guide-jumps a:hover {
  border-color: var(--wo-v47-gold);
  color: var(--wo-v47-paper-bright);
}

.wo-v47-guide-section {
  scroll-margin-top: 100px;
  padding: clamp(72px, 8vw, 116px) 0;
  background: var(--wo-v47-paper);
  color: var(--wo-v47-ink);
}

.wo-v47-guide-section:nth-child(2),
#guide-materiel {
  background: linear-gradient(128deg, #edddc6 0%, #f7ecdc 62%, #ffd7b4 100%);
}

#guide-programmes {
  background: linear-gradient(127deg, #20283a 0%, #2f3040 58%, #573223 100%);
  color: var(--wo-v47-paper-bright);
}

.wo-v47-guide-section > .wo-v47-shell > header {
  display: grid;
  grid-template-columns: 54px minmax(0, 1fr) auto;
  align-items: end;
  gap: 22px;
  margin-bottom: clamp(32px, 4vw, 52px);
  border-bottom: 1px solid rgba(17, 20, 23, 0.17);
  padding-bottom: 24px;
}

#guide-programmes > .wo-v47-shell > header {
  border-color: rgba(255, 250, 242, 0.2);
}

.wo-v47-guide-section > .wo-v47-shell > header > p {
  margin: 0;
  color: var(--wo-v47-ember-text);
  font: 800 1rem/1 var(--wo-v47-display);
  letter-spacing: 0.08em;
}

#guide-programmes > .wo-v47-shell > header > p {
  color: var(--wo-v47-gold);
}

.wo-v47-guide-section > .wo-v47-shell > header h2 {
  margin: 0;
  color: inherit;
  font: 800 clamp(2.4rem, 4.7vw, 4.7rem) / 0.92 var(--wo-v47-display);
  letter-spacing: -0.035em;
}

.wo-v47-guide-section > .wo-v47-shell > header div > p {
  max-width: 650px;
  margin: 10px 0 0;
  color: rgba(17, 20, 23, 0.62);
  font-size: 0.94rem;
  line-height: 1.55;
}

#guide-programmes > .wo-v47-shell > header div > p {
  color: rgba(255, 250, 242, 0.62);
}

.wo-v47-guide-section > .wo-v47-shell > header > span {
  border: 1px solid rgba(17, 20, 23, 0.5);
  border-radius: 999px;
  padding: 8px 13px;
  color: rgba(17, 20, 23, 0.72);
  font-size: 0.875rem;
  white-space: nowrap;
}

#guide-programmes > .wo-v47-shell > header > span {
  border-color: rgba(255, 250, 242, 0.46);
  color: rgba(255, 250, 242, 0.78);
}

@media (forced-colors: active) {
  #guide-programmes {
    background: Canvas;
    color: CanvasText;
  }

  #guide-programmes > .wo-v47-shell > header {
    border-color: CanvasText;
  }

  #guide-programmes > .wo-v47-shell > header > p,
  #guide-programmes > .wo-v47-shell > header h2,
  #guide-programmes > .wo-v47-shell > header div > p,
  #guide-programmes > .wo-v47-shell > header > span {
    color: CanvasText;
  }

  #guide-programmes > .wo-v47-shell > header > span {
    border-color: CanvasText;
  }
}

.wo-v47-guide-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: clamp(16px, 2vw, 26px);
}

.wo-v47-guide-card {
  min-width: 0;
  grid-column: span 2;
  margin: 0;
  border: 1px solid rgba(17, 20, 23, 0.13);
  border-radius: 11px;
  overflow: hidden;
  background: var(--wo-v47-paper-bright);
  box-shadow: 0 16px 44px rgba(17, 20, 23, 0.08);
}

#guide-programmes .wo-v47-guide-card:nth-last-child(-n + 2),
#guide-exercices .wo-v47-guide-card:nth-last-child(-n + 2),
#guide-materiel .wo-v47-guide-card {
  grid-column: span 3;
}

.wo-v47-guide-card > a {
  height: 100%;
  display: grid;
  grid-template-rows: auto 1fr;
  color: var(--wo-v47-ink);
  text-decoration: none;
}

.wo-v47-guide-card figure {
  position: relative;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  margin: 0;
  background: #d9ccb9;
}

.wo-v47-guide-card figure img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  filter: saturate(0.88) contrast(1.03);
}

.wo-v47-guide-card figure > span {
  position: absolute;
  right: 12px;
  bottom: 12px;
  min-width: 36px;
  border: 1px solid rgba(255, 250, 242, 0.4);
  border-radius: 999px;
  padding: 8px 9px;
  background: rgba(17, 20, 23, 0.76);
  color: var(--wo-v47-paper-bright);
  font: 800 0.75rem/1 var(--wo-v47-display);
  text-align: center;
  backdrop-filter: blur(8px);
}

.wo-v47-guide-card > a > div {
  min-height: 238px;
  display: flex;
  flex-direction: column;
  padding: clamp(22px, 2.3vw, 31px);
}

.wo-v47-guide-card h3 {
  margin: 0;
  color: var(--wo-v47-ink);
  font: 800 clamp(1.42rem, 2vw, 2rem) / 1 var(--wo-v47-display);
  letter-spacing: -0.025em;
  text-wrap: balance;
}

.wo-v47-guide-card p {
  margin: 16px 0 22px;
  color: rgba(17, 20, 23, 0.64);
  font-size: 0.9rem;
  line-height: 1.55;
}

.wo-v47-guide-card b {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: auto;
  color: var(--wo-v47-ember-text);
  font: 800 0.9rem/1 var(--wo-v47-display);
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.wo-v47-guide-hub :where(a, button):focus-visible {
  outline: 3px solid var(--wo-v47-cyan);
  outline-offset: 4px;
}

@media (hover: hover) and (pointer: fine) {
  .wo-v47-guide-card {
    transition:
      transform 320ms cubic-bezier(0.22, 1, 0.36, 1),
      box-shadow 320ms cubic-bezier(0.22, 1, 0.36, 1),
      border-color 320ms ease;
  }

  .wo-v47-guide-card figure img {
    transition:
      transform 540ms cubic-bezier(0.22, 1, 0.36, 1),
      filter 320ms ease;
  }

  .wo-v47-guide-card:hover {
    border-color: rgba(249, 115, 22, 0.38);
    transform: translateY(-6px);
    box-shadow: 0 24px 58px rgba(17, 20, 23, 0.14);
  }

  .wo-v47-guide-card:hover figure img {
    filter: saturate(1) contrast(1.03);
    transform: scale(1.025);
  }
}

@media (max-width: 900px) {
  .wo-v47-guide-hero-grid {
    grid-template-columns: 1fr;
  }

  .wo-v47-guide-hero-grid {
    align-items: start;
  }

  .wo-v47-guide-hero-grid > aside {
    max-width: 520px;
  }

  .wo-v47-guide-hero-grid > div > h1 {
    font-size: clamp(4rem, 14vw, 7rem);
  }

  .wo-v47-guide-card,
  #guide-programmes .wo-v47-guide-card:nth-last-child(-n + 2),
  #guide-exercices .wo-v47-guide-card:nth-last-child(-n + 2),
  #guide-materiel .wo-v47-guide-card {
    grid-column: span 3;
  }
}

@media (max-width: 620px) {
  .wo-v47-guide-hero {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    padding: 0;
    background: #050a0d;
  }

  .wo-v47-guide-hero::before,
  .wo-v47-guide-hero::after {
    display: none;
  }

  .wo-v47-guide-hero > .wo-v47-shell,
  .wo-v47-guide-hero-grid {
    display: contents;
  }

  .wo-v47-guide-breadcrumb,
  .wo-v47-guide-hero-grid > div,
  .wo-v47-guide-hero-grid > aside,
  .wo-v47-guide-jumps {
    position: relative;
    z-index: 2;
    width: var(--wo-v47-shell);
    margin-inline: auto;
  }

  .wo-v47-guide-breadcrumb {
    grid-row: 1;
    margin-top: 126px;
    margin-bottom: 34px;
  }

  .wo-v47-guide-hero-grid > div {
    grid-row: 2;
    padding-bottom: 34px;
  }

  .wo-v47-guide-hero-media,
  .wo-v47-guide-hero-shade {
    position: relative;
    inset: auto;
    grid-row: 3;
    grid-column: 1;
  }

  .wo-v47-guide-hero-media {
    z-index: 0;
    aspect-ratio: 16 / 15;
    overflow: hidden;
    border-block: 1px solid rgba(255, 250, 242, 0.12);
  }

  .wo-v47-guide-hero-media img {
    object-position: 52% 38%;
    filter: brightness(1.06) saturate(1.02);
  }

  .wo-v47-guide-hero-shade {
    z-index: 1;
    pointer-events: none;
    background:
      linear-gradient(180deg, rgba(5, 10, 13, 0.52), transparent 18%, transparent 78%, rgba(5, 10, 13, 0.62)),
      linear-gradient(90deg, rgba(5, 10, 13, 0.34), rgba(5, 10, 13, 0.02) 68%);
  }

  .wo-v47-guide-hero-grid > aside {
    grid-row: 4;
    max-width: none;
    margin-top: 38px;
  }

  .wo-v47-guide-hero-grid > div > h1 {
    margin-top: 18px;
    font-size: clamp(3.35rem, 17.5vw, 5.25rem);
    line-height: 0.82;
  }

  .wo-v47-guide-jumps {
    grid-row: 5;
    display: grid;
    grid-template-columns: 1fr 1fr;
    margin-top: 34px;
    margin-bottom: 62px;
  }

  .wo-v47-guide-jumps a {
    border-radius: 7px;
    padding: 12px;
  }

  .wo-v47-guide-section > .wo-v47-shell > header {
    grid-template-columns: 36px minmax(0, 1fr);
    gap: 14px;
  }

  .wo-v47-guide-section > .wo-v47-shell > header > span {
    display: none;
  }

  .wo-v47-guide-section > .wo-v47-shell > header h2 {
    font-size: clamp(2.4rem, 12vw, 4rem);
  }

  .wo-v47-guide-card,
  #guide-programmes .wo-v47-guide-card:nth-last-child(-n + 2),
  #guide-exercices .wo-v47-guide-card:nth-last-child(-n + 2),
  #guide-materiel .wo-v47-guide-card {
    grid-column: 1 / -1;
  }

  .wo-v47-guide-card > a > div {
    min-height: 0;
  }
}

body.wo-v47-transactional.woocommerce-cart .woocommerce-cart-form__contents tr.cart_item .quantity {
  max-width: 100%;
  margin: 0;
}

body.wo-v47-transactional.woocommerce-cart .woocommerce-cart-form__contents tbody > tr:last-child {
  display: block;
}

body.wo-v47-transactional.woocommerce-cart .woocommerce-cart-form .actions {
  display: grid;
  grid-template-columns: max-content minmax(190px, 220px);
  align-items: center;
  justify-content: start;
  gap: 12px;
  padding: 22px !important;
}

body.wo-v47-transactional.woocommerce-cart .woocommerce-cart-form .actions .continue-shopping {
  width: auto !important;
  float: none !important;
  margin: 0;
}

body.wo-v47-transactional.woocommerce-cart .woocommerce-cart-form .actions .button {
  width: auto !important;
  min-width: 0;
  min-height: 48px;
  border-radius: 7px !important;
  padding: 12px 18px !important;
  white-space: nowrap;
  line-height: 1.2 !important;
}

body.wo-v47-transactional.woocommerce-cart .woocommerce-cart-form .actions > button.button {
  width: 100% !important;
}

/* Passe 2: plancher lisible pour les textes utiles hérités de Flatsome. */
body.wo-v47-pilot :where(header, main, footer) small,
body.wo-v47-pilot :where(header, main, footer) dd,
body.wo-v47-pilot :where(header, main, footer) :where(
  .button.is-small,
  .button.is-xsmall,
  .button.is-xxsmall,
  .is-xsmall,
  .is-xxsmall,
  .count,
  .wo-check,
  .n,
  .wo-a-eyebrow,
  .wo-a-reassure,
  time.pull-left
),
body.wo-v47-product .wo-micro-benefits > div,
body.wo-v47-page main .col-inner > div > span,
body.wo-v47-page main .col-inner.text-center > p {
  font-size: 0.875rem !important;
}

@media (max-width: 900px) {
  body.wo-v47-transactional.woocommerce-cart .woocommerce-cart-form__contents thead {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    clip-path: inset(50%);
    white-space: nowrap;
  }

  body.wo-v47-transactional.woocommerce-cart .woocommerce-cart-form__contents tr.cart_item {
    grid-template-columns: 30px 76px minmax(0, 1fr);
    grid-template-areas:
      "remove image name"
      ". image price"
      ". image quantity"
      ". image subtotal";
    padding: 14px 10px;
  }

  body.wo-v47-transactional.woocommerce-cart .woocommerce-cart-form__contents tr.cart_item td {
    padding: 7px 8px;
  }

  body.wo-v47-transactional.woocommerce-cart .woocommerce-cart-form__contents td.product-remove {
    grid-area: remove;
  }

  body.wo-v47-transactional.woocommerce-cart .woocommerce-cart-form__contents td.product-thumbnail {
    grid-area: image;
  }

  body.wo-v47-transactional.woocommerce-cart .woocommerce-cart-form__contents td.product-name {
    grid-area: name;
  }

  body.wo-v47-transactional.woocommerce-cart .woocommerce-cart-form__contents td.product-price {
    grid-area: price;
  }

  body.wo-v47-transactional.woocommerce-cart .woocommerce-cart-form__contents td.product-quantity {
    grid-area: quantity;
  }

  body.wo-v47-transactional.woocommerce-cart .woocommerce-cart-form__contents td.product-subtotal {
    grid-area: subtotal;
  }

  body.wo-v47-transactional.woocommerce-cart .woocommerce-cart-form__contents td:is(.product-price, .product-quantity, .product-subtotal) {
    display: grid;
    grid-template-columns: minmax(5.75rem, auto) minmax(0, 1fr);
    align-items: center;
    gap: 10px;
  }

  body.wo-v47-transactional.woocommerce-cart .woocommerce-cart-form__contents td:is(.product-price, .product-quantity, .product-subtotal)::before {
    content: attr(data-title);
    display: block;
    color: var(--wo-v47-ink);
    font: 800 0.875rem/1.25 var(--wo-v47-display);
    letter-spacing: 0.025em;
  }

  body.wo-v47-transactional.woocommerce-cart .woocommerce-cart-form__contents td:is(.product-price, .product-subtotal) > :last-child,
  body.wo-v47-transactional.woocommerce-cart .woocommerce-cart-form__contents td.product-quantity .quantity {
    justify-self: end;
  }

  body.wo-v47-transactional.woocommerce-cart .woocommerce-cart-form .actions {
    grid-template-columns: 1fr;
    padding: 18px !important;
  }

  body.wo-v47-transactional.woocommerce-cart .woocommerce-cart-form .actions .button {
    width: 100% !important;
    white-space: normal;
  }

  /* Les cartes Flatsome recalculent certains textes à 13,6 px sur mobile. */
  body.wo-v47-pilot :where(
    .woocommerce-loop-product__title,
    .box-text-products .price,
    .box-text-products .price *,
    .from_the_blog_excerpt,
    .wo-a-profiles .lb,
    .screen-reader-text
  ) {
    font-size: 0.875rem !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  .wo-v47-site-header,
  .wo-v47-scroll-progress i,
  .wo-v47-site-nav > a::after,
  .wo-v47-nav-cta,
  .wo-v47-nav-cta > span,
  .wo-v47-menu-toggle i,
  .wo-v47-skip-link,
  .wo-v47-shop-card,
  .wo-v47-shop-card img,
  .wo-v47-guide-card,
  .wo-v47-guide-card figure img {
    transition: none !important;
  }
}

/* Scope the existing Klaviyo embed to the V4.7 capture column. */
.wo-v47-capture > .klaviyo-form-WrRDq4 { display: block; min-width: 0; }
.wo-v47-capture .klaviyo-form-WrRDq4 form {
  flex-direction: column !important;
  width: 100% !important; max-width: 100% !important; min-width: 0 !important;
  padding: 20px !important; background: #fff9ef !important;
}
.wo-v47-capture .klaviyo-form-WrRDq4 form > div {
  min-width: 0 !important; width: 100% !important; max-width: 100% !important;
  margin: 0 !important; padding: 0 !important;
}
.wo-v47-capture .klaviyo-form-WrRDq4 form > div:has(> div > img) { display: none !important; }
.wo-v47-capture .klaviyo-form-WrRDq4 [data-testid="form-component"] { min-width: 0 !important; max-width: 100% !important; }
.wo-v47-capture .klaviyo-form-WrRDq4 .klaviyo-form-richtext,
.wo-v47-capture .klaviyo-form-WrRDq4 .klaviyo-form-richtext * {
  color: #24251f !important; background: transparent !important;
  font-family: var(--wo-v47-body) !important; font-size: 16px !important; line-height: 1.5 !important;
}
.wo-v47-capture .klaviyo-form-WrRDq4 input:not([type="hidden"]):not([type="submit"]) { width: 100% !important; min-width: 0 !important; min-height: 48px !important; }
.wo-v47-capture .klaviyo-form-WrRDq4 .klaviyo-form-button { width: 100% !important; white-space: normal !important; min-height: 48px !important; }

.wo-v47-capture .klaviyo-form-WrRDq4 [data-testid="form-component"] { background: transparent !important; }
.wo-v47-capture .klaviyo-form-WrRDq4 .klaviyo-form-richtext strong { font-size: 20px !important; }
.wo-v47-capture .klaviyo-form-WrRDq4 .klaviyo-form-button { color: #111417 !important; }

/* 0.6.4 — Native categories now use the WO hub card, without Flatsome boxes. */
body.wo-v47-category .products > .wo-v47-subcategory {
  display: flex;
  min-width: 0;
}
body.wo-v47-category .wo-v47-subcategory > .wo-v47-shop-card {
  width: 100%;
  min-height: 100%;
  text-align: left;
  text-decoration: none;
}
body.wo-v47-category .wo-v47-subcategory .wo-v47-shop-card figure {
  width: 100%;
  padding: 0;
  flex-shrink: 0;
  aspect-ratio: 8 / 5;
}
body.wo-v47-category .wo-v47-subcategory .wo-v47-shop-card img {
  object-fit: contain;
  object-position: center;
  transform: none;
}
body.wo-v47-category .wo-v47-subcategory .wo-v47-shop-card h2 {
  color: var(--wo-v47-ink);
  text-transform: none;
}
body.wo-v47-category .wo-v47-subcategory .wo-v47-shop-card:focus-visible {
  outline: 3px solid var(--wo-v47-ember-deep);
  outline-offset: 4px;
}
@media (max-width: 767px) {
  body.wo-v47-category .products > .wo-v47-subcategory {
    flex-basis: 100%;
    max-width: 100%;
  }
}

/* 0.6.5: clear, compact ancestor navigation using the existing WO palette. */
.wo-v47-breadcrumb ol {
  display: flex; flex-wrap: wrap; align-items: center; gap: 4px 0;
  list-style: none; margin: 0; padding: 0; max-width: 100%;
}
.wo-v47-breadcrumb li {
  display: inline-flex; align-items: baseline; gap: 10px;
  margin: 0 10px 0 0; min-width: 0; max-width: 100%; line-height: 1.5;
}
.wo-v47-breadcrumb a {
  display: inline-block; padding: 6px 0; border-bottom: 0;
  text-decoration: underline; text-decoration-color: rgba(255,250,242,.3);
  text-underline-offset: 4px; overflow-wrap: anywhere;
}
.wo-v47-breadcrumb a:hover { color: var(--wo-v47-gold); text-decoration-color: currentColor; }
.wo-v47-breadcrumb a:focus-visible { outline: 2px solid var(--wo-v47-gold); outline-offset: 4px; }
.wo-v47-breadcrumb [aria-current="page"] { color: var(--wo-v47-paper-bright); font-weight: 700; overflow-wrap: anywhere; }
.wo-v47-breadcrumb-separator { color: rgba(255,250,242,.4); }

/* Related collections belong to a family; a parent is never another product choice. */
.wo-v47-shop-family { margin-top: 48px; scroll-margin-top: 110px; }
.wo-v47-shop-family-heading { display:flex; align-items:baseline; justify-content:space-between; gap:20px; margin-bottom:20px; padding-bottom:16px; border-bottom:1px solid var(--wo-v47-line); }
.wo-v47-shop-family-heading h2 { margin:0; font:800 clamp(1.65rem,2.8vw,2.3rem)/1.1 var(--wo-v47-display); color:var(--wo-v47-ink); }
.wo-v47-shop-family-heading a { color:var(--wo-v47-ember-text); font-weight:700; font-size:.875rem; text-decoration:underline; text-underline-offset:4px; }
.wo-v47-shop-family .wo-v47-shop-grid { margin-top:0; }
.wo-v47-shop-family a:focus-visible { outline:2px solid var(--wo-v47-ember-deep); outline-offset:4px; }
@media(max-width:767px) { .wo-v47-shop-family-heading { align-items:flex-start; flex-direction:column; gap:12px; } }

.wo-v47-editorial-breadcrumb { position:relative; z-index:1; margin-bottom:32px; }

/* Editorial breadcrumb spans the existing grid, keeping the flex hero intact. */
.wo-v47-article-hero-grid > .wo-v47-editorial-breadcrumb,
.wo-v47-editorial-archive-grid > .wo-v47-editorial-breadcrumb { grid-column:1 / -1; width:100%; margin:0; }
.wo-v47-article-hero-grid, .wo-v47-editorial-archive-grid { row-gap:32px; }

/* Accessory families share one card scale; no oversized lead or text-only column. */
#wo-v47-family-accessories .wo-v47-shop-grid { grid-template-columns:repeat(3,minmax(0,1fr)); }
#wo-v47-family-accessories .wo-v47-shop-card { grid-column:auto; min-height:0; }
#wo-v47-family-accessories .wo-v47-shop-card figure { flex-shrink:0; }
@media(max-width:1120px) {
  #wo-v47-family-accessories .wo-v47-shop-grid { grid-template-columns:repeat(2,minmax(0,1fr)); }
}
@media(max-width:640px) {
  #wo-v47-family-accessories .wo-v47-shop-grid { grid-template-columns:minmax(0,1fr); }
}

/* Keep the approved title composition while separating the heading from its tagline. */
body.wo-v47-pilot .wo-v47-title-group > h1,
body.wo-v47-pilot .wo-v47-title-group > .wo-v47-title-accent {
  margin: 0;
  padding: 0;
  max-width: none;
  font: inherit;
  line-height: inherit;
  letter-spacing: inherit;
  text-transform: inherit;
  text-wrap: inherit;
  color: inherit;
}

/* Compact product purchase flow; the native form remains authoritative. */
.wo-v47-product-trust i svg {
  width: 22px;
  height: 22px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.65;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.wo-v47-product-trust a:focus-visible {
  outline: 2px solid var(--wo-v47-ember-deep);
  outline-offset: -3px;
}
.wo-v47-purchase-access { display: none; }
@media (max-width: 900px) {
  body.wo-v47-product .product-gallery { padding: 12px; }
  body.wo-v47-product .product-gallery .woocommerce-product-gallery__image img {
    width: 100%;
    max-height: 240px;
    object-fit: contain;
  }
  body.wo-v47-product .product-info.summary { padding: 22px 0 0; }
  body.wo-v47-product .product-info .product-title {
    font-size: clamp(2rem, 6.8vw, 2.7rem);
    line-height: 1.04;
    letter-spacing: -0.025em;
  }
  body.wo-v47-product .product-info .price { font-size: 2rem; }
  body.wo-v47-product .product-info form.cart { scroll-margin-block: 125px 90px; }
  body.wo-v47-has-purchase-access { padding-bottom: calc(78px + env(safe-area-inset-bottom, 0px)); }
  .wo-v47-purchase-access {
    position: fixed;
    z-index: 45;
    inset: auto 0 0;
    display: flex;
    justify-content: center;
    padding: 10px 16px calc(10px + env(safe-area-inset-bottom, 0px));
    border-top: 1px solid var(--wo-v47-line);
    background: var(--wo-v47-paper-bright);
  }
  .wo-v47-purchase-access[hidden],
  body.wo-v47-menu-open .wo-v47-purchase-access { display: none; }
  .wo-v47-purchase-access button {
    width: min(100%, 480px);
    min-height: 48px;
    margin: 0;
    border: 1px solid var(--wo-v47-ink);
    border-radius: 3px;
    background: var(--wo-v47-ink);
    color: var(--wo-v47-paper-bright);
    font: 700 1rem/1.2 var(--wo-v47-body);
    letter-spacing: 0;
    text-transform: none;
  }
  .wo-v47-purchase-access button:focus-visible {
    outline: 2px solid var(--wo-v47-ember-deep);
    outline-offset: 3px;
  }
}

/* Keep the native product breadcrumb below the fixed WO header. */
body.wo-v47-product #wrapper > .product-page-title {
  margin-top: calc(78px + var(--wo-v47-store-notice-height, 0px));
  background: var(--wo-v47-paper-bright);
}
body.wo-v47-product #wrapper > .product-page-title + #main { padding-top: 0; }
body.wo-v47-product .product-page-title .page-title-inner {
  min-height: 0;
  width: var(--wo-v47-shell);
  max-width: none;
  padding: 10px 0;
}
body.wo-v47-product .product-page-title .breadcrumbs {
  font-size: 0.8125rem;
  line-height: 1.5;
  text-transform: none;
  text-align: left;
}
body.wo-v47-product .product-page-title .breadcrumbs a { padding-block: 4px; }
@media (max-width: 1120px) {
  body.wo-v47-product #wrapper > .product-page-title {
    margin-top: calc(70px + var(--wo-v47-store-notice-height, 0px));
  }
}

/* P2-SIT-01.1: outline purchase controls on light product cards. */
body.wo-v47-pilot #main .product-small .add-to-cart-button .button.is-outline {
  border-color: var(--wo-v47-orange-text);
  background: var(--wo-v47-paper-bright);
  color: var(--wo-v47-orange-text);
}
body.wo-v47-pilot #main .product-small .add-to-cart-button .button.is-outline:hover,
body.wo-v47-pilot #main .product-small .add-to-cart-button .button.is-outline:focus-visible {
  border-color: var(--wo-v47-orange-text);
  background: var(--wo-v47-orange-text);
  color: var(--wo-v47-paper-bright);
}
