:root {
  color-scheme: dark;
}

@font-face {
  font-family: "ChoppArt Condensed";
  src: url("../fonts/barlow-condensed-bold.ttf") format("truetype");
  font-display: swap;
  font-style: normal;
  font-weight: 700;
}

@font-face {
  font-family: "ChoppArt Condensed";
  src: url("../fonts/barlow-condensed-black.ttf") format("truetype");
  font-display: swap;
  font-style: normal;
  font-weight: 900;
}

@font-face {
  font-family: "ChoppArt Gothic";
  src: url("../fonts/pirata-one-regular.ttf") format("truetype");
  font-display: swap;
  font-style: normal;
  font-weight: 400;
}

html {
  scroll-behavior: smooth;
}

::selection { background: var(--choppart-red); color: #fff8f1; }

body {
  background:
    linear-gradient(rgb(8 8 10 / 20%), rgb(8 8 10 / 35%)),
    url("../images/textures/carbon-paint.webp") center top / min(1180px, 100vw) auto repeat-y,
    #0f0f11;
  min-height: 100vh;
}

:where(#univers, #leather-textile, #atelier, #quote-form) { scroll-margin-top: 7rem; }

.choppart-context-nav {
  box-sizing: border-box;
  width: var(--choppart-container);
  margin: 0 auto 2rem;
  padding-top: 1.5rem;
}

.choppart-context-nav__back {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  color: #e1b56f;
  font-family: "ChoppArt Condensed", ui-sans-serif, sans-serif;
  font-size: 0.86rem;
  font-weight: 900;
  letter-spacing: 0.06em;
  text-decoration: none;
  text-transform: uppercase;
}

.choppart-context-nav__back:hover,
.choppart-context-nav__back:focus-visible { text-decoration: underline; text-underline-offset: 0.3em; }
.choppart-context-nav__trail { display: flex; flex-wrap: wrap; gap: 0.4rem; margin: 0; padding: 0; color: #a9a49b; font-size: 0.78rem; list-style: none; }
.choppart-context-nav__trail li + li::before { content: "/"; margin-right: 0.4rem; color: #6f6860; }
.choppart-context-nav__trail a { color: #cfc5ba; }

.choppart-context-nav__trail a,
.skip-link:focus {
  display: inline-flex;
  min-width: 44px;
  min-height: 44px;
  align-items: center;
}

.wp-site-blocks {
  padding-top: 80px;
}

.choppart-shell {
  border-inline: 1px solid rgb(163 122 76 / 25%);
}

:root {
  --choppart-carbon: #0f0f11;
  --choppart-industrial-black: #151517;
  --choppart-dark-steel: #1c1d21;
  --choppart-leather: #141312;
  --choppart-gunmetal: #303238;
  --choppart-bronze: #a37a4c;
  --choppart-brass: #c59b27;
  --choppart-red: #b32025;
  --choppart-bone: #ece9e2;
  --choppart-muted: #a9a49b;
  --choppart-action-project: #b32025;
  --choppart-accent-identity: #a37a4c;
  --choppart-action-commerce: #d1a21c;
  --choppart-text-primary: #ece9e2;
  --choppart-text-secondary: #d4ccc3;
  --choppart-surface-reading: rgb(13 13 15 / 88%);
  --choppart-container: min(1360px, 92vw);
  --choppart-metal-shadow: inset 0 1px 0 rgb(255 255 255 / 14%), inset 0 -1px 0 rgb(0 0 0 / 72%), 0 24px 60px rgb(0 0 0 / 48%);

  /* Phase 6A.1: spatial foundations. Tokens describe permission, not motion. */
  --depth-0: 0px;
  --depth-1: 1px;
  --depth-2: 2px;
  --depth-3: 4px;
  --depth-4: 8px;
  --motion-instant: 150ms;
  --motion-ui: 220ms;
  --motion-spatial: 360ms;
  --ease-mechanical-press: cubic-bezier(0.32, 0.72, 0, 1);
  --ease-surface-transition: cubic-bezier(0.22, 1, 0.36, 1);
  --ease-spatial-settle: cubic-bezier(0.16, 1, 0.3, 1);
  --pointer-x: 50%;
  --pointer-y: 50%;
  --pointer-x-normalized: 0;
  --pointer-y-normalized: 0;
  --pointer-active: 0;
  --pointer-light-opacity: 0;
  --pointer-shift-x: 0px;
  --pointer-shift-y: 0px;
  --material-light-bronze: rgb(213 170 103 / 12%);
  --material-light-steel: rgb(207 218 224 / 8%);
  --material-highlight-intensity: 0;
  --material-carbon-surface: var(--choppart-carbon);
  --material-forged-steel-surface: var(--choppart-dark-steel);
  --material-patinated-leather-surface: var(--choppart-leather);
  --material-engraved-metal-surface: var(--choppart-industrial-black);
  /* Phase 6A.3: restrained material response, kept inert without the coordinator. */
  --material-carbon-light: rgb(213 170 103 / 5%);
  --material-steel-light: rgb(207 218 224 / 7%);
  --material-leather-light: rgb(161 108 70 / 7%);
  --material-engraved-light: rgb(213 170 103 / 9%);
  --control-radius: 0;
  --control-press-duration: 110ms;
  --control-hover-duration: 150ms;
  --control-edge: rgb(163 122 76 / 58%);
  --control-shadow: inset 0 1px 0 rgb(255 255 255 / 12%), inset 0 -1px 0 rgb(0 0 0 / 76%), 0 2px 0 rgb(0 0 0 / 48%);
}

/*
 * Motion hierarchy: M0 static, M1 physical feedback, M2 subtle depth,
 * M3 interactive spatial, M4 signature cinematic. A level is an intensity
 * ceiling only. Future V-Rod M4 remains out of scope for this system pass.
 */
[data-motion-level="M0"], .motion-m0 { --motion-permission: 0; }
[data-motion-level="M1"], .motion-m1 { --motion-permission: 1; }
[data-motion-level="M2"], .motion-m2 { --motion-permission: 2; }
[data-motion-level="M3"], .motion-m3 { --motion-permission: 3; }
[data-motion-level="M4"], .motion-m4 { --motion-permission: 4; }

/* Semantic material hooks. Existing backgrounds remain unchanged for now. */
.material-carbon { --material-surface: var(--material-carbon-surface); }
.material-forged-steel { --material-surface: var(--material-forged-steel-surface); }
.material-patinated-leather { --material-surface: var(--material-patinated-leather-surface); }
.material-engraved-metal { --material-surface: var(--material-engraved-metal-surface); }

body {
  color: var(--choppart-bone);
}

.choppart-header {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 100;
  border-bottom: 1px solid rgb(163 122 76 / 28%);
  background: rgb(9 9 11 / 88%);
  box-shadow: 0 10px 24px rgb(0 0 0 / 24%);
  backdrop-filter: blur(12px) saturate(115%);
  -webkit-backdrop-filter: blur(12px) saturate(115%);
}

.admin-bar .choppart-header { top: 32px; }

.choppart-header__inner {
  min-height: 80px;
  width: var(--choppart-container);
  gap: 24px;
}

.choppart-brand {
  display: inline-flex;
  align-items: center;
  color: var(--choppart-bone);
  text-decoration: none;
}

.choppart-brand img {
  width: 66px;
  height: 66px;
  object-fit: contain;
  filter: drop-shadow(0 12px 24px rgb(0 0 0 / 55%));
}

.choppart-navigation a {
  color: var(--choppart-bone);
  font-family: "ChoppArt Condensed", ui-sans-serif, sans-serif;
  font-size: 0.92rem;
  font-weight: 900;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.choppart-navigation {
  display: flex;
  align-items: center;
  gap: clamp(0.8rem, 2vw, 1.5rem);
}

.choppart-navigation a {
  display: inline-flex;
  min-width: 44px;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  white-space: nowrap;
}

.choppart-navigation a:focus-visible {
  color: #d9ad83;
}

.choppart-mobile-menu { display: none; }

.choppart-header a:focus-visible,
.choppart-shell a:focus-visible,
.choppart-shell button:focus-visible {
  outline: 3px solid #d5aa67;
  outline-offset: 3px;
}

.wp-block-button__link {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.85rem 1.35rem;
  clip-path: polygon(8px 0, calc(100% - 8px) 0, 100% 8px, 100% calc(100% - 8px), calc(100% - 8px) 100%, 8px 100%, 0 calc(100% - 8px), 0 8px);
  border-radius: var(--control-radius);
  box-shadow: var(--control-shadow);
  transition: transform var(--control-hover-duration) var(--ease-mechanical-press), border-color var(--control-hover-duration) ease, box-shadow var(--control-hover-duration) ease, background-color var(--control-hover-duration) ease;
  touch-action: manipulation;
}

.is-style-choppart-hot .wp-block-button__link {
  color: #fff8f1;
  border: 1px solid rgb(179 32 37 / 66%);
  background: linear-gradient(180deg, #3a2924, #281514 42%, #6f1118 70%, #2c0b0d);
  box-shadow: var(--control-shadow), 0 0 0 1px rgb(179 32 37 / 8%);
}

.is-style-choppart-steel .wp-block-button__link {
  color: #fff8f1;
  border: 1px solid rgb(163 122 76 / 58%);
  background: linear-gradient(180deg, #817b73, #373638 32%, #9a7048 60%, #252426);
  box-shadow: var(--control-shadow);
}

.wp-block-button__link:active {
  transform: translateY(1px);
  box-shadow: inset 0 1px 0 rgb(0 0 0 / 42%), inset 0 -1px 0 rgb(255 255 255 / 8%), 0 0 0 rgb(0 0 0 / 0%);
}

.wp-block-button__link:disabled,
.wp-block-button__link[aria-disabled="true"] {
  cursor: not-allowed;
  filter: grayscale(0.8);
  opacity: 0.62;
  transform: none;
  box-shadow: none;
}

.choppart-hero,
.choppart-direction,
.choppart-universes {
  position: relative;
  isolation: isolate;
  overflow: clip;
}

.choppart-hero {
  min-height: calc(100dvh - 80px);
  padding: clamp(3.5rem, 7vh, 5rem) 0 clamp(3.5rem, 7vh, 5rem);
  background:
    linear-gradient(90deg, rgb(0 0 0 / 82%), rgb(0 0 0 / 30%) 52%, rgb(0 0 0 / 66%)),
    url("../images/textures/carbon-paint.webp") center / cover no-repeat,
    url("../images/hero/v7-custom-build.webp") center / cover no-repeat;
  background-blend-mode: normal, soft-light, normal;
}

/* Homepage material prototype: a bounded bronze key light, not a global cursor glow. */
body.home .choppart-hero::before,
body.home .choppart-universes::before,
body.home .choppart-portfolio::after {
  content: "";
  position: absolute;
  inset: -14%;
  z-index: 0;
  pointer-events: none;
  opacity: var(--pointer-light-opacity);
  transform: translate3d(var(--pointer-shift-x), var(--pointer-shift-y), 0);
  transition: opacity var(--motion-ui) var(--ease-surface-transition), transform var(--motion-spatial) var(--ease-spatial-settle);
}

body.home .choppart-hero__grid,
body.home .choppart-universes__intro,
body.home .choppart-universes__grid,
body.home .choppart-portfolio__inner { position: relative; z-index: 1; }

body.home .choppart-hero::before {
  background: radial-gradient(circle at 50% 50%, var(--material-carbon-light), transparent 38%);
}

body.home .choppart-universes::before {
  background: radial-gradient(ellipse at 50% 50%, var(--material-steel-light), transparent 42%);
}

body.home .choppart-portfolio::after {
  background: radial-gradient(ellipse at 50% 50%, var(--material-engraved-light), transparent 36%);
}

.choppart-hero::after,
.choppart-direction::after {
  content: "";
  position: absolute;
  inset: 12px;
  z-index: -1;
  border: 1px solid rgb(163 122 76 / 20%);
  pointer-events: none;
}

.choppart-hero__grid {
  width: var(--choppart-container);
  gap: clamp(2rem, 4vw, 4.5rem);
}

.choppart-display,
.choppart-shell > .wp-block-post-title,
.woocommerce-products-header__title.page-title,
.woocommerce div.product .product_title,
.woocommerce-page .wp-block-query-title {
  color: var(--choppart-text-primary);
  font-family: "ChoppArt Condensed", ui-sans-serif, sans-serif;
  font-weight: 900;
  font-kerning: normal;
  letter-spacing: -0.015em;
  line-height: 0.94;
  text-transform: uppercase;
  text-shadow: 0 10px 24px rgb(0 0 0 / 48%);
}

.choppart-hero__title {
  max-width: 10ch;
  margin: 0 0 1.5rem;
  color: #d9c7a5;
  font-family: "ChoppArt Gothic", Georgia, serif;
  font-size: clamp(3.75rem, 6.2vw, 5.5rem);
  font-weight: 400;
  letter-spacing: -0.025em;
  line-height: 0.88;
  overflow-wrap: normal;
  text-shadow: 0 1px 0 rgb(255 255 255 / 38%), 0 2px 0 rgb(48 43 36 / 90%), 0 18px 38px rgb(0 0 0 / 78%);
}

@supports ((-webkit-background-clip: text) or (background-clip: text)) {
  .choppart-hero__title {
    background:
      linear-gradient(180deg, #f5f2e9 0%, #aaa69b 22%, #e4ded1 46%, #777269 72%, #c7b995 100%),
      url("../images/textures/brushed-engraved-metal.webp") center / 560px auto;
    background-blend-mode: screen;
    background-clip: text;
    -webkit-background-clip: text;
  }
}

.choppart-hero__lead,
.choppart-direction__lead {
  max-width: 56ch;
  color: var(--choppart-text-secondary);
  font-size: clamp(1rem, 1.25vw, 1.18rem);
  line-height: 1.7;
}

.choppart-hero__sub {
  max-width: 54ch;
  padding-left: 0.85rem;
  border-left: 2px solid var(--choppart-accent-identity);
  color: #e2dad1;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  line-height: 1.8;
}

.choppart-hero__actions {
  margin-top: 1.75rem;
  gap: 0.9rem;
}

.choppart-forged-panel {
  position: relative;
  margin: 0;
  padding: 18px;
  border: 1px solid rgb(163 122 76 / 42%);
  background: linear-gradient(180deg, rgb(27 28 32 / 90%), rgb(15 15 17 / 96%));
  box-shadow: var(--choppart-metal-shadow);
  transform: perspective(900px) rotateX(var(--choppart-tilt-x, 0deg)) rotateY(var(--choppart-tilt-y, 0deg)) translate3d(var(--choppart-depth-x, 0px), var(--choppart-depth-y, 0px), 0);
  transition: transform 280ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.choppart-forged-panel::after {
  content: "";
  position: absolute;
  inset: 8px;
  border: 1px solid rgb(90 96 101 / 28%);
  pointer-events: none;
}

.choppart-forged-panel img {
  display: block;
  width: 100%;
  height: clamp(300px, 36vw, 520px);
  object-fit: cover;
  filter: contrast(1.06) saturate(0.9);
  transform: translate3d(calc(var(--choppart-depth-x, 0px) * -0.45), calc(var(--choppart-depth-y, 0px) * -0.45), 0);
  transition: transform 280ms ease, filter 220ms ease;
}

.choppart-forged-panel__badge {
  position: absolute;
  top: 34px;
  right: 34px;
  z-index: 2;
  padding: 0.65rem 0.8rem;
  border: 1px solid rgb(163 122 76 / 45%);
  background: rgb(9 9 11 / 88%);
  color: #efe6da;
  font-size: 0.62rem;
  font-weight: 900;
  letter-spacing: 0.14em;
}

.choppart-direction {
  padding: clamp(5rem, 9vw, 8rem) 0;
  background:
    linear-gradient(105deg, rgb(15 15 17 / 30%) 8%, rgb(28 29 33 / 14%) 54%, rgb(15 15 17 / 35%)),
    url("../images/textures/brushed-engraved-metal.webp") center / cover no-repeat,
    #151517;
}

.choppart-direction__intro,
.choppart-materials {
  width: var(--choppart-container);
}

.choppart-direction__intro {
  align-items: end;
  margin-bottom: 2rem;
}

.choppart-section-title {
  max-width: 13ch;
  margin: 0;
  font-size: clamp(2.8rem, 5vw, 5rem);
}

.choppart-materials {
  gap: clamp(1.5rem, 4vw, 4rem);
}

.choppart-material {
  min-width: 0;
  padding: 1.5rem 0 0;
  border-top: 1px solid rgb(163 122 76 / 55%);
  background: transparent;
}

.choppart-material h3 {
  margin: 0 0 1rem;
  font-size: 1.35rem;
}

.choppart-material p {
  color: #cfc5ba;
  font-size: 0.9rem;
}

.choppart-universes {
  padding: clamp(5rem, 9vw, 8rem) 0;
  background:
    radial-gradient(circle at 12% 18%, rgb(179 32 37 / 12%), transparent 28rem),
    linear-gradient(90deg, rgb(8 8 10 / 32%) 0%, rgb(8 8 10 / 10%) 58%, rgb(8 8 10 / 24%) 100%),
    url("../images/textures/mechanical-bronze.webp") center / cover no-repeat,
    #0c0c0e;
}

/* Forged steel is the dominant savoir-faire surface. The bronze texture remains a quiet seam. */
body.home .choppart-universes {
  background:
    linear-gradient(108deg, rgb(13 14 16 / 90%), rgb(39 41 45 / 36%) 52%, rgb(10 10 12 / 88%)),
    url("../images/textures/brushed-engraved-metal.webp") center / cover no-repeat,
    var(--material-forged-steel-surface);
}

.choppart-universes__intro,
.choppart-universes__grid {
  width: var(--choppart-container);
  margin-inline: auto;
}

.choppart-universes__grid:not(.choppart-custom-works__grid) { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.choppart-universes__grid:not(.choppart-custom-works__grid) .choppart-universe:nth-child(n) { grid-column: auto; }
.choppart-universes__grid:not(.choppart-custom-works__grid) .choppart-universe__body strong { font-size: clamp(1.45rem, 2vw, 2rem); }

.choppart-universes__lead {
  max-width: 62ch;
  color: #cfc5ba;
  line-height: 1.7;
}

.choppart-universes__grid {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 1rem;
  margin-top: 2.5rem;
}

.choppart-universe {
  position: relative;
  grid-column: span 6;
  min-width: 0;
  min-height: 410px;
  overflow: hidden;
  border: 1px solid rgb(163 122 76 / 38%);
  background: #151517;
  color: var(--choppart-bone);
  box-shadow: var(--choppart-metal-shadow);
  text-decoration: none;
  transition: transform 280ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

body.home .choppart-universe {
  background:
    linear-gradient(180deg, rgb(47 49 54 / 22%), rgb(12 12 14 / 92%)),
    var(--material-forged-steel-surface);
}

.choppart-universe[data-depth-active="true"] { transform: perspective(900px) rotateX(var(--choppart-tilt-x, 0deg)) rotateY(var(--choppart-tilt-y, 0deg)) translate3d(var(--choppart-depth-x, 0px), var(--choppart-depth-y, 0px), 0); }

.choppart-universe:nth-child(1),
.choppart-universe:nth-child(6) { grid-column: span 7; }

.choppart-universe:nth-child(2),
.choppart-universe:nth-child(5) { grid-column: span 5; }

.choppart-universe::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 15%, rgb(8 8 10 / 30%) 45%, rgb(8 8 10 / 96%) 82%);
}

.choppart-universe img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 280ms ease, filter 280ms ease;
}

.choppart-universe[data-depth-active="true"] img { transform: translate3d(calc(var(--choppart-depth-x, 0px) * -0.35), calc(var(--choppart-depth-y, 0px) * -0.35), 0) scale(1.012); }

.choppart-universe:focus-visible img {
  transform: scale(1.035);
  filter: contrast(1.08) saturate(0.9);
}

.choppart-universe__index,
.choppart-universe__body {
  position: absolute;
  z-index: 1;
}

.choppart-universe__index {
  top: 1rem;
  left: 1rem;
  color: #d5aa67;
  font-weight: 900;
  letter-spacing: 0.14em;
}

.choppart-universe__body {
  right: 1.25rem;
  bottom: 1.25rem;
  left: 1.25rem;
  display: grid;
  gap: 0.65rem;
}

.choppart-universe__body strong {
  font-family: "ChoppArt Condensed", ui-sans-serif, sans-serif;
  font-size: clamp(1.7rem, 2.4vw, 2.5rem);
  line-height: 0.95;
  text-transform: uppercase;
}

.choppart-universe__body span { color: var(--choppart-text-secondary); line-height: 1.5; }
.choppart-universe__body em { color: #d5aa67; font-size: 0.72rem; font-style: normal; font-weight: 900; letter-spacing: 0.1em; text-transform: uppercase; }

.choppart-portfolio {
  padding: clamp(5rem, 9vw, 8rem) 0;
  border-top: 1px solid rgb(163 122 76 / 28%);
  background: linear-gradient(105deg, rgb(8 8 10 / 82%), rgb(25 24 25 / 48%)), url("../images/textures/carbon-paint.webp") center / cover no-repeat, #0c0c0e;
}

/* Engraved metal is reserved for proof of work; photography remains the focal point. */
body.home .choppart-portfolio {
  position: relative;
  background:
    linear-gradient(105deg, rgb(8 8 10 / 92%), rgb(25 24 25 / 66%)),
    url("../images/textures/brushed-engraved-metal.webp") center / cover no-repeat,
    var(--material-engraved-metal-surface);
}

body.home .choppart-portfolio::after { inset: 0; }

.choppart-portfolio__inner { width: var(--choppart-container); margin-inline: auto; }
.choppart-portfolio__intro { display: grid; gap: 1rem; max-width: 42rem; margin-bottom: 2.5rem; }
.choppart-portfolio__intro h2 { margin: 0; }
.choppart-portfolio__intro p { max-width: 52ch; margin: 0; color: #d3c9bf; line-height: 1.7; }
.choppart-portfolio__grid { display: grid; grid-template-columns: repeat(12, minmax(0, 1fr)); gap: 1rem; }
.choppart-portfolio__item { min-width: 0; }
.choppart-portfolio__item.portfolio-feature { grid-column: span 8; grid-row: span 2; }
.choppart-portfolio__item.portfolio-body,
.choppart-portfolio__item.portfolio-helmet { grid-column: span 4; }
.choppart-portfolio__item.portfolio-engraving { grid-column: span 8; }
.choppart-portfolio__item.portfolio-leather,
.choppart-portfolio__item.portfolio-textile { grid-column: span 4; }
.portfolio-feature .choppart-portfolio__link { height: 100%; }
.portfolio-feature .choppart-portfolio__link figure { display: flex; height: 100%; flex-direction: column; }
.portfolio-feature .choppart-portfolio__link img { flex: 1; min-height: 0; object-fit: cover; }
.choppart-portfolio__link { display: block; position: relative; isolation: isolate; border: 1px solid rgb(163 122 76 / 42%); background: linear-gradient(180deg, rgb(47 49 54 / 22%), rgb(13 13 15 / 96%)), var(--material-carbon-surface); color: var(--choppart-bone); box-shadow: var(--choppart-metal-shadow); text-decoration: none; transition: transform 280ms ease, border-color 180ms ease, box-shadow 180ms ease; }
.choppart-portfolio__link::before { content: ""; position: absolute; inset: 0; z-index: -1; pointer-events: none; background: radial-gradient(ellipse at 50% 50%, var(--material-engraved-light), transparent 44%); opacity: var(--pointer-light-opacity); transform: translate3d(calc(var(--pointer-shift-x) * 0.55), calc(var(--pointer-shift-y) * 0.55), 0); transition: opacity var(--motion-ui) var(--ease-surface-transition), transform var(--motion-spatial) var(--ease-spatial-settle); }
.choppart-portfolio__link[data-depth-active="true"] { transform: perspective(900px) rotateX(var(--choppart-tilt-x, 0deg)) rotateY(var(--choppart-tilt-y, 0deg)) translate3d(var(--choppart-depth-x, 0px), var(--choppart-depth-y, 0px), 0); }
.choppart-portfolio__link:focus-visible { outline: 3px solid #d5aa67; outline-offset: 4px; }
.choppart-portfolio__link figure { margin: 0; }
.choppart-portfolio__link img { display: block; width: 100%; height: auto; aspect-ratio: 4 / 3; object-fit: cover; transition: transform 220ms ease, filter 220ms ease; }
.portfolio-feature .choppart-portfolio__link img { aspect-ratio: 16 / 10; }
.portfolio-engraving .choppart-portfolio__link img { aspect-ratio: 16 / 7; }
.choppart-portfolio__link figcaption { display: grid; gap: 0.35rem; padding: 0.9rem 1rem 1rem; border-top: 1px solid rgb(163 122 76 / 28%); }
.choppart-portfolio__link figcaption strong { font-family: "ChoppArt Condensed", ui-sans-serif, sans-serif; font-size: clamp(1.25rem, 2.4vw, 2rem); line-height: 0.95; text-transform: uppercase; }
.choppart-portfolio__link figcaption > span { color: #cfc5ba; font-size: 0.82rem; line-height: 1.45; }
.choppart-portfolio__cta { display: inline-flex; width: fit-content; margin-top: 0.35rem; color: #f3e8d8; font-size: 0.68rem; font-style: normal; font-weight: 900; letter-spacing: 0.08em; line-height: 1.2; text-transform: uppercase; }
.choppart-portfolio__cta--quote { padding: 0.55rem 0.65rem; border: 1px solid #8e2026; background: #70141b; }
.choppart-portfolio__cta--commerce { padding: 0.55rem 0.65rem; border: 1px solid #d1a21c; background: #d1a21c; color: #0d0d0f; }
.choppart-portfolio__note { margin: 1.25rem 0 0; color: #aaa39b; font-size: 0.78rem; line-height: 1.55; }

@media (hover: hover) and (pointer: fine) {
  .wp-block-button__link:hover { transform: translate3d(0, -2px, 0); box-shadow: var(--choppart-metal-shadow), 0 5px 0 rgb(0 0 0 / 22%); }
  .choppart-forged-panel[data-depth-active="true"] { border-color: rgb(213 170 103 / 70%); }
  .choppart-portfolio__link[data-depth-active="true"],
  .choppart-universe[data-depth-active="true"] { border-color: rgb(213 170 103 / 72%); }

  .choppart-forged-panel[data-depth-active="true"],
  .choppart-forged-panel[data-depth-active="true"] img,
  .choppart-portfolio__link[data-depth-active="true"],
  .choppart-universe[data-depth-active="true"],
  .choppart-universe[data-depth-active="true"] img { will-change: transform; }
}

@media (prefers-reduced-motion: reduce) {
  .choppart-forged-panel,
  .choppart-forged-panel img,
  .choppart-portfolio__link,
  .choppart-universe,
  .choppart-universe img { transform: none !important; transition: none !important; will-change: auto; }
  body.home .choppart-hero::before,
  body.home .choppart-universes::before,
  body.home .choppart-portfolio::after,
  body.home .choppart-portfolio__link::before { opacity: 0 !important; transform: none !important; transition: none !important; }
}

/* Phase 7, pass 2: concentrate brand signature and remove repeated card tilt. */
.choppart-hero__signature {
  inset: -16% 36% -16% -18%;
  opacity: 0.34;
  background:
    linear-gradient(90deg, rgb(8 10 13 / 12%), transparent 68%),
    url("../images/textures/phase-7-engraved-signature.svg") center / min(56vw, 760px) auto no-repeat;
  filter: drop-shadow(0 1px 0 rgb(0 0 0 / 72%));
}

.choppart-hero__signature::after {
  content: "";
  position: absolute;
  inset: 18% 10%;
  background: linear-gradient(105deg, transparent 22%, rgb(172 196 207 / 22%) var(--pointer-x), rgb(155 91 58 / 20%) 64%, transparent 76%);
  mix-blend-mode: screen;
  -webkit-mask: url("../images/textures/phase-7-engraved-signature.svg") center / contain no-repeat;
  mask: url("../images/textures/phase-7-engraved-signature.svg") center / contain no-repeat;
}

.choppart-header__inner::before,
.choppart-header__inner::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 5px;
  height: 5px;
  border: 1px solid rgb(173 184 187 / 38%);
  background: #090b0d;
  box-shadow: inset 0 1px 0 rgb(255 255 255 / 18%);
  transform: translateY(-50%) rotate(45deg);
}
.choppart-header__inner::before { left: -14px; }
.choppart-header__inner::after { right: -14px; }

.is-style-choppart-hot .wp-block-button__link,
.choppart-hero--phase7 .wp-block-button__link,
.choppart-header__cta .wp-block-button__link,
.choppart-quote__form button[type="submit"] {
  clip-path: polygon(8px 0, 100% 0, 100% calc(100% - 8px), calc(100% - 8px) 100%, 0 100%, 0 8px);
}

.choppart-hero--phase7 .wp-block-button__link::after,
.choppart-header__cta .wp-block-button__link::after,
.choppart-quote__form button[type="submit"]::after {
  content: "";
  position: absolute;
  right: 7px;
  bottom: 7px;
  width: 13px;
  height: 1px;
  background: rgb(232 209 194 / 48%);
  box-shadow: 0 -3px 0 rgb(20 0 3 / 58%);
  pointer-events: none;
}

@media (hover: hover) and (pointer: fine) {
  [data-spatial-surface="commerce"][data-depth-active="true"] { transform: none; }
  [data-spatial-surface="commerce"][data-depth-active="true"] img { transform: translate3d(calc(var(--choppart-depth-x) * -0.72), calc(var(--choppart-depth-y) * -0.72), 10px) scale(1.025); }
}

.woocommerce-products-header {
  position: relative;
  max-width: 920px;
  margin: clamp(2.5rem, 6vw, 6rem) auto clamp(2rem, 4vw, 4rem) 0;
  padding: clamp(1.5rem, 3vw, 3rem) clamp(1rem, 3vw, 2.75rem);
  border-left: 4px solid var(--choppart-smoked-copper);
  background: linear-gradient(100deg, rgb(25 31 36 / 82%), transparent);
}

.woocommerce-products-header::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: min(42vw, 420px);
  opacity: 0.11;
  background: url("../images/textures/phase-7-engraved-signature.svg") center / cover no-repeat;
  pointer-events: none;
}

.woocommerce-products-header__title.page-title,
.woocommerce-page .wp-block-query-title { position: relative; z-index: 1; max-width: 9ch; margin: 0; font-size: clamp(3.6rem, 7vw, 7rem); line-height: 0.82; }

.woocommerce ul.products,
.woocommerce-page .wc-block-product-template { align-items: start; }
.woocommerce ul.products li.product:nth-child(4n + 2),
.woocommerce-page .wc-block-product:nth-child(4n + 2) { margin-top: clamp(0rem, 3vw, 2.75rem); }
.woocommerce ul.products li.product:nth-child(4n + 3),
.woocommerce-page .wc-block-product:nth-child(4n + 3) { margin-top: clamp(0rem, 1.5vw, 1.25rem); }

.single-product .product {
  position: relative;
  isolation: isolate;
  padding-block: clamp(2rem, 5vw, 5rem);
}

.single-product .product::before {
  content: "";
  position: absolute;
  inset: 0 46% 0 0;
  z-index: -1;
  opacity: 0.16;
  background: url("../images/textures/phase-7-engraved-signature.svg") 8% 50% / min(52vw, 720px) auto no-repeat;
  pointer-events: none;
}

.woocommerce-product-gallery.images::before {
  content: "";
  position: absolute;
  inset: -12px;
  z-index: -1;
  border-top: 1px solid rgb(163 183 193 / 34%);
  border-left: 1px solid rgb(127 82 56 / 28%);
  background: linear-gradient(135deg, #161c21, #080a0d 62%);
  box-shadow: 0 8px 0 #060708;
}

.choppart-quote::after {
  content: "";
  position: absolute;
  inset: 0 52% 0 0;
  z-index: -1;
  opacity: 0.18;
  background: url("../images/textures/phase-7-engraved-signature.svg") -12% 35% / min(58vw, 760px) auto no-repeat;
  pointer-events: none;
  transform: translate3d(calc(var(--pointer-shift-x) * -0.22), calc(var(--pointer-shift-y) * -0.22), 0);
}

.choppart-quote__layout > .wp-block-column:first-child {
  position: relative;
  padding: clamp(1rem, 3vw, 3rem) clamp(1rem, 3vw, 2.5rem) clamp(1rem, 3vw, 3rem) 0;
}

.choppart-quote__checklist { display: grid; gap: 0.75rem; padding: 0; list-style: none; }
.choppart-quote__checklist li { position: relative; padding: 0.85rem 1rem 0.85rem 2.6rem; background: rgb(9 11 14 / 58%); box-shadow: inset 3px 0 0 rgb(127 82 56 / 58%); }
.choppart-quote__checklist li::before { content: "+"; position: absolute; top: 0.77rem; left: 1rem; color: #b47757; font-weight: 900; }

@media (max-width: 767px) {
  .choppart-hero__signature { inset: -3% -25% 42% 10%; opacity: 0.2; background-size: 120vw auto; }
  .choppart-header__inner::before,
  .choppart-header__inner::after { display: none; }
  .woocommerce-products-header { margin-block: 2rem; padding: 1.5rem 1rem; }
  .woocommerce ul.products li.product:nth-child(n),
  .woocommerce-page .wc-block-product:nth-child(n) { margin-top: 0; }
  .single-product .product::before { inset: 0; background-position: 50% 10%; background-size: 130vw auto; }
  .choppart-quote::after { inset: 0; opacity: 0.1; background-position: 50% 12%; background-size: 140vw auto; transform: none; }
}

@media (prefers-reduced-motion: reduce) {
  .choppart-quote::after { transform: none; }
}

@media (max-width: 600px) {
  body.home .choppart-hero::before,
  body.home .choppart-universes::before,
  body.home .choppart-portfolio::after,
  body.home .choppart-portfolio__link::before { opacity: 0 !important; transform: none; }
}

.choppart-portfolio__link:active img { transform: scale(0.99); }

.wp-block-button__link:focus-visible,
.woocommerce .button:focus-visible,
.choppart-portfolio__cta:focus-visible { transform: translateY(-1px); }

.woocommerce .button,
.woocommerce input,
.woocommerce select,
.woocommerce textarea,
.choppart-quote__form button { touch-action: manipulation; }

.choppart-universe-page {
  width: var(--choppart-container);
  min-height: 65vh;
  padding-block: clamp(5rem, 10vw, 9rem);
}

.choppart-surface--hybrid .choppart-shell,
.choppart-surface--univers .choppart-shell {
  background:
    linear-gradient(rgb(8 8 10 / 18%), rgb(8 8 10 / 32%)),
    url("../images/textures/mechanical-bronze.webp") center top / cover fixed no-repeat,
    #0c0c0e;
}

.choppart-surface--body-parts .choppart-shell,
.choppart-surface--engraving-metal .choppart-shell {
  background:
    linear-gradient(rgb(10 10 12 / 16%), rgb(10 10 12 / 30%)),
    url("../images/textures/brushed-engraved-metal.webp") center top / cover fixed no-repeat,
    #111113;
}

.choppart-surface--helmet-art .choppart-shell,
.choppart-surface--textile .choppart-shell {
  background:
    linear-gradient(rgb(9 9 11 / 14%), rgb(9 9 11 / 32%)),
    url("../images/textures/carbon-paint.webp") center top / cover fixed no-repeat,
    #0f0f11;
}

.choppart-surface--pure-leather .choppart-shell {
  background:
    linear-gradient(rgb(13 10 9 / 12%), rgb(9 8 8 / 28%)),
    url("../images/textures/leather-tattoo.webp") center top / cover fixed no-repeat,
    #141312;
}

.choppart-shell > .wp-block-post-title {
  width: var(--choppart-container);
  max-width: 12ch;
  margin-bottom: 0;
  font-size: clamp(3.5rem, 7vw, 6rem);
}

.wp-block-post-content > .choppart-universe-page { padding-top: clamp(2rem, 4vw, 3.5rem); }
.wp-block-post-content > .choppart-universe-page {
  max-width: none;
  margin-left: calc((100% - var(--choppart-container)) / 2) !important;
}
.choppart-universe-page h1 { max-width: 12ch; font-size: clamp(3.5rem, 7vw, 6rem); }
.choppart-universe-page > p:not(.choppart-eyebrow) { max-width: 58ch; color: #d3c9bf; font-size: 1.1rem; }
.choppart-universe-page__lead { max-width: 62ch !important; font-size: clamp(1.05rem, 2vw, 1.3rem) !important; line-height: 1.7; }
.choppart-universe-page__details { margin-block: clamp(2.5rem, 6vw, 5rem); gap: 1rem; }
.choppart-universe-page__details section { min-width: 0; padding: clamp(1.25rem, 3vw, 2rem); border-top: 1px solid rgb(163 122 76 / 55%); background: linear-gradient(180deg, rgb(48 50 56 / 24%), transparent); }
.choppart-universe-page__details h2 { margin-top: 0; font-size: clamp(1.35rem, 3vw, 2rem); }
.choppart-universe-page__details p { color: #cfc5ba; line-height: 1.7; }
.choppart-universe-page__notice { margin-block: 2rem !important; padding: 1rem; border-left: 1px solid #d5aa67; background: rgb(163 122 76 / 10%); font-size: 0.9rem !important; }

.choppart-collection {
  padding: clamp(5rem, 9vw, 8rem) 0;
  border-top: 1px solid rgb(163 122 76 / 24%);
  background: linear-gradient(rgb(20 17 15 / 22%), rgb(13 12 12 / 36%)), url("../images/textures/leather-tattoo.webp") center / cover no-repeat, #0d0c0c;
}

.choppart-collection__intro,
.choppart-collection__products { width: var(--choppart-container); }
.choppart-collection__lead { max-width: 62ch; color: #cfc5ba; line-height: 1.7; }
.choppart-collection__products { margin-top: 2.5rem; }

.choppart-collection__empty {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  padding: clamp(1.5rem, 4vw, 3rem);
  border: 1px solid rgb(163 122 76 / 42%);
  background: linear-gradient(135deg, rgb(48 50 56 / 50%), rgb(15 15 17 / 92%));
  box-shadow: var(--choppart-metal-shadow);
}

.choppart-collection__empty p { max-width: 62ch; margin: 0; color: #d3c9bf; }
.choppart-collection__empty a { flex: none; color: #d5aa67; font-size: 0.75rem; font-weight: 900; letter-spacing: 0.1em; text-transform: uppercase; }

.choppart-collection ul.products {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
  margin: 0;
  padding: 0;
}

.choppart-collection ul.products::before,
.choppart-collection ul.products::after { display: none; }

.choppart-collection ul.products li.product {
  box-sizing: border-box;
  float: none;
  width: 100% !important;
  max-width: 100%;
  min-width: 0;
  margin: 0;
  padding: 1rem;
  border: 1px solid rgb(163 122 76 / 34%);
  background: #111113;
  box-shadow: var(--choppart-metal-shadow);
}

.choppart-collection ul.products li.product img { aspect-ratio: 4 / 3; object-fit: cover; }
.choppart-collection ul.products li.product .woocommerce-LoopProduct-link,
.choppart-collection ul.products li.product img { display: block; width: 100%; max-width: 100%; }
.choppart-collection ul.products li.product .woocommerce-loop-product__title { color: var(--choppart-bone); font-size: 1.5rem; }
.choppart-collection ul.products li.product .price { color: #d5aa67; font-weight: 800; }
.choppart-collection ul.products li.product .button { display: inline-flex; min-height: 46px; align-items: center; justify-content: center; }

/* WooCommerce Shop: a direct-sale system, visually and structurally distinct from Custom Works. */
.woocommerce-page .choppart-shell,
.woocommerce-shop .choppart-shell,
.tax-product_cat .choppart-shell,
.single-product .choppart-shell {
  min-height: 70vh;
  background: linear-gradient(rgb(9 9 11 / 68%), rgb(9 9 11 / 78%)), url("../images/textures/carbon-paint.webp") center top / cover fixed no-repeat, #0f0f11;
}

.tax-product_cat.choppart-surface--pure-leather main {
  background: linear-gradient(rgb(13 10 9 / 12%), rgb(9 8 8 / 28%)), url("../images/textures/leather-tattoo.webp") center top / cover fixed no-repeat, #141312;
}

.tax-product_cat.choppart-surface--textile main {
  background: linear-gradient(rgb(9 9 11 / 14%), rgb(9 9 11 / 32%)), url("../images/textures/carbon-paint.webp") center top / cover fixed no-repeat, #0f0f11;
}

.woocommerce-page main { box-sizing: border-box; width: var(--choppart-container); margin-inline: auto; padding-bottom: clamp(4rem, 8vw, 7rem); }
.woocommerce-page main .woocommerce { width: 100%; padding: 0; }
.woocommerce .woocommerce-breadcrumb,
.woocommerce-page .wc-block-breadcrumbs { display: none; }
.woocommerce-page .wc-block-store-notices { padding: 0; }
.woocommerce-products-header__title.page-title,
.woocommerce div.product .product_title,
.woocommerce-page .wp-block-query-title { margin-block: 0 1rem; font-size: clamp(2.75rem, 5vw, 4.5rem); }
.choppart-commerce-title { width: var(--choppart-container); margin: 0 auto 2rem; font-size: clamp(2.75rem, 5vw, 4.5rem); }
.woocommerce-products-header { width: var(--choppart-container); margin-inline: auto; }
.woocommerce .woocommerce-result-count { color: #cfc5ba; }
.woocommerce .woocommerce-ordering select,
.woocommerce div.product form.cart .variations select,
.woocommerce .quantity .qty { min-height: 48px; border: 1px solid rgb(163 122 76 / 48%); border-radius: 0; background: #171719; color: var(--choppart-bone); }

.choppart-shop-intro { clear: both; display: grid; gap: 1.25rem; margin-bottom: 2rem; padding: clamp(1.25rem, 3vw, 2rem) 0; border-block: 1px solid rgb(163 122 76 / 30%); }
.choppart-shop-intro p { max-width: 68ch; margin: 0; color: #d3c9bf; line-height: 1.65; }
.choppart-shop-categories { display: flex; flex-wrap: wrap; gap: 0.65rem; }
.choppart-shop-categories a { display: inline-flex; min-height: 44px; align-items: center; padding: 0.55rem 1rem; border: 1px solid rgb(163 122 76 / 48%); color: var(--choppart-bone); font-family: "ChoppArt Condensed", ui-sans-serif, sans-serif; font-weight: 900; letter-spacing: 0.05em; text-decoration: none; text-transform: uppercase; }
.choppart-shop-categories a[aria-current="page"] { border-color: #e4bc49; background: var(--choppart-action-commerce); color: #0d0d0f; }

.woocommerce ul.products { clear: both; display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 1rem; width: 100%; margin: 2rem 0 0; }
.woocommerce-page .wc-block-product-template { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)) !important; gap: 1rem; }
.woocommerce ul.products::before,
.woocommerce ul.products::after { display: none; }
.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product,
.woocommerce-page .wc-block-product { display: flex; float: none; width: 100% !important; min-width: 0; margin: 0; flex-direction: column; padding: 0 0 1.25rem; border-bottom: 1px solid rgb(163 122 76 / 48%); background: rgb(12 12 14 / 70%); }
.woocommerce ul.products li.product a img { width: 100%; margin: 0 0 1.25rem; aspect-ratio: 1 / 1; object-fit: cover; }
.woocommerce-page .wc-block-components-product-image img { width: 100%; aspect-ratio: 1 / 1; object-fit: cover; }
.woocommerce ul.products li.product .woocommerce-loop-product__title,
.woocommerce ul.products li.product .price,
.woocommerce ul.products li.product .choppart-product-customization-note { margin-inline: 1.25rem; }
.woocommerce ul.products li.product .woocommerce-loop-product__title { color: var(--choppart-bone); font-family: "ChoppArt Condensed", ui-sans-serif, sans-serif; font-size: clamp(1.45rem, 2vw, 2rem); line-height: 1; text-transform: uppercase; }
.woocommerce ul.products li.product .woocommerce-LoopProduct-link,
.woocommerce-page .wc-block-product .wp-block-post-title a {
  display: flex;
  min-height: 44px;
  align-items: center;
}
.woocommerce-page .wc-block-product .wp-block-post-title { margin-inline: 1rem; font-family: "ChoppArt Condensed", ui-sans-serif, sans-serif; font-size: clamp(1.35rem, 1.8vw, 1.8rem); line-height: 1; text-transform: uppercase; }
.woocommerce-page .wc-block-product .wp-block-post-title a { color: var(--choppart-bone); text-decoration: none; }
.woocommerce-page .wc-block-product .wp-block-woocommerce-product-price,
.woocommerce-page .wc-block-product .choppart-product-customization-note { margin-inline: 1rem; }
.woocommerce-page .wc-block-product .wp-block-button { margin: auto 1rem 0; }
.woocommerce ul.products li.product .price { margin-top: 0.75rem; color: #e1b56f; font-weight: 900; }
.choppart-product-customization-note { color: #cfc5ba; font-size: 0.82rem; line-height: 1.45; }
.woocommerce ul.products li.product .button { align-self: flex-start; min-height: 46px; margin: auto 1.25rem 0; padding: 0.8rem 1rem; border-radius: 0; background: var(--choppart-action-commerce); color: #0d0d0f; font-family: "ChoppArt Condensed", ui-sans-serif, sans-serif; font-weight: 900; letter-spacing: 0.06em; text-transform: uppercase; }

.woocommerce div.product { display: flow-root; }
.woocommerce div.product div.images,
.woocommerce div.product div.summary { margin-bottom: clamp(3rem, 7vw, 5rem); }
.woocommerce div.product div.images img { border: 1px solid rgb(163 122 76 / 35%); background: #0b0b0c; }
.woocommerce div.product div.images .flex-control-thumbs { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 0.65rem; margin-top: 0.65rem; }
.woocommerce div.product div.images .flex-control-thumbs li { float: none; width: auto; }
.woocommerce div.product div.images .flex-control-thumbs li img { box-sizing: border-box; min-height: 44px; border: 1px solid rgb(163 122 76 / 35%); opacity: 0.64; transition: opacity 180ms ease, border-color 180ms ease, transform 180ms ease; }
.woocommerce div.product div.images .flex-control-thumbs li.is-active img,
.woocommerce div.product div.images .flex-control-thumbs li img.flex-active { border-color: #d5aa67; box-shadow: inset 0 0 0 1px rgb(213 170 103 / 45%); opacity: 1; }
.woocommerce div.product div.images .flex-control-thumbs li a { display: block; min-height: 44px; }
.woocommerce div.product div.images .flex-control-thumbs li a:focus-visible img { transform: translateY(-1px); opacity: 1; }
.woocommerce div.product p.price,
.woocommerce div.product span.price { color: #e1b56f; font-size: clamp(1.5rem, 3vw, 2.35rem); font-weight: 900; }
.woocommerce div.product form.cart .variations { margin-block: 1.5rem; }
.woocommerce div.product form.cart .variations th,
.woocommerce div.product form.cart .variations td { padding-block: 0.5rem; text-align: left; }
.woocommerce div.product form.cart .variations label { color: var(--choppart-bone); }
.woocommerce div.product form.cart .button { min-height: 48px; border-radius: 0; background: var(--choppart-action-commerce); color: #0d0d0f; font-family: "ChoppArt Condensed", ui-sans-serif, sans-serif; font-weight: 900; letter-spacing: 0.06em; text-transform: uppercase; }
.woocommerce div.product form.cart .button,
.woocommerce .woocommerce-ordering select,
.woocommerce .quantity .qty { transition: transform 160ms ease, border-color 180ms ease, box-shadow 180ms ease, background-color 180ms ease; }
.woocommerce div.product form.cart .button:active,
.woocommerce .button:active { transform: translateY(1px); }
.woocommerce div.product form.cart .button.disabled,
.woocommerce div.product form.cart .button.wc-variation-selection-needed { cursor: not-allowed; filter: grayscale(0.65); opacity: 0.58; }
.woocommerce div.product form.cart.has-variation-selection .button.wc-variation-selection-needed { cursor: pointer; filter: none; opacity: 1; }
.choppart-product-customization { margin-block: 1.5rem; padding-block: 1.25rem; border-block: 1px solid rgb(163 122 76 / 36%); }
.choppart-product-customization label { display: flex; min-height: 44px; align-items: center; gap: 0.75rem; color: var(--choppart-bone); font-weight: 800; }
.choppart-product-customization input { width: 20px; height: 20px; accent-color: #d1a21c; }
.choppart-product-customization p { margin-bottom: 0; color: #bfb6ac; font-size: 0.9rem; }
.choppart-product-customization { transition: border-color 180ms ease, background-color 180ms ease; }
.choppart-product-customization.is-selected { border-color: #d5aa67; background: rgb(197 155 39 / 8%); }
.woocommerce div.product .woocommerce-tabs { clear: both; padding-top: 2rem; border-top: 1px solid rgb(163 122 76 / 32%); }
.woocommerce div.product .woocommerce-tabs ul.tabs { padding: 0; }
.woocommerce div.product .woocommerce-tabs ul.tabs::before { border-color: rgb(163 122 76 / 35%); }
.woocommerce div.product .woocommerce-tabs ul.tabs li { border: 0; border-radius: 0; background: transparent; }
.woocommerce div.product .woocommerce-tabs ul.tabs li::before,
.woocommerce div.product .woocommerce-tabs ul.tabs li::after { display: none; }
.woocommerce div.product .woocommerce-tabs ul.tabs li.active { border-bottom: 2px solid #d5aa67; background: transparent; }
.woocommerce div.product .woocommerce-tabs ul.tabs li a { display: inline-flex; min-height: 44px; align-items: center; color: #cfc5ba; }
.woocommerce div.product .woocommerce-tabs ul.tabs li.active a { color: var(--choppart-bone); }
.woocommerce div.product .woocommerce-product-gallery__trigger,
.woocommerce div.product .reset_variations,
.woocommerce div.product .product_meta a,
.woocommerce-account .show-password-input,
.woocommerce-account .woocommerce-LostPassword a {
  display: inline-flex;
  min-width: 44px;
  min-height: 44px;
  align-items: center;
  justify-content: center;
}
.woocommerce-account .woocommerce-form-login__rememberme { min-height: 44px; align-items: center; }
.woocommerce div.product .wp-block-post-terms a { display: inline-flex; min-width: 44px; min-height: 44px; align-items: center; }
.woocommerce div.product .related.products { clear: both; padding-top: clamp(3rem, 6vw, 5rem); }
.woocommerce div.product .related.products > h2 { font-size: clamp(2.4rem, 5vw, 4.5rem); }
.woocommerce div.product .related.products ul.products { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.woocommerce div.product .related.products ul.products li.product { width: 100% !important; }

.choppart-quote {
  padding: clamp(5rem, 9vw, 8rem) 0;
  border-top: 1px solid rgb(163 122 76 / 24%);
  background:
    radial-gradient(circle at 80% 12%, rgb(179 32 37 / 15%), transparent 30rem),
    linear-gradient(120deg, rgb(12 12 14 / 30%), rgb(26 18 17 / 18%)),
    url("../images/textures/carbon-paint.webp") center / cover no-repeat,
    #111113;
}

.choppart-quote__layout { width: var(--choppart-container); gap: clamp(2rem, 5vw, 5rem); }
.choppart-quote__lead { max-width: 54ch; color: #cfc5ba; line-height: 1.7; }
.choppart-quote__checklist { max-width: 52ch; margin-top: 2rem; padding-left: 1.25rem; color: #d8cfc5; line-height: 1.7; }
.choppart-quote__checklist li + li { margin-top: 0.65rem; }
.choppart-quote__form { position: relative; box-sizing: border-box; width: 100%; max-width: 100%; padding: clamp(1.25rem, 3vw, 2.5rem); border: 1px solid rgb(163 122 76 / 42%); background: var(--choppart-surface-reading); box-shadow: var(--choppart-metal-shadow); }
.choppart-quote__grid { display: grid; width: 100%; min-width: 0; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1rem; }
.choppart-quote__form label { display: grid; gap: 0.45rem; color: #e1d9d0; font-size: 0.8rem; font-weight: 800; letter-spacing: 0.07em; text-transform: uppercase; }
.choppart-quote__form label,
.choppart-quote__form input,
.choppart-quote__form select,
.choppart-quote__form textarea { min-width: 0; }
.choppart-quote__label { display: inline; }
.choppart-quote__form label.is-required .choppart-quote__label::after { content: " *"; }
.choppart-quote__form input,
.choppart-quote__form select,
.choppart-quote__form textarea { box-sizing: border-box; width: 100%; min-height: 48px; padding: 0.75rem; border: 1px solid rgb(163 122 76 / 38%); border-radius: 0; background: #161619; color: var(--choppart-bone); font: inherit; letter-spacing: normal; text-transform: none; }
.choppart-quote__form textarea { resize: vertical; }
.choppart-quote__form input,
.choppart-quote__form select,
.choppart-quote__form textarea { font-size: 1rem; }
.choppart-quote__form textarea::placeholder { color: #aaa39b; opacity: 1; }
.choppart-quote__form input:focus-visible,
.choppart-quote__form select:focus-visible,
.choppart-quote__form textarea:focus-visible { outline: 3px solid #d5aa67; outline-offset: 2px; }
.choppart-quote__description,
.choppart-quote__consent { margin-top: 1rem; }
.choppart-quote__consent { min-height: 44px; grid-template-columns: auto 1fr !important; align-items: center; line-height: 1.6; text-transform: none !important; }
.choppart-quote__consent input { width: 22px; min-height: 22px; margin-top: 0.1rem; }
.choppart-quote__form button { margin-top: 1.5rem; border: 1px solid rgb(179 32 37 / 66%); background: linear-gradient(180deg, #3a2924, #6f1118 70%, #2c0b0d); color: #fff8f1; cursor: pointer; font-weight: 900; letter-spacing: 0.08em; text-transform: uppercase; }
.choppart-quote__trap { position: absolute !important; width: 1px; height: 1px; overflow: hidden; clip-path: inset(50%); }
.choppart-quote__notice { margin-bottom: 1rem; padding: 1rem 1.25rem; border: 1px solid rgb(163 122 76 / 48%); background: #151517; }
.choppart-quote__notice--success { border-color: #748f63; }
.choppart-quote__notice--error { border-color: var(--choppart-red); }
.choppart-quote__notice code { color: #d5aa67; font-size: 1rem; font-weight: 900; }
.choppart-quote__notice ul { margin-bottom: 0; padding-left: 1.25rem; }
.choppart-quote__field-error { color: #f0a2a5; font-size: 0.75rem; font-weight: 700; letter-spacing: normal; line-height: 1.45; text-transform: none; }
.choppart-quote__field-error,
.choppart-quote__vehicle-help { overflow-wrap: anywhere; }
.choppart-quote__form [aria-invalid="true"] { border-color: #d25a5e; }
.choppart-quote__notice:focus-visible { outline: 3px solid #d5aa67; outline-offset: 3px; }
.choppart-quote__vehicle-help { margin: 1rem 0 0; padding: 0.8rem 1rem; border: 1px solid rgb(163 122 76 / 36%); color: #d8cfc5; font-size: 0.88rem; }
.choppart-quote__consent a { display: inline-flex; min-height: 44px; align-items: center; color: #e1b56f; text-underline-offset: 0.2em; }
.choppart-quote__privacy { margin-top: 1rem; padding: 0.8rem 1rem; border: 1px solid rgb(163 122 76 / 28%); color: #cfc5ba; font-size: 0.85rem; }
.choppart-quote__privacy summary { display: flex; min-height: 44px; align-items: center; color: #e1b56f; cursor: pointer; font-weight: 800; }
.choppart-quote__privacy p { max-width: 68ch; }

.choppart-editorial,
.choppart-visualizer-pilot { padding: clamp(5rem, 9vw, 8rem) 0; border-top: 1px solid rgb(163 122 76 / 24%); }
.choppart-editorial {
  background:
    radial-gradient(circle at 15% 35%, rgb(163 122 76 / 15%), transparent 28rem),
    linear-gradient(90deg, rgb(13 11 11 / 28%), rgb(12 12 14 / 12%) 58%, rgb(10 10 12 / 32%)),
    url("../images/textures/leather-tattoo.webp") center / cover no-repeat,
    #101012;
}
.choppart-editorial__feature,
.choppart-process,
.choppart-visualizer-pilot__layout { width: var(--choppart-container); gap: clamp(2rem, 5vw, 5rem); }
.choppart-editorial__image { margin: 0; padding: 0.75rem; border: 1px solid rgb(163 122 76 / 40%); background: #0b0b0c; box-shadow: var(--choppart-metal-shadow); }
.choppart-editorial__image img { display: block; width: 100%; aspect-ratio: 4 / 3; object-fit: cover; }
.choppart-editorial__lead { max-width: 58ch; color: #cfc5ba; line-height: 1.7; }
.choppart-process { margin-top: clamp(3rem, 7vw, 6rem); }
.choppart-process__step { min-width: 0; padding: 1.25rem; border-top: 1px solid rgb(163 122 76 / 55%); background: linear-gradient(180deg, rgb(48 50 56 / 20%), transparent); }
.choppart-process__step > strong { color: #d5aa67; font-size: 0.75rem; letter-spacing: 0.14em; }
.choppart-process__step h3 { margin-block: 2rem 0.75rem; font-size: 1.35rem; }
.choppart-process__step p { color: #bfb6ac; font-size: 0.9rem; }
.choppart-visualizer-pilot { background: repeating-linear-gradient(96deg, rgb(255 255 255 / 2%) 0 1px, transparent 1px 8px), linear-gradient(135deg, #1b1815, #0d0d0f); }
.choppart-visualizer-pilot .choppart-product-visualizer__stage { aspect-ratio: 4 / 3; }
.choppart-visualizer-pilot .choppart-product-visualizer,
.choppart-visualizer-pilot .choppart-product-visualizer__stage,
.choppart-visualizer-pilot .choppart-product-visualizer__fallback { box-sizing: border-box; min-width: 0; max-width: 100%; }
.choppart-visualizer-pilot .choppart-product-visualizer__fallback img { display: block; max-width: 100%; }

.choppart-footer { padding: clamp(3rem, 7vw, 5rem) 0 1.5rem; border-top: 1px solid rgb(163 122 76 / 42%); background: linear-gradient(rgb(16 12 10 / 22%), rgb(9 9 10 / 36%)), url("../images/textures/mechanical-bronze.webp") center / cover no-repeat, #09090a; }
.choppart-footer__grid { width: var(--choppart-container); gap: clamp(2rem, 5vw, 5rem); }
.choppart-footer h2 { margin: 0; font-size: 2.3rem; }
.choppart-footer h3 { margin-top: 0; font-size: 1rem; letter-spacing: 0.08em; }
.choppart-footer p { max-width: 38ch; color: #bfb6ac; }
.choppart-footer .wp-block-buttons { margin-top: 1.5rem; }
.choppart-footer nav { display: grid; gap: 0.4rem; }
.choppart-footer nav:empty { display: none; }
.choppart-footer nav a { display: inline-flex; align-items: center; min-height: 44px; color: #d9cbbd; text-decoration: none; }
.choppart-footer nav a:focus-visible { color: #e1b56f; text-decoration: underline; text-underline-offset: 0.25em; }
.choppart-footer__note { width: var(--choppart-container); margin: 3rem auto 0 !important; padding-top: 1.25rem; border-top: 1px solid rgb(163 122 76 / 24%); font-size: 0.78rem; }

.woocommerce div.product form.cart select:focus-visible,
.woocommerce div.product form.cart .quantity .qty:focus-visible,
.woocommerce div.product form.cart .variations select:focus-visible,
.woocommerce .woocommerce-ordering select:focus-visible { border-color: #d5aa67; box-shadow: 0 0 0 2px rgb(213 170 103 / 25%); }
.woocommerce div.product form.cart .variations select { border-color: rgb(163 122 76 / 58%); background-color: #171719; }
.woocommerce div.product form.cart .variations select option:checked { background: #d1a21c; color: #0d0d0f; }
.woocommerce div.product form.cart.processing { cursor: progress; }
.woocommerce div.product form.cart.processing .button { opacity: 0.68; }

/* Phase 5B.1: keep the pilot viewer integrated with the product summary. */
body.single-product .choppart-product-visualizer {
  margin: 0 0 clamp(1.25rem, 3vw, 2rem);
  width: 100%;
}
body.single-product .choppart-product-visualizer .choppart-product-visualizer__stage {
  aspect-ratio: 4 / 3;
  min-height: clamp(16rem, 34vw, 25rem);
}
body.single-product .choppart-product-visualizer model-viewer {
  --poster-color: transparent;
  display: block;
}

@media (max-width: 600px) {
  body.single-product .choppart-product-visualizer { padding: 0.75rem; }
  body.single-product .choppart-product-visualizer .choppart-product-visualizer__stage {
    min-height: 17rem;
  }
}

@media (max-width: 360px) {
  body.single-product .choppart-product-visualizer .choppart-product-visualizer__stage {
    aspect-ratio: auto;
    height: 17rem;
  }
  .woocommerce div.product form.cart .variations select { margin-right: 0 !important; }
}

.woocommerce :where(button, input, select, textarea, a):focus-visible,
.choppart-mobile-menu summary:focus-visible,
.choppart-quote__privacy summary:focus-visible {
  outline: 3px solid #d5aa67;
  outline-offset: 3px;
}

@media (hover: hover) and (pointer: fine) {
  .choppart-navigation a:hover { color: #d9ad83; }
  .wp-block-button__link:hover { transform: translateY(-2px); border-color: #d5aa67; }
  .choppart-universe:hover img { transform: scale(1.035); filter: contrast(1.08) saturate(0.9); }
  .choppart-universe:hover { border-color: rgb(213 170 103 / 72%); }
  .woocommerce ul.products li.product:hover,
  .woocommerce-page .wc-block-product:hover { border-color: #d5aa67; }
  .choppart-portfolio__link:hover { border-color: #d5aa67; }
  .choppart-portfolio__link:hover img { transform: scale(1.018); filter: contrast(1.06) saturate(0.92); }
  .choppart-footer nav a:hover { color: #e1b56f; text-decoration: underline; text-underline-offset: 0.25em; }
}

.choppart-universe:active,
.woocommerce ul.products li.product .button:active,
.woocommerce-page .wc-block-product .wp-block-button__link:active { transform: translateY(1px); }

@media (max-width: 980px) {
  .choppart-header .choppart-header__cta { display: none; }
  .choppart-brand span { display: none; }
  .choppart-header__inner { position: relative; flex-wrap: nowrap !important; padding-block: 0.6rem; }
  .choppart-navigation--desktop { display: none; }
  .choppart-mobile-menu { display: block; margin-left: auto; }
  .choppart-mobile-menu summary { display: inline-flex; min-width: 64px; min-height: 44px; align-items: center; justify-content: center; border: 1px solid rgb(163 122 76 / 58%); color: var(--choppart-bone); cursor: pointer; font-family: "ChoppArt Condensed", ui-sans-serif, sans-serif; font-size: 0.88rem; font-weight: 900; letter-spacing: 0.06em; list-style: none; text-transform: uppercase; }
  .choppart-mobile-menu summary::-webkit-details-marker { display: none; }
  .choppart-mobile-menu summary:focus-visible { outline: 3px solid #d5aa67; outline-offset: 3px; }
  .choppart-mobile-menu nav { position: absolute; top: calc(100% - 0.4rem); right: 0; left: auto; z-index: 1; box-sizing: border-box; display: grid; width: min(calc(100vw - 2rem), 360px); padding: 0.75rem max(3vw, 1rem) 1rem; border: 1px solid rgb(163 122 76 / 38%); background: rgb(9 9 11 / 98%); box-shadow: 0 24px 60px rgb(0 0 0 / 68%); }
  .choppart-mobile-menu nav a { display: flex; min-height: 48px; align-items: center; border-bottom: 1px solid rgb(163 122 76 / 18%); color: var(--choppart-bone); font-family: "ChoppArt Condensed", ui-sans-serif, sans-serif; font-size: 0.92rem; font-weight: 900; letter-spacing: 0.05em; text-decoration: none; text-transform: uppercase; }
  .choppart-mobile-menu nav a:last-child { border-bottom: 0; color: #e1b56f; }
  .choppart-hero { min-height: auto; }
  .choppart-hero__grid { flex-wrap: wrap !important; }
  .choppart-hero__grid > .wp-block-column { flex-basis: 100% !important; }
  .choppart-hero__title { max-width: 10ch; }
  .choppart-universes__grid,
  .choppart-universes__grid:not(.choppart-custom-works__grid) { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .choppart-universe,
  .choppart-universe:nth-child(n) { grid-column: auto; }
  .choppart-collection ul.products { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .woocommerce ul.products { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .woocommerce-page .wc-block-product-template { grid-template-columns: repeat(2, minmax(0, 1fr)) !important; }
  .choppart-quote__layout { flex-wrap: wrap !important; }
  .choppart-quote__layout > .wp-block-column { flex-basis: 100% !important; }
  .choppart-process { grid-template-columns: repeat(2, minmax(0, 1fr)) !important; }
  .choppart-portfolio__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .woocommerce div.product form.cart .variations { display: table; width: 100%; max-width: 100%; table-layout: fixed; border-spacing: 0; }
  .woocommerce div.product form.cart .variations td.value select { max-width: 100%; }
  .choppart-portfolio__item.portfolio-feature,
  .choppart-portfolio__item.portfolio-engraving { grid-column: span 2; }
  .choppart-portfolio__item.portfolio-body,
  .choppart-portfolio__item.portfolio-helmet,
  .choppart-portfolio__item.portfolio-leather,
  .choppart-portfolio__item.portfolio-textile { grid-column: span 1; }
}

@media (min-width: 981px) {
  .choppart-hero__copy { flex-basis: 46% !important; }
  .choppart-hero__visual { flex-basis: 54% !important; }
}

@media (max-width: 600px) {
  :root { --choppart-container: 94vw; }
  .wp-site-blocks { padding-top: 72px; }
  .choppart-header__inner { min-height: 72px; padding-block: 0.35rem; }
  .choppart-brand img { width: 52px; height: 52px; }
  .choppart-hero { padding-block: 3rem; }
  .choppart-hero__title { font-size: clamp(2.85rem, 12vw, 4.1rem); }
  .choppart-hero__lead { font-size: 1rem; line-height: 1.62; }
  .choppart-hero__sub { font-size: 0.72rem; line-height: 1.65; }
  .choppart-hero__actions,
  .choppart-hero__actions .wp-block-button,
  .choppart-hero__actions .wp-block-button__link { width: 100%; }
  .choppart-forged-panel img { height: 260px; }
  .choppart-forged-panel__badge { top: 28px; right: 28px; font-size: 0.55rem; }
  .choppart-universes__grid,
  .choppart-universes__grid:not(.choppart-custom-works__grid) { grid-template-columns: 1fr; }
  .choppart-universe { min-height: 330px; }
  .choppart-portfolio { padding-block: 4.5rem; }
  .choppart-portfolio__intro { margin-bottom: 1.75rem; }
  .choppart-portfolio__grid { grid-template-columns: 1fr; gap: 0.8rem; }
  .choppart-portfolio__item.portfolio-feature,
  .choppart-portfolio__item.portfolio-body,
  .choppart-portfolio__item.portfolio-helmet,
  .choppart-portfolio__item.portfolio-engraving,
  .choppart-portfolio__item.portfolio-leather,
  .choppart-portfolio__item.portfolio-textile { grid-column: auto; }
  .choppart-portfolio__link img,
  .portfolio-feature .choppart-portfolio__link img,
  .portfolio-engraving .choppart-portfolio__link img { aspect-ratio: 16 / 9; }
  .portfolio-feature .choppart-portfolio__link { height: auto; }
  .portfolio-feature .choppart-portfolio__link figure { display: block; height: auto; }
  .portfolio-feature .choppart-portfolio__link img { height: auto; }
  .choppart-portfolio__link figcaption { padding: 0.8rem 0.85rem 0.9rem; }
  .choppart-portfolio__link figcaption strong { font-size: 1.45rem; }
  .choppart-portfolio__note { margin-top: 1rem; }
  .choppart-universe-page > .wp-block-buttons,
  .choppart-universe-page > .wp-block-buttons .wp-block-button,
  .choppart-universe-page > .wp-block-buttons .wp-block-button__link { width: 100%; }
  .choppart-surface--hybrid .choppart-shell,
  .choppart-surface--univers .choppart-shell,
  .choppart-surface--body-parts .choppart-shell,
  .choppart-surface--engraving-metal .choppart-shell,
  .choppart-surface--helmet-art .choppart-shell,
  .choppart-surface--textile .choppart-shell,
  .choppart-surface--pure-leather .choppart-shell,
  .tax-product_cat.choppart-surface--pure-leather main,
  .tax-product_cat.choppart-surface--textile main { background-attachment: scroll; }
  .choppart-collection__empty { align-items: flex-start; flex-direction: column; }
  .choppart-collection ul.products { grid-template-columns: 1fr; }
  .woocommerce ul.products { grid-template-columns: 1fr; }
  .woocommerce-page .wc-block-product-template { grid-template-columns: 1fr !important; }
  .choppart-header { backdrop-filter: blur(6px) saturate(110%); -webkit-backdrop-filter: blur(6px) saturate(110%); box-shadow: 0 6px 16px rgb(0 0 0 / 22%); }
  .woocommerce-page main { width: var(--choppart-container); }
  body.single-product main > .wp-block-columns { display: block !important; }
  body.single-product main > .wp-block-columns > .wp-block-column { width: 100%; flex-basis: auto !important; }
  body.single-product main > .wp-block-columns > .wp-block-column:first-child { height: 460px; }
  .woocommerce .woocommerce-ordering { float: none; margin-bottom: 1.5rem; }
  .woocommerce .woocommerce-result-count { float: none; }
  .choppart-quote__grid { grid-template-columns: 1fr; }
  .choppart-process { grid-template-columns: 1fr !important; }
  .choppart-visualizer-pilot__layout { flex-wrap: wrap !important; }
  .choppart-visualizer-pilot__layout > .wp-block-column { flex-basis: 100% !important; }
}

@media (max-width: 782px) {
  .admin-bar .choppart-header { top: 46px; }
}

/* Phase 2: composition, rhythm and responsive modulation. */
.home .choppart-direction,
.home .choppart-editorial,
.home .choppart-quote { padding-block: clamp(4rem, 7vw, 6.5rem); }

.home .choppart-universes { padding-block: clamp(5rem, 8vw, 7rem); }
.home .choppart-universes__grid { grid-template-columns: repeat(12, minmax(0, 1fr)); align-items: stretch; gap: clamp(0.75rem, 1.5vw, 1.25rem); }
.home .choppart-universes__grid .choppart-universe:first-child,
.home .choppart-universes__grid.choppart-custom-works__grid .choppart-universe:first-child {
  grid-column: span 7;
  grid-row: span 2;
  min-height: 540px;
}
.home .choppart-universes__grid .choppart-universe:nth-child(2),
.home .choppart-universes__grid .choppart-universe:nth-child(3),
.home .choppart-universes__grid .choppart-universe:nth-child(4),
.home .choppart-universes__grid .choppart-universe:nth-child(5),
.home .choppart-universes__grid .choppart-universe:nth-child(6),
.home .choppart-universes__grid.choppart-custom-works__grid .choppart-universe:nth-child(2),
.home .choppart-universes__grid.choppart-custom-works__grid .choppart-universe:nth-child(3),
.home .choppart-universes__grid.choppart-custom-works__grid .choppart-universe:nth-child(4) {
  grid-column: span 5;
  min-height: 258px;
}
.home .choppart-universes__grid .choppart-universe:nth-child(6) { grid-column: span 10; }
.home .choppart-universes__grid .choppart-universe:first-child .choppart-universe__body strong { font-size: clamp(1.8rem, 3vw, 2.65rem); }

.home .choppart-collection {
  padding-block: clamp(4rem, 6vw, 5.5rem);
  background-color: #0e0e10;
}
.home .choppart-collection .choppart-collection__intro { max-width: 70ch; }
.home .choppart-collection ul.products { margin-top: 1.75rem; gap: clamp(0.75rem, 1.5vw, 1.25rem); }

.woocommerce-page main { padding-bottom: clamp(3.5rem, 6vw, 5.5rem); }
.woocommerce-page .wc-block-product-template,
.woocommerce ul.products { gap: clamp(0.75rem, 1.5vw, 1.25rem); }
.woocommerce-page .wc-block-product,
.woocommerce ul.products li.product { background: rgb(12 12 14 / 82%); }
.woocommerce-products-header__title.page-title,
.woocommerce div.product .product_title,
.woocommerce-page .wp-block-query-title,
.choppart-commerce-title { font-size: clamp(2.35rem, 4.4vw, 4rem); }

.choppart-footer { padding-block: clamp(2.5rem, 5vw, 3.75rem) 1.25rem; }
.choppart-footer__grid { gap: clamp(1.5rem, 3.5vw, 3.5rem); }
.choppart-footer__note { margin-top: 2rem !important; }

@media (min-width: 981px) and (max-width: 1100px) {
  .home .choppart-universes__grid .choppart-universe:first-child { min-height: 500px; }
  .home .choppart-universes__grid .choppart-universe:nth-child(n+2) { min-height: 238px; }
}

@media (max-width: 980px) {
  .home .choppart-universes__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .home .choppart-universes__grid .choppart-universe:first-child { grid-column: 1 / -1; grid-row: auto; min-height: 430px; }
  .home .choppart-universes__grid .choppart-universe:nth-child(n+2) { grid-column: auto; min-height: 310px; }
  .home .choppart-universes__grid .choppart-universe:nth-child(6) { grid-column: auto; }
  .home .choppart-collection { padding-block: clamp(3.5rem, 7vw, 5rem); }
}

@media (max-width: 600px) {
  .home .choppart-universes__grid { grid-template-columns: 1fr; }
  .home .choppart-universes__grid .choppart-universe:first-child { min-height: 390px; }
  .home .choppart-universes__grid .choppart-universe:nth-child(n+2) { min-height: 228px; }
  .home .choppart-universes__grid .choppart-universe:nth-child(6) { grid-column: auto; }
  .home .choppart-direction,
  .home .choppart-editorial,
  .home .choppart-quote { padding-block: 3.75rem; }
  .home .choppart-collection { padding-block: 3.5rem; }
  .home .choppart-collection ul.products { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 0.75rem; }
  .home .choppart-collection ul.products li.product { padding-bottom: 0.85rem; }
  .home .choppart-collection ul.products li.product .woocommerce-loop-product__title { margin-inline: 0.75rem; overflow-wrap: anywhere; font-size: clamp(1rem, 4.4vw, 1.25rem); }
  .home .choppart-collection ul.products li.product .price,
  .home .choppart-collection ul.products li.product .choppart-product-customization-note { margin-inline: 0.75rem; }
  .home .choppart-collection ul.products li.product .button { min-height: 44px; margin-inline: 0.75rem; padding-inline: 0.65rem; font-size: 0.7rem; }
}

/* Phase 6A.4: physical controls. Native elements keep their semantics. */
:where(.woocommerce .button, .woocommerce button.button, .woocommerce input.button,
  .choppart-quote__form button, .choppart-product-visualizer__reset,
  .choppart-product-visualizer__preset, .choppart-shop-categories a) {
  min-height: 44px;
  border-radius: var(--control-radius);
  box-shadow: var(--control-shadow);
  cursor: pointer;
  touch-action: manipulation;
  transition: transform var(--control-hover-duration) var(--ease-mechanical-press), border-color var(--control-hover-duration) ease, box-shadow var(--control-hover-duration) ease, background-color var(--control-hover-duration) ease;
}

:where(.woocommerce .button, .woocommerce button.button, .woocommerce input.button,
  .choppart-quote__form button, .choppart-product-visualizer__reset,
  .choppart-product-visualizer__preset, .choppart-shop-categories a):active {
  transform: translateY(1px);
  box-shadow: inset 0 1px 0 rgb(0 0 0 / 42%), inset 0 -1px 0 rgb(255 255 255 / 8%);
}

:where(.woocommerce .button, .woocommerce button.button, .woocommerce input.button,
  .choppart-quote__form button, .choppart-product-visualizer__reset,
  .choppart-product-visualizer__preset, .choppart-shop-categories a):disabled,
:where(.woocommerce .button, .woocommerce button.button, .woocommerce input.button,
  .choppart-quote__form button, .choppart-product-visualizer__reset,
  .choppart-product-visualizer__preset, .choppart-shop-categories a)[aria-disabled="true"] {
  cursor: not-allowed;
  filter: grayscale(0.65);
  opacity: 0.62;
  transform: none;
  box-shadow: none;
}

:where(.woocommerce .button, .woocommerce button.button, .woocommerce input.button,
  .choppart-quote__form button, .choppart-product-visualizer__reset,
  .choppart-product-visualizer__preset, .choppart-shop-categories a):focus-visible {
  outline: 3px solid #d5aa67;
  outline-offset: 3px;
  transform: none;
}

.choppart-product-visualizer__reset {
  border: 1px solid var(--control-edge);
  background: linear-gradient(180deg, #37383b, #1b1c1f);
  color: var(--choppart-bone);
  font: inherit;
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.choppart-product-visualizer__preset[aria-pressed="true"],
.choppart-product-visualizer__preset.is-active,
.choppart-shop-categories a[aria-current="page"] {
  border-color: #e4bc49;
  box-shadow: inset 0 0 0 1px rgb(228 188 73 / 38%), var(--control-shadow);
}

.woocommerce .quantity .qty,
.woocommerce div.product form.cart .variations select,
.woocommerce .woocommerce-ordering select,
.choppart-quote__form input,
.choppart-quote__form select,
.choppart-quote__form textarea {
  border-radius: var(--control-radius);
  box-shadow: inset 0 1px 0 rgb(255 255 255 / 6%), inset 0 -2px 0 rgb(0 0 0 / 48%);
  transition: border-color var(--control-hover-duration) ease, box-shadow var(--control-hover-duration) ease, background-color var(--control-hover-duration) ease;
}

input[type="file"]::file-selector-button {
  min-height: 44px;
  margin: -0.75rem 0.85rem -0.75rem -0.75rem;
  padding: 0.6rem 0.8rem;
  border: 1px solid var(--control-edge);
  border-radius: var(--control-radius);
  background: #25262a;
  color: var(--choppart-bone);
  cursor: pointer;
  font: inherit;
  font-weight: 800;
  transition: background-color var(--control-hover-duration) ease, border-color var(--control-hover-duration) ease;
}

.choppart-navigation a[aria-current="page"] {
  color: #e1b56f;
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 0.3em;
}

@media (hover: hover) and (pointer: fine) {
  :where(.woocommerce .button, .woocommerce button.button, .woocommerce input.button,
    .choppart-quote__form button, .choppart-product-visualizer__reset,
    .choppart-product-visualizer__preset, .choppart-shop-categories a):hover {
    transform: translateY(-1px);
    border-color: #d5aa67;
  }

  input[type="file"]::file-selector-button:hover { border-color: #d5aa67; background: #303136; }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }

  .choppart-surface--hybrid .choppart-shell,
  .choppart-surface--univers .choppart-shell,
  .choppart-surface--body-parts .choppart-shell,
  .choppart-surface--engraving-metal .choppart-shell,
  .choppart-surface--helmet-art .choppart-shell,
  .choppart-surface--textile .choppart-shell,
  .choppart-surface--pure-leather .choppart-shell,
  .tax-product_cat.choppart-surface--pure-leather main,
  .tax-product_cat.choppart-surface--textile main { background-attachment: scroll; }
}

/* Phase 6A.5: opt-in scroll reveals. Without JS, content remains visible. */
@media (prefers-reduced-motion: no-preference) {
  html.spatial-reveal-ready [data-spatial-reveal] {
    opacity: 0;
    transition: opacity 420ms var(--ease-surface-transition);
  }

  html.spatial-reveal-ready [data-spatial-reveal].is-spatial-visible {
    opacity: 1;
  }

  html.spatial-reveal-ready [data-spatial-reveal="portfolio"] {
    transform: translate3d(0, 18px, 0);
    transition: opacity 420ms var(--ease-surface-transition), transform 460ms var(--ease-spatial-settle);
  }

  html.spatial-reveal-ready [data-spatial-reveal="portfolio"].is-spatial-visible {
    transform: translate3d(0, 0, 0);
  }

  html.spatial-reveal-ready [data-spatial-reveal="portfolio"] img {
    clip-path: inset(7% 0 0);
    transition: clip-path 420ms var(--ease-surface-transition);
  }

  html.spatial-reveal-ready [data-spatial-reveal="portfolio"].is-spatial-visible img {
    clip-path: inset(0);
  }

  html.spatial-reveal-ready [data-spatial-reveal="portfolio"] figcaption,
  html.spatial-reveal-ready [data-spatial-reveal="steel"] .choppart-universe__body {
    opacity: 0;
    transform: translate3d(0, 7px, 0);
    transition: opacity 300ms var(--ease-surface-transition) calc(var(--reveal-delay) + 90ms), transform 360ms var(--ease-spatial-settle) calc(var(--reveal-delay) + 90ms);
  }

  html.spatial-reveal-ready [data-spatial-reveal="portfolio"].is-spatial-visible figcaption,
  html.spatial-reveal-ready [data-spatial-reveal="steel"].is-spatial-visible .choppart-universe__body {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }

  html.spatial-reveal-ready [data-spatial-reveal="steel"]::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    pointer-events: none;
    border-top: 1px solid rgb(207 218 224 / 42%);
    transform: scaleX(0);
    transform-origin: left center;
    transition: transform 380ms var(--ease-surface-transition) var(--reveal-delay);
  }

  html.spatial-reveal-ready [data-spatial-reveal="steel"] {
    transform: translate3d(0, 12px, 0);
    transition: opacity 420ms var(--ease-surface-transition), transform 420ms var(--ease-spatial-settle);
  }

  html.spatial-reveal-ready [data-spatial-reveal="steel"].is-spatial-visible {
    transform: translate3d(0, 0, 0);
  }

  html.spatial-reveal-ready [data-spatial-reveal="steel"].is-spatial-visible::before {
    transform: scaleX(1);
  }

  html.spatial-reveal-ready [data-spatial-reveal="commerce"],
  html.spatial-reveal-ready [data-spatial-reveal="frame"] {
    transform: translate3d(0, 10px, 0);
    transition: opacity 380ms var(--ease-surface-transition), transform 380ms var(--ease-spatial-settle);
  }

  html.spatial-reveal-ready [data-spatial-reveal="commerce"].is-spatial-visible,
  html.spatial-reveal-ready [data-spatial-reveal="frame"].is-spatial-visible {
    transform: translate3d(0, 0, 0);
  }
}

/* Phase 6A.4.1: authoritative control cascade and resting material separation. */
.is-style-choppart-hot .wp-block-button__link,
.is-style-choppart-steel .wp-block-button__link {
  box-shadow: var(--control-shadow);
}

@media (hover: hover) and (pointer: fine) {
  .is-style-choppart-hot .wp-block-button__link:hover,
  .is-style-choppart-steel .wp-block-button__link:hover,
  .choppart-hero__actions .wp-block-button__link:hover {
    transform: translateY(-1px);
    border-color: #d5aa67;
    box-shadow: var(--control-shadow), 0 3px 0 rgb(0 0 0 / 28%);
  }
}

.is-style-choppart-hot .wp-block-button__link:active,
.is-style-choppart-steel .wp-block-button__link:active,
.choppart-hero__actions .wp-block-button__link:active {
  transform: translateY(1px);
  box-shadow: inset 0 1px 0 rgb(0 0 0 / 42%), inset 0 -1px 0 rgb(255 255 255 / 8%);
}

.is-style-choppart-hot .wp-block-button__link:focus-visible,
.is-style-choppart-steel .wp-block-button__link:focus-visible,
.choppart-hero__actions .wp-block-button__link:focus-visible {
  transform: none;
  outline: 3px solid #d5aa67;
  outline-offset: 3px;
}

.is-style-choppart-hot .wp-block-button__link:focus-visible:active,
.is-style-choppart-steel .wp-block-button__link:focus-visible:active,
.choppart-hero__actions .wp-block-button__link:focus-visible:active {
  transform: translateY(1px);
}

body.home .choppart-hero {
  box-shadow: inset 0 -1px 0 rgb(163 122 76 / 34%), inset 0 -8px 0 rgb(8 8 10 / 24%);
}

body.home .choppart-universes {
  border-block: 1px solid rgb(207 218 224 / 17%);
  background:
    linear-gradient(108deg, rgb(9 10 12 / 94%), rgb(55 58 63 / 33%) 52%, rgb(8 8 10 / 92%)),
    url("../images/textures/brushed-engraved-metal.webp") center / cover no-repeat,
    var(--material-forged-steel-surface);
}

body.home .choppart-universe {
  border-color: rgb(207 218 224 / 30%);
  box-shadow: inset 0 1px 0 rgb(207 218 224 / 14%), inset 0 -2px 0 rgb(0 0 0 / 72%), 0 3px 0 rgb(0 0 0 / 46%);
}

body.home .choppart-portfolio {
  border-top-color: rgb(213 170 103 / 52%);
  box-shadow: inset 0 8px 0 rgb(8 8 10 / 22%), inset 0 -1px 0 rgb(213 170 103 / 22%);
  background:
    linear-gradient(105deg, rgb(6 6 8 / 91%), rgb(42 39 37 / 61%) 56%, rgb(9 9 11 / 90%)),
    url("../images/textures/brushed-engraved-metal.webp") center / cover no-repeat,
    var(--material-engraved-metal-surface);
}

body.home .choppart-portfolio__link {
  border-color: rgb(213 170 103 / 55%);
  box-shadow: inset 0 1px 0 rgb(213 170 103 / 14%), inset 0 -2px 0 rgb(0 0 0 / 76%), 0 3px 0 rgb(0 0 0 / 50%);
}

body.home .choppart-collection {
  border-top-color: rgb(163 122 76 / 34%);
  background:
    linear-gradient(105deg, rgb(9 9 11 / 92%), rgb(20 21 24 / 75%)),
    url("../images/textures/carbon-paint.webp") center / cover no-repeat,
    var(--material-carbon-surface);
}

@media (prefers-reduced-motion: reduce) {
  .is-style-choppart-hot .wp-block-button__link:hover,
  .is-style-choppart-steel .wp-block-button__link:hover,
  .choppart-hero__actions .wp-block-button__link:hover { transform: none; }
}

/* Phase 6B: visible spatial field. Pointer movement stays bounded to the
 * existing coordinator while each material exposes its own response. */
@media (hover: hover) and (pointer: fine) {
  .choppart-forged-panel[data-depth-active="true"],
  .choppart-universe[data-depth-active="true"],
  .choppart-portfolio__link[data-depth-active="true"],
  .woocommerce ul.products li.product[data-depth-active="true"],
  .woocommerce-page .wc-block-product[data-depth-active="true"],
  .woocommerce-product-gallery.images[data-depth-active="true"] {
    transform: perspective(900px) rotateX(var(--choppart-tilt-x, 0deg)) rotateY(var(--choppart-tilt-y, 0deg)) translate3d(var(--choppart-depth-x, 0px), var(--choppart-depth-y, 0px), 0);
    transform-style: preserve-3d;
    transition: transform 280ms var(--ease-spatial-settle), border-color 180ms ease, box-shadow 180ms ease;
  }

  .choppart-forged-panel[data-depth-active="true"] img {
    transform: translate3d(calc(var(--choppart-depth-x, 0px) * -0.62), calc(var(--choppart-depth-y, 0px) * -0.62), 2px) scale(1.018);
  }

  .choppart-forged-panel[data-depth-active="true"] .choppart-forged-panel__badge {
    transform: translate3d(calc(var(--choppart-depth-x, 0px) * 0.72), calc(var(--choppart-depth-y, 0px) * 0.72), 5px);
    transition: transform 280ms var(--ease-spatial-settle);
  }

  .choppart-universe[data-depth-active="true"] img {
    transform: translate3d(calc(var(--choppart-depth-x, 0px) * -0.52), calc(var(--choppart-depth-y, 0px) * -0.52), 2px) scale(1.018);
  }

  .choppart-universe[data-depth-active="true"] .choppart-universe__body {
    transform: translate3d(calc(var(--choppart-depth-x, 0px) * 0.62), calc(var(--choppart-depth-y, 0px) * 0.62), 4px);
    transition: transform 280ms var(--ease-spatial-settle);
  }

  .choppart-portfolio__link[data-depth-active="true"] img {
    transform: translate3d(calc(var(--choppart-depth-x, 0px) * -0.58), calc(var(--choppart-depth-y, 0px) * -0.58), 3px) scale(1.022);
  }

  .choppart-portfolio__link[data-depth-active="true"] figcaption {
    transform: translate3d(calc(var(--choppart-depth-x, 0px) * 0.72), calc(var(--choppart-depth-y, 0px) * 0.72), 5px);
    transition: transform 280ms var(--ease-spatial-settle);
  }

  .woocommerce ul.products li.product[data-depth-active="true"] img,
  .woocommerce-page .wc-block-product[data-depth-active="true"] img {
    transform: translate3d(calc(var(--choppart-depth-x, 0px) * -0.4), calc(var(--choppart-depth-y, 0px) * -0.4), 2px) scale(1.012);
    transition: transform 240ms var(--ease-spatial-settle), filter 220ms ease;
  }

  .woocommerce-product-gallery.images[data-depth-active="true"] img {
    transform: translate3d(calc(var(--choppart-depth-x, 0px) * -0.48), calc(var(--choppart-depth-y, 0px) * -0.48), 2px);
    transition: transform 260ms var(--ease-spatial-settle);
  }

  .choppart-portfolio__link[data-spatial-active="true"]::before,
  .choppart-forged-panel[data-spatial-active="true"]::after {
    opacity: 1;
  }
}

/* Ambient zones receive the same bounded field without moving their controls. */
.choppart-collection,
.choppart-quote,
.choppart-direction,
.choppart-header {
  position: relative;
  isolation: isolate;
}

.choppart-collection::before,
.choppart-quote::before,
.choppart-direction::before,
.choppart-header::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  opacity: var(--pointer-light-opacity);
  transform: translate3d(calc(var(--pointer-shift-x) * -0.45), calc(var(--pointer-shift-y) * -0.45), 0);
  transition: opacity var(--motion-ui) var(--ease-surface-transition), transform var(--motion-spatial) var(--ease-spatial-settle);
}

.choppart-collection::before { background: radial-gradient(ellipse at var(--pointer-x) var(--pointer-y), rgb(213 170 103 / 16%), transparent 42%); }
.choppart-quote::before { background: radial-gradient(ellipse at var(--pointer-x) var(--pointer-y), rgb(213 170 103 / 13%), transparent 38%); }
.choppart-direction::before { background: radial-gradient(ellipse at var(--pointer-x) var(--pointer-y), rgb(207 218 224 / 13%), transparent 40%); }
.choppart-header::before { background: linear-gradient(90deg, transparent, rgb(213 170 103 / 12%), transparent); }

@media (max-width: 600px), (prefers-reduced-motion: reduce) {
  .choppart-collection::before,
  .choppart-quote::before,
  .choppart-direction::before,
  .choppart-header::before { opacity: 0.18; transform: none; }
}

/* Phase 6B.1: immersive signature. The environment is layered without moving
 * reading flow; only the current physical surface receives pointer depth. */
:root {
  --scroll-energy: 0;
  --scroll-direction: 0;
  --scroll-shift-ambient: 0px;
  --scroll-shift-media: 0px;
  --scroll-shift-header: 0px;
  view-transition-name: choppart-page;
}

@view-transition { navigation: auto; }

::view-transition-old(choppart-page) {
  animation: choppart-page-out 220ms cubic-bezier(0.4, 0, 1, 1) both;
}

::view-transition-new(choppart-page) {
  animation: choppart-page-in 340ms var(--ease-spatial-settle) both;
}

@keyframes choppart-page-out {
  to { opacity: 0.82; transform: perspective(1000px) translateZ(-12px); filter: contrast(0.92); }
}

@keyframes choppart-page-in {
  from { opacity: 0.86; transform: perspective(1000px) translateZ(-8px); filter: contrast(0.94); }
}

body::before,
body::after {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
}

body::before {
  z-index: 0;
  opacity: calc(0.3 + var(--pointer-active) * 0.22);
  background:
    linear-gradient(112deg, transparent 12%, rgb(197 155 39 / 5%) 48%, transparent 72%),
    url("../images/textures/brushed-engraved-metal.webp") center / cover;
  mix-blend-mode: soft-light;
  transform: translate3d(calc(var(--pointer-shift-x) * -0.55), calc(var(--pointer-shift-y) * -0.55 + var(--scroll-shift-ambient)), 0);
}

body::after {
  z-index: 0;
  opacity: calc(0.16 + var(--pointer-active) * 0.28);
  background: radial-gradient(ellipse 38vw 56vh at var(--pointer-x) var(--pointer-y), rgb(207 218 224 / 10%), transparent 72%);
  transform: translate3d(calc(var(--pointer-shift-x) * 0.7), calc(var(--pointer-shift-y) * 0.7), 0);
}

.wp-site-blocks { position: relative; z-index: 1; }

/* Mounted header: backplate, seam, stable content and projected CTA. */
.choppart-header {
  perspective: 1100px;
  border-bottom-color: rgb(197 155 39 / 46%);
  background:
    linear-gradient(180deg, rgb(45 47 52 / 42%), rgb(7 7 9 / 94%)),
    url("../images/textures/brushed-engraved-metal.webp") center / cover;
  box-shadow: inset 0 1px 0 rgb(207 218 224 / 18%), inset 0 -2px 0 rgb(0 0 0 / 78%), 0 8px 0 rgb(0 0 0 / 34%), 0 18px 34px rgb(0 0 0 / 34%);
  transform: translate3d(0, var(--scroll-shift-header), 0);
  transform-origin: 50% 0;
}

.choppart-header::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 3px;
  left: 0;
  height: 1px;
  pointer-events: none;
  opacity: calc(0.24 + var(--pointer-active) * 0.48);
  background: linear-gradient(90deg, transparent 4%, rgb(197 155 39 / 32%), rgb(225 181 111 / 78%) var(--pointer-x), rgb(207 218 224 / 22%), transparent 96%);
}

.choppart-header__inner { position: relative; z-index: 2; transform-style: preserve-3d; }

@media (hover: hover) and (pointer: fine) {
  .choppart-header[data-depth-active="true"] {
    transform: perspective(1100px) rotateX(var(--choppart-tilt-x, 0deg)) rotateY(var(--choppart-tilt-y, 0deg)) translate3d(0, var(--scroll-shift-header), 0);
    transition: transform 260ms var(--ease-spatial-settle);
  }

  .choppart-header[data-depth-active="true"] .choppart-header__inner { transform: translateZ(4px); }
  .choppart-header[data-depth-active="true"] .choppart-header__cta { transform: translate3d(calc(var(--choppart-depth-x) * 0.35), calc(var(--choppart-depth-y) * 0.35), 8px); }
  .choppart-header[data-depth-active="true"] .choppart-brand { transform: translateZ(5px); }
  .choppart-header .choppart-navigation { transform: translateZ(4px); }
}

/* Mechanical controls use a base shadow, metal edge, top face and local light. */
:where(.wp-block-button__link, .woocommerce .button, .woocommerce button.button, .woocommerce input.button, .choppart-quote__form button) {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  border: 1px solid rgb(197 155 39 / 54%);
  box-shadow:
    inset 0 1px 0 rgb(255 255 255 / 18%),
    inset 0 -1px 0 rgb(0 0 0 / 72%),
    0 3px 0 #09090b,
    0 5px 11px rgb(0 0 0 / 42%);
  transform: translate3d(0, 0, 0);
  transition: transform 110ms var(--ease-mechanical-press), border-color 150ms ease, box-shadow 110ms var(--ease-mechanical-press), background-color 150ms ease;
}

:where(.wp-block-button__link, .woocommerce .button, .woocommerce button.button, .choppart-quote__form button)::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  opacity: calc(0.22 + var(--pointer-active) * 0.32);
  background: radial-gradient(circle at var(--pointer-x) var(--pointer-y), rgb(237 205 137 / 24%), transparent 44%);
}

@media (hover: hover) and (pointer: fine) {
  [data-spatial-surface="control"][data-depth-active="true"] {
    transform: perspective(500px) rotateX(var(--choppart-tilt-x, 0deg)) rotateY(var(--choppart-tilt-y, 0deg)) translate3d(var(--choppart-depth-x, 0), var(--choppart-depth-y, 0), 0);
  }
}

:where(.wp-block-button__link, .woocommerce .button, .woocommerce button.button, .woocommerce input.button, .choppart-quote__form button):active {
  transform: translate3d(0, 3px, 0);
  box-shadow: inset 0 2px 3px rgb(0 0 0 / 62%), inset 0 -1px 0 rgb(255 255 255 / 7%), 0 0 0 #09090b, 0 1px 3px rgb(0 0 0 / 36%);
}

/* Machined windows keep frame, media and label on distinct physical planes. */
:where(.choppart-forged-panel, .choppart-universe, .choppart-portfolio__link, .woocommerce-product-gallery.images, .woocommerce div.product .summary, .choppart-quote__form) {
  isolation: isolate;
  transform-style: preserve-3d;
}

:where(.choppart-forged-panel, .choppart-universe, .choppart-portfolio__link, .woocommerce-product-gallery.images, .choppart-quote__form)::after {
  content: "";
  position: absolute;
  inset: 5px;
  z-index: 4;
  border: 1px solid rgb(207 218 224 / 13%);
  box-shadow: inset 0 0 0 1px rgb(0 0 0 / 46%);
  pointer-events: none;
  opacity: calc(0.42 + var(--pointer-active) * 0.3);
  background: linear-gradient(112deg, transparent 18%, rgb(213 170 103 / 12%) var(--pointer-x), transparent 68%);
}

.choppart-forged-panel,
.choppart-universe,
.choppart-portfolio__link,
.woocommerce-product-gallery.images,
.choppart-quote__form,
.woocommerce div.product .summary {
  border-color: rgb(163 122 76 / 50%);
  box-shadow: inset 0 1px 0 rgb(207 218 224 / 14%), inset 0 -2px 0 rgb(0 0 0 / 72%), 0 4px 0 rgb(0 0 0 / 48%), 0 18px 38px rgb(0 0 0 / 28%);
}

.woocommerce div.product .summary { position: relative; padding: clamp(1rem, 2vw, 1.5rem); border: 1px solid rgb(163 122 76 / 34%); background: rgb(12 12 14 / 82%); }
.choppart-quote__form { padding: clamp(1rem, 2.5vw, 2rem); border: 1px solid rgb(163 122 76 / 54%); background: linear-gradient(118deg, rgb(38 39 43 / 44%), rgb(10 10 12 / 94%)); }

@media (hover: hover) and (pointer: fine) {
  [data-spatial-surface="window"][data-depth-active="true"] { will-change: transform; }
  .choppart-header[data-depth-active="true"],
  [data-spatial-surface="control"][data-depth-active="true"] { will-change: transform; }

  .choppart-forged-panel[data-depth-active="true"] img,
  .choppart-universe[data-depth-active="true"] img,
  .choppart-portfolio__link[data-depth-active="true"] img,
  .woocommerce-product-gallery.images[data-depth-active="true"] img {
    transform: translate3d(calc(var(--choppart-depth-x) * -0.68), calc(var(--choppart-depth-y) * -0.68 + var(--scroll-shift-media)), 8px) scale(1.018);
  }

  .choppart-universe[data-depth-active="true"] .choppart-universe__body,
  .choppart-portfolio__link[data-depth-active="true"] figcaption,
  .choppart-forged-panel[data-depth-active="true"] .choppart-forged-panel__badge {
    transform: translate3d(calc(var(--choppart-depth-x) * 0.78), calc(var(--choppart-depth-y) * 0.78), 14px);
  }
}

.choppart-hero,
.choppart-universes,
.choppart-portfolio,
.choppart-collection,
.choppart-quote,
.woocommerce-page main {
  position: relative;
  isolation: isolate;
}

:where(.choppart-hero, .choppart-universes, .choppart-portfolio, .choppart-collection, .choppart-quote, .woocommerce-page main)::before {
  background-position: center;
  transform: none;
}

:where(.choppart-hero, .choppart-universes, .choppart-portfolio, .choppart-collection, .choppart-quote, .woocommerce-page main)[data-spatial-near="true"]::before {
  transform: translate3d(calc(var(--pointer-shift-x) * -0.48), calc(var(--pointer-shift-y) * -0.48 + var(--scroll-shift-ambient)), 0);
}

.choppart-portfolio::after,
.choppart-universes::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  opacity: calc(0.12 + var(--pointer-active) * 0.32);
  background: linear-gradient(100deg, transparent 18%, rgb(213 170 103 / 13%) var(--pointer-x), transparent 70%);
  mix-blend-mode: screen;
}

@media (prefers-reduced-motion: reduce) {
  :root { view-transition-name: none; }
  body::before,
  body::after,
  .choppart-header,
  :where(.choppart-hero, .choppart-universes, .choppart-portfolio, .choppart-collection, .choppart-quote, .woocommerce-page main)::before { transform: none; }
}

@media (max-width: 767px), (hover: none), (pointer: coarse) {
  body::before { position: absolute; opacity: 0.26; transform: none; }
  body::after { display: none; }
  .choppart-header { transform: none; box-shadow: inset 0 -2px 0 rgb(0 0 0 / 68%), 0 6px 16px rgb(0 0 0 / 28%); }
  .choppart-forged-panel,
  .choppart-universe,
  .choppart-portfolio__link,
  .woocommerce-product-gallery.images,
  .choppart-quote__form,
  .woocommerce div.product .summary { transform: none; box-shadow: inset 0 1px 0 rgb(207 218 224 / 12%), inset 0 -2px 0 rgb(0 0 0 / 68%), 0 3px 0 rgb(0 0 0 / 42%); }
}

/* Phase 7: premium immersive rebuild. Material hierarchy carries the visual
 * impact; motion reinforces depth without becoming the visual subject. */
:root {
  --choppart-oxblood: #54151b;
  --choppart-forged-red: #7d2028;
  --choppart-smoked-copper: #7f5238;
  --choppart-dirty-bone: #ded8cc;
  --choppart-blue-black: #101820;
  --choppart-titanium: #858b8d;
  --choppart-umber: #3a241c;
  --phase7-cold-edge: rgb(163 183 193 / 36%);
  --phase7-warm-edge: rgb(154 91 58 / 58%);
}

body {
  background:
    linear-gradient(115deg, rgb(7 9 12 / 96%), rgb(15 15 17 / 88%) 58%, rgb(12 9 10 / 94%)),
    url("../images/textures/carbon-paint.webp") center top / min(1180px, 100vw) auto repeat-y,
    var(--choppart-carbon);
}

.choppart-section-title {
  max-width: 12ch;
  color: var(--choppart-dirty-bone);
  font-size: clamp(2.8rem, 6.2vw, 6.6rem);
  letter-spacing: -0.035em;
  line-height: 0.82;
  text-wrap: balance;
}

/* Header signature: a continuous forged assembly, never glass. */
.choppart-header {
  height: 80px;
  overflow: visible;
  border: 0;
  background:
    linear-gradient(90deg, rgb(10 14 18 / 98%), rgb(32 36 40 / 98%) 48%, rgb(13 12 14 / 98%)),
    url("../images/textures/brushed-engraved-metal.webp") center 42% / cover;
  background-blend-mode: multiply, normal;
  box-shadow:
    inset 0 1px 0 rgb(218 231 235 / 14%),
    inset 0 -1px 0 rgb(0 0 0 / 92%),
    0 5px 0 #08090b,
    0 18px 42px rgb(0 0 0 / 48%);
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
}

.choppart-header::before {
  z-index: 0;
  opacity: calc(0.22 + var(--pointer-active) * 0.62);
  background:
    radial-gradient(ellipse 24vw 110px at var(--pointer-x) 35%, rgb(182 201 210 / 20%), transparent 72%),
    linear-gradient(90deg, transparent, rgb(127 82 56 / 15%) var(--pointer-x), transparent);
  mix-blend-mode: screen;
}

.choppart-header::after { bottom: -5px; height: 5px; background: linear-gradient(90deg, #08090b, var(--choppart-smoked-copper) var(--pointer-x), #08090b); opacity: 1; }

.choppart-header__rail { position: absolute; right: 0; left: 0; z-index: 3; height: 1px; pointer-events: none; }
.choppart-header__rail--top { top: 4px; background: linear-gradient(90deg, transparent 3%, rgb(163 183 193 / 32%), transparent 78%); }
.choppart-header__rail--bottom { bottom: 4px; background: linear-gradient(90deg, transparent 4%, rgb(127 82 56 / 38%), rgb(197 155 39 / 42%) var(--pointer-x), transparent 96%); }
.choppart-header__inner { min-height: 80px; }

.choppart-brand { position: relative; min-width: 88px; min-height: 68px; justify-content: center; }
.choppart-brand__mount { position: absolute; inset: 6px 1px; border: 1px solid rgb(163 183 193 / 20%); background: linear-gradient(145deg, rgb(49 54 59 / 72%), rgb(7 8 10 / 94%)); box-shadow: inset 0 1px 0 rgb(255 255 255 / 12%), 0 3px 0 rgb(0 0 0 / 68%); clip-path: polygon(8px 0, 100% 0, 100% calc(100% - 8px), calc(100% - 8px) 100%, 0 100%, 0 8px); }
.choppart-brand img { position: relative; z-index: 1; width: 62px; height: 62px; filter: drop-shadow(0 7px 8px rgb(0 0 0 / 72%)); }

.choppart-navigation { gap: clamp(1rem, 2.2vw, 2.15rem); }
.choppart-navigation a { position: relative; min-height: 48px; color: #d8d5cf; font-size: 0.83rem; letter-spacing: 0.075em; text-decoration: none; }
.choppart-navigation a::after { content: ""; position: absolute; right: 0; bottom: 7px; left: 0; height: 1px; background: var(--choppart-smoked-copper); opacity: 0; transform: scaleX(0.3); transition: opacity 150ms ease, transform 200ms var(--ease-surface-transition); }
.choppart-navigation a:hover::after,
.choppart-navigation a:focus-visible::after,
.choppart-navigation a[aria-current="page"]::after { opacity: 1; transform: scaleX(1); }

.choppart-header__cta .wp-block-button__link { min-width: 176px; min-height: 48px; padding: 0.75rem 1.2rem; background: linear-gradient(180deg, #7e2930 0, #551219 72%, #380b10 100%); border-color: rgb(157 78 83 / 82%); box-shadow: inset 0 1px 0 rgb(255 222 211 / 20%), inset 0 -2px 0 rgb(32 0 4 / 76%), 0 4px 0 #24070a, 0 8px 16px rgb(0 0 0 / 38%); color: #f3e8df; white-space: nowrap; }

/* Hero theatre: full-bleed visual, three pointer planes, stable copy. */
.choppart-hero--phase7 {
  display: grid;
  min-height: calc(100dvh - 80px);
  padding: 0;
  overflow: clip;
  grid-template-columns: minmax(0, 1fr);
  background: var(--choppart-blue-black);
  perspective: 1200px;
}

.choppart-hero--phase7::before {
  inset: 0;
  opacity: 1;
  background:
    linear-gradient(90deg, rgb(5 7 10 / 96%) 0, rgb(5 7 10 / 78%) 34%, rgb(5 7 10 / 18%) 68%, rgb(5 7 10 / 28%) 100%),
    linear-gradient(0deg, rgb(5 6 8 / 74%), transparent 28%);
  transform: none;
}

.choppart-hero--phase7::after { inset: 18px; z-index: 5; border-color: rgb(163 183 193 / 22%); box-shadow: inset 0 0 0 1px rgb(0 0 0 / 56%); }
.choppart-hero__environment,
.choppart-hero__media,
.choppart-hero__frame,
.choppart-hero__content,
.choppart-hero__material-note { grid-area: 1 / 1; }

.choppart-hero__environment { position: absolute; inset: 0; z-index: 0; overflow: hidden; pointer-events: none; }
.choppart-hero__signature { position: absolute; inset: -8%; opacity: 0.42; background: repeating-linear-gradient(118deg, transparent 0 92px, rgb(148 164 171 / 8%) 93px 94px, transparent 95px 186px), radial-gradient(circle at 18% 42%, rgb(84 21 27 / 44%), transparent 28%); transform: translate3d(calc(var(--pointer-shift-x) * -0.7), calc(var(--pointer-shift-y) * -0.7), 0); }
.choppart-hero__light { position: absolute; inset: -15%; opacity: calc(0.48 + var(--pointer-active) * 0.42); background: radial-gradient(ellipse 38vw 70vh at var(--pointer-x) var(--pointer-y), rgb(125 152 165 / 19%), transparent 66%); transform: translate3d(calc(var(--pointer-shift-x) * 0.65), calc(var(--pointer-shift-y) * 0.65), 0); }

.choppart-hero__media { position: absolute; inset: -2.5% -2.5% -4%; z-index: 1; margin: 0; pointer-events: none; transform: translate3d(calc(var(--pointer-shift-x) * 0.42), calc(var(--pointer-shift-y) * 0.28 + var(--scroll-shift-media)), 0) scale(1.04); transform-origin: 70% 55%; transition: transform 320ms var(--ease-spatial-settle); }
.choppart-hero__media img { display: block; width: 100%; height: 100%; object-fit: cover; object-position: center; filter: saturate(0.8) contrast(1.09); }
.choppart-hero__frame { position: absolute; inset: clamp(2rem, 5vw, 5.5rem) clamp(1.5rem, 4vw, 4.5rem); z-index: 3; pointer-events: none; transform: translate3d(calc(var(--pointer-shift-x) * -0.18), calc(var(--pointer-shift-y) * -0.18), 12px); }
.choppart-hero__frame > span { position: absolute; width: clamp(38px, 5vw, 76px); height: clamp(38px, 5vw, 76px); border-color: rgb(190 202 205 / 52%); }
.choppart-hero__frame > span:nth-child(1) { top: 0; left: 0; border-top: 2px solid; border-left: 2px solid; }
.choppart-hero__frame > span:nth-child(2) { top: 0; right: 0; border-top: 2px solid; border-right: 2px solid; }
.choppart-hero__frame > span:nth-child(3) { right: 0; bottom: 0; border-right: 2px solid; border-bottom: 2px solid; }
.choppart-hero__frame > span:nth-child(4) { bottom: 0; left: 0; border-bottom: 2px solid; border-left: 2px solid; }

.choppart-hero__content { position: relative; z-index: 4; width: min(1360px, 92vw); margin: auto; padding: clamp(4rem, 8vh, 7rem) 0; align-self: center; }
.choppart-hero__eyebrow { width: fit-content; margin: 0 0 1.1rem; padding: 0.55rem 0.75rem; border-left: 3px solid var(--choppart-forged-red); background: rgb(8 10 13 / 72%); color: #c7c8c6; font-family: "ChoppArt Condensed", ui-sans-serif, sans-serif; font-size: 0.78rem; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; }
.choppart-hero--phase7 .choppart-hero__title { max-width: 7.2ch; margin: 0; color: #e7e2d9; font-size: clamp(4.8rem, 9.4vw, 9.5rem); letter-spacing: -0.055em; line-height: 0.73; text-shadow: 0 7px 24px rgb(0 0 0 / 64%); }
.choppart-hero--phase7 .choppart-hero__lead { max-width: 31rem; margin: 1.8rem 0 0; color: #c9c7c2; font-size: clamp(1rem, 1.3vw, 1.2rem); line-height: 1.58; text-shadow: 0 2px 10px rgb(0 0 0 / 88%); }
.choppart-hero--phase7 .choppart-hero__actions { margin-top: 1.65rem; }
.choppart-hero--phase7 .wp-block-button__link { min-width: 210px; min-height: 58px; padding: 1rem 1.5rem; background: linear-gradient(180deg, #8d3038, #5b141c 64%, #3d0b11); border-color: #a14e53; box-shadow: inset 0 1px 0 rgb(255 225 211 / 24%), inset 0 -2px 0 rgb(30 0 4 / 78%), 0 6px 0 #28070b, 0 13px 24px rgb(0 0 0 / 52%); font-size: 0.9rem; white-space: nowrap; }
.choppart-hero__material-note { position: absolute; right: clamp(2rem, 5vw, 5.5rem); bottom: clamp(2.1rem, 5vw, 5rem); z-index: 4; margin: 0; padding-top: 0.65rem; border-top: 1px solid rgb(154 91 58 / 66%); color: #b4b3ae; font-size: 0.72rem; letter-spacing: 0.08em; text-transform: uppercase; }

@media (hover: hover) and (pointer: fine) {
  .choppart-hero--phase7[data-depth-active="true"] { transform: none; }
  .choppart-hero--phase7[data-depth-active="true"] .choppart-hero__media { transform: translate3d(calc(var(--choppart-depth-x) * 0.85), calc(var(--choppart-depth-y) * 0.55 + var(--scroll-shift-media)), 22px) scale(1.045); }
  .choppart-hero--phase7[data-depth-active="true"] .choppart-hero__frame { transform: translate3d(calc(var(--choppart-depth-x) * -0.32), calc(var(--choppart-depth-y) * -0.32), 38px) rotateX(calc(var(--choppart-tilt-x) * 0.35)) rotateY(calc(var(--choppart-tilt-y) * 0.35)); }
  .choppart-hero--phase7[data-depth-active="true"] .choppart-hero__content { transform: translate3d(calc(var(--choppart-depth-x) * -0.08), calc(var(--choppart-depth-y) * -0.08), 48px); }
}

/* Distinct section temperatures and densities. */
body.home .choppart-direction,
body.home .choppart-editorial { background: linear-gradient(110deg, #111419, #0d0d0f 62%, #171313); }

body.home .choppart-universes {
  border: 0;
  background:
    linear-gradient(108deg, rgb(10 13 16 / 96%), rgb(49 54 58 / 58%) 52%, rgb(10 10 12 / 94%)),
    url("../images/textures/brushed-engraved-metal.webp") center / cover;
  box-shadow: inset 0 1px 0 var(--phase7-cold-edge), inset 0 -1px 0 rgb(0 0 0 / 82%);
}

body.home .choppart-universe { border: 0; background: #0d1013; box-shadow: 0 18px 42px rgb(0 0 0 / 38%); }
body.home .choppart-universe::after { inset: 0; border: 0; border-top: 1px solid rgb(177 194 201 / 38%); border-bottom: 4px solid #07090a; background: linear-gradient(105deg, transparent 36%, rgb(181 201 209 / 14%) var(--pointer-x), transparent 72%); }
.choppart-universe__body { background: linear-gradient(0deg, rgb(6 8 10 / 98%), rgb(8 10 13 / 82%) 68%, transparent); }

body.home .choppart-portfolio {
  border: 0;
  background:
    linear-gradient(100deg, rgb(8 7 8 / 94%), rgb(42 29 27 / 66%) 54%, rgb(10 10 12 / 94%)),
    url("../images/textures/brushed-engraved-metal.webp") center / cover;
  box-shadow: inset 0 8px 0 rgb(0 0 0 / 38%), inset 0 -1px 0 var(--phase7-warm-edge);
}

body.home .choppart-portfolio__link { border: 0; background: #0b0c0e; box-shadow: 0 5px 0 #070708, 0 24px 56px rgb(0 0 0 / 46%); }
.choppart-portfolio__link::after { inset: 0; border: 0; border-top: 1px solid rgb(154 91 58 / 64%); background: linear-gradient(105deg, transparent 30%, rgb(179 116 73 / 22%) var(--pointer-x), transparent 72%); }
.choppart-portfolio__link figcaption { border-top-color: rgb(127 82 56 / 42%); background: linear-gradient(110deg, #111215, #171110); }

body.home .choppart-collection,
.post-type-archive-product main,
.tax-product_cat main { background: linear-gradient(115deg, #0c1014, #121315 52%, #111012); }

.woocommerce ul.products li.product,
.woocommerce-page .wc-block-product { border: 0; background: #101317; box-shadow: 0 3px 0 #070809, 0 18px 36px rgb(0 0 0 / 32%); }
.woocommerce ul.products li.product::before,
.woocommerce-page .wc-block-product::before { content: ""; position: absolute; inset: 0; z-index: 1; pointer-events: none; border-top: 1px solid rgb(151 169 177 / 28%); box-shadow: inset 0 -1px 0 rgb(0 0 0 / 72%); }
.woocommerce ul.products li.product img,
.woocommerce-page .wc-block-product img { background: #090c0f; }
.woocommerce ul.products li.product .price,
.woocommerce-page .wc-block-product .price { color: #d6bd78; font-variant-numeric: tabular-nums; }

.single-product main { background: linear-gradient(100deg, #090d11 0 54%, #131316 54% 100%); }
.woocommerce-product-gallery.images { border: 0; background: #080b0e; box-shadow: 0 5px 0 #050607, 0 28px 66px rgb(0 0 0 / 52%); }
.woocommerce div.product .summary { border: 0; border-left: 1px solid rgb(133 139 141 / 26%); background: linear-gradient(105deg, rgb(27 28 31 / 94%), rgb(15 15 17 / 98%)); box-shadow: none; }
.woocommerce div.product .product_title { color: var(--choppart-dirty-bone); letter-spacing: -0.025em; }

.choppart-quote {
  background:
    radial-gradient(circle at 12% 30%, rgb(84 21 27 / 54%), transparent 34%),
    linear-gradient(115deg, #160c0f, #0e1115 48%, #171114);
  box-shadow: inset 0 1px 0 rgb(144 70 75 / 28%);
}
.choppart-quote__form { border: 0; border-top: 1px solid rgb(157 78 83 / 56%); background: linear-gradient(120deg, rgb(45 23 27 / 94%), rgb(17 19 23 / 98%) 42%); box-shadow: 0 6px 0 #08090b, 0 28px 66px rgb(0 0 0 / 48%); }
.choppart-quote__form::after { inset: 8px; border-color: rgb(133 139 141 / 17%); background: none; }
.choppart-quote__form input,
.choppart-quote__form select,
.choppart-quote__form textarea { min-height: 48px; border-color: rgb(133 139 141 / 42%); background: #0e1115; color: #ece9e2; }
.choppart-quote__form textarea { min-height: 150px; }
.choppart-quote__form button[type="submit"] { background: linear-gradient(180deg, #873039, #54151b 68%, #330b10); border-color: #9d4e53; }

.choppart-footer { background: linear-gradient(110deg, #0a0a0c, #11100f); box-shadow: inset 0 1px 0 rgb(127 82 56 / 20%); }

/* Assembly choreography differs by object type. */
@media (prefers-reduced-motion: no-preference) {
  html.spatial-reveal-ready [data-spatial-reveal="hero"] { transform: translate3d(18px, 0, 0) scale(0.985); clip-path: inset(0 5% 0 0); }
  html.spatial-reveal-ready [data-spatial-reveal="hero"].is-spatial-visible { transform: none; clip-path: inset(0); }
  html.spatial-reveal-ready [data-spatial-reveal="steel"] { transform: translate3d(0, 24px, 0) rotateX(1.8deg); transform-origin: 50% 100%; }
  html.spatial-reveal-ready [data-spatial-reveal="steel"].is-spatial-visible { transform: none; }
  html.spatial-reveal-ready [data-spatial-reveal="portfolio"] { transform: translate3d(0, 30px, 0) scale(0.975); clip-path: inset(8% 0 0); }
  html.spatial-reveal-ready [data-spatial-reveal="portfolio"].is-spatial-visible { transform: none; clip-path: inset(0); }
  html.spatial-reveal-ready [data-spatial-reveal="commerce"] { transform: translate3d(0, 18px, 0) scale(0.99); }
  html.spatial-reveal-ready [data-spatial-reveal="commerce"].is-spatial-visible { transform: none; }
  html.spatial-reveal-ready [data-spatial-reveal="frame"] { transform: translate3d(20px, 0, 0); clip-path: inset(0 0 0 5%); }
  html.spatial-reveal-ready [data-spatial-reveal="frame"].is-spatial-visible { transform: none; clip-path: inset(0); }
  html.spatial-reveal-ready [data-spatial-reveal="editorial"] { transform: translate3d(0, 12px, 0); }
  html.spatial-reveal-ready [data-spatial-reveal="editorial"].is-spatial-visible { transform: none; }
}

@media (max-width: 1023px) {
  .choppart-header__cta { display: none; }
  .choppart-hero--phase7 .choppart-hero__title { font-size: clamp(4rem, 12vw, 7.2rem); }
  .choppart-hero__media { inset: 0 -16% 0 -2%; }
  .choppart-hero__media img { object-position: 62% center; }
  .single-product main { background: #0d1013; }
}

@media (max-width: 767px) {
  .choppart-header { height: 72px; }
  .choppart-header__inner { min-height: 72px; }
  .choppart-brand { min-width: 74px; min-height: 62px; }
  .choppart-brand img { width: 56px; height: 56px; }
  .wp-site-blocks { padding-top: 72px; }
  .choppart-hero--phase7 { min-height: min(820px, calc(100dvh - 72px)); }
  .choppart-hero--phase7::before { background: linear-gradient(0deg, rgb(5 7 10 / 96%) 0 30%, rgb(5 7 10 / 38%) 70%, rgb(5 7 10 / 26%)); }
  .choppart-hero--phase7::after { inset: 10px; }
  .choppart-hero__media { inset: 0 -42% 22% -32%; transform: none; }
  .choppart-hero__media img { object-position: 68% center; }
  .choppart-hero__environment { display: block; }
  .choppart-hero__signature { opacity: 0.26; transform: none; }
  .choppart-hero__light { display: none; }
  .choppart-hero__frame { inset: 18px; transform: none; }
  .choppart-hero__content { width: min(100% - 40px, 560px); margin: auto auto 0; padding: 0 0 3.2rem; align-self: end; }
  .choppart-hero--phase7 .choppart-hero__title { max-width: 7ch; font-size: clamp(3.85rem, 18vw, 5.6rem); line-height: 0.76; }
  .choppart-hero--phase7 .choppart-hero__lead { max-width: 31ch; margin-top: 1rem; font-size: 1rem; }
  .choppart-hero__eyebrow { margin-bottom: 0.8rem; }
  .choppart-hero__material-note { display: none; }
  .choppart-hero--phase7 .wp-block-button,
  .choppart-hero--phase7 .wp-block-button__link { width: 100%; }
  .choppart-section-title { max-width: 9ch; font-size: clamp(3rem, 16vw, 4.7rem); line-height: 0.84; }
  body.home .choppart-universe,
  body.home .choppart-portfolio__link,
  .woocommerce ul.products li.product,
  .woocommerce-page .wc-block-product { box-shadow: 0 4px 0 #070809, 0 14px 28px rgb(0 0 0 / 34%); }
  .choppart-quote { background: radial-gradient(circle at 15% 12%, rgb(84 21 27 / 58%), transparent 31%), #0e1115; }
  .choppart-quote__form { padding: 1rem; box-shadow: 0 5px 0 #08090b, 0 18px 36px rgb(0 0 0 / 42%); }
}

@media (prefers-reduced-motion: reduce) {
  .choppart-hero__signature,
  .choppart-hero__light,
  .choppart-hero__media,
  .choppart-hero__frame,
  .choppart-hero__content { transform: none !important; }
}

/* Phase 8 Experience OS. The visible system is built from material temperature,
 * authored marks, image theatre and selective response, not repeated card tilt. */
:root {
  --experience-bone: #e8e0d3;
  --experience-iron: #222a30;
  --experience-blue: #13212a;
  --experience-copper: #975d3d;
  --experience-red: #721c25;
  --experience-gold: #c6a24c;
}

body::before {
  opacity: calc(0.38 + var(--pointer-active) * 0.28);
  background:
    repeating-linear-gradient(118deg, transparent 0 112px, rgb(166 188 196 / 4%) 113px 114px, transparent 115px 228px),
    linear-gradient(105deg, rgb(151 91 58 / 6%), transparent 35%, rgb(112 139 151 / 6%) 72%, transparent),
    url("../images/textures/brushed-engraved-metal.webp") center / cover;
}

/* A mounted navigation assembly with one authored engraving field. */
.choppart-header {
  background:
    linear-gradient(90deg, rgb(6 9 12 / 99%), rgb(35 42 47 / 97%) 47%, rgb(13 10 12 / 99%)),
    url("../images/textures/phase-7-engraved-signature.svg") 72% 48% / 480px auto no-repeat,
    url("../images/textures/brushed-engraved-metal.webp") center / cover;
  background-blend-mode: normal, screen, multiply;
}

.choppart-header__inner::before {
  content: "CA / CUSTOM FABRICATION";
  position: absolute;
  bottom: 5px;
  left: 108px;
  color: rgb(193 205 207 / 40%);
  font-size: 0.56rem;
  letter-spacing: 0.18em;
  pointer-events: none;
}

.choppart-header__inner::after {
  content: "";
  position: absolute;
  top: 10px;
  right: 205px;
  width: 42px;
  height: 9px;
  border-block: 1px solid rgb(151 91 58 / 58%);
  background: repeating-linear-gradient(90deg, transparent 0 5px, rgb(211 220 220 / 38%) 6px 7px);
  pointer-events: none;
}

/* The Hero photograph remains the LCP and complete fallback. WebGL only adds
 * a responsive engraved transformation field over its right-hand material. */
.choppart-hero__webgl {
  position: absolute;
  inset: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  opacity: 0;
  pointer-events: none;
  mix-blend-mode: screen;
  transition: opacity 420ms ease;
}

.choppart-hero--phase7.has-experience-webgl .choppart-hero__webgl { opacity: 0.92; }
.choppart-hero--phase7::before {
  z-index: 2;
  background:
    linear-gradient(90deg, rgb(4 6 9 / 98%) 0, rgb(4 6 9 / 88%) 31%, rgb(4 6 9 / 18%) 63%, rgb(7 7 9 / 34%) 100%),
    linear-gradient(0deg, rgb(4 5 7 / 84%), transparent 34%),
    radial-gradient(circle at 72% 52%, transparent 0 18%, rgb(84 21 27 / 16%) 44%, transparent 68%);
}

.choppart-hero__signature {
  opacity: 0.62;
  background:
    url("../images/textures/phase-7-engraved-signature.svg") 78% 46% / min(58vw, 860px) auto no-repeat,
    repeating-linear-gradient(118deg, transparent 0 92px, rgb(148 164 171 / 8%) 93px 94px, transparent 95px 186px),
    radial-gradient(circle at 18% 42%, rgb(84 21 27 / 44%), transparent 28%);
}

.choppart-hero__content::before {
  content: "ONE-OFF / 33.5731 N / 7.5898 W";
  display: block;
  width: fit-content;
  margin-bottom: 0.8rem;
  color: rgb(197 206 207 / 54%);
  font-size: 0.58rem;
  letter-spacing: 0.2em;
}

.choppart-hero--phase7 .choppart-hero__title {
  max-width: 8.2ch;
  background: linear-gradient(180deg, #f0e9dd, #c9c2b8 72%, #8f9494);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
}

.choppart-hero__material-note { display: grid; gap: 0.4rem; min-width: 220px; }
.choppart-hero__material-note::after { content: "01  /  CHOPP'ARTS"; color: rgb(205 166 95 / 72%); font-size: 0.58rem; letter-spacing: 0.2em; }

/* Three physical control families: project, commerce and discovery. */
.is-style-choppart-hot .wp-block-button__link,
.choppart-quote__form button[type="submit"],
.choppart-header__cta .wp-block-button__link {
  border-color: #a6555c;
  background: linear-gradient(180deg, #9a3a43 0, var(--experience-red) 18%, #501018 78%, #31080d 100%);
  box-shadow: inset 0 1px 0 rgb(255 229 218 / 27%), inset 0 -3px 0 rgb(31 0 4 / 78%), 0 5px 0 #26070a, 0 11px 22px rgb(0 0 0 / 46%);
}

.woocommerce .button,
.woocommerce button.button,
.woocommerce input.button,
.wp-block-button:not(.is-style-choppart-hot):not(.is-style-choppart-steel) .wp-block-button__link {
  border-color: #cfad5e;
  background: linear-gradient(180deg, #d5b766, var(--experience-gold) 48%, #8f6b23 100%);
  box-shadow: inset 0 1px 0 rgb(255 247 205 / 55%), inset 0 -3px 0 rgb(73 44 7 / 52%), 0 4px 0 #3b2a0b, 0 10px 20px rgb(0 0 0 / 40%);
  color: #11100d;
}

.is-style-choppart-steel .wp-block-button__link,
.choppart-shop-categories a {
  border-color: rgb(153 176 185 / 62%);
  background: linear-gradient(180deg, #45525a, #252e34 56%, #151a1e);
  box-shadow: inset 0 1px 0 rgb(226 239 241 / 24%), inset 0 -2px 0 rgb(0 0 0 / 72%), 0 3px 0 #090b0d, 0 8px 18px rgb(0 0 0 / 36%);
  color: var(--experience-bone);
}

:where(.wp-block-button__link, .woocommerce .button, .woocommerce button.button, .woocommerce input.button, .choppart-quote__form button)::after {
  content: "";
  position: absolute;
  inset: 4px;
  z-index: -1;
  border: 1px solid rgb(255 255 255 / 8%);
  border-bottom-color: rgb(0 0 0 / 35%);
  pointer-events: none;
}

/* Internal experience chapters. The first screen carries a large material
 * portrait so universe pages never collapse into text on a generic shell. */
.choppart-shell { position: relative; isolation: isolate; overflow: clip; }
.choppart-shell > .wp-block-post-title {
  position: relative;
  z-index: 2;
  max-width: 10ch;
  min-height: clamp(260px, 38vw, 500px);
  margin-top: 0;
  padding-top: clamp(5rem, 12vw, 9rem);
  color: var(--experience-bone);
  letter-spacing: -0.045em;
  line-height: 0.82;
  text-shadow: 0 8px 30px rgb(0 0 0 / 78%);
}

.choppart-shell > .wp-block-post-title::before {
  content: "CHOPP'ARTS / CUSTOM MATERIAL";
  display: block;
  margin-bottom: 1rem;
  color: #c39a73;
  font-family: ui-monospace, monospace;
  font-size: 0.62rem;
  letter-spacing: 0.18em;
}

.choppart-surface--hybrid .choppart-shell::before,
.choppart-surface--body-parts .choppart-shell::before,
.choppart-surface--engraving-metal .choppart-shell::before,
.choppart-surface--helmet-art .choppart-shell::before,
.choppart-surface--pure-leather .choppart-shell::before,
.choppart-surface--textile .choppart-shell::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  z-index: 0;
  width: min(62vw, 980px);
  height: clamp(380px, 52vw, 720px);
  background-position: center;
  background-size: cover;
  clip-path: polygon(18% 0, 100% 0, 100% 100%, 0 86%);
  opacity: 0.82;
  filter: saturate(0.72) contrast(1.12);
  pointer-events: none;
  transform: translate3d(calc(var(--pointer-shift-x) * 0.24), calc(var(--pointer-shift-y) * 0.18), 0);
}

.choppart-surface--hybrid .choppart-shell::before { background-image: linear-gradient(90deg, #0b0d10, transparent 54%), url("../images/hero/v7-custom-build.webp"); }
.choppart-surface--body-parts .choppart-shell::before { background-image: linear-gradient(90deg, #0c1014, transparent 52%), url("../images/universes/body-parts.webp"); }
.choppart-surface--engraving-metal .choppart-shell::before { background-image: linear-gradient(90deg, #0c1014, transparent 52%), url("../images/universes/engraving-metal.webp"); }
.choppart-surface--helmet-art .choppart-shell::before { background-image: linear-gradient(90deg, #0c1014, transparent 52%), url("../images/universes/helmet-art.webp"); }
.choppart-surface--pure-leather .choppart-shell::before { background-image: linear-gradient(90deg, #120f0e, transparent 52%), url("../images/universes/pure-leather.webp"); }
.choppart-surface--textile .choppart-shell::before { background-image: linear-gradient(90deg, #0c1014, transparent 52%), url("../images/universes/textile.webp"); }

.choppart-universe-page { position: relative; z-index: 1; padding-top: 0; }
.choppart-universe-page__lead { max-width: 48ch !important; margin-left: clamp(0rem, 8vw, 7rem) !important; padding: 1.2rem 0 1.2rem 1.5rem; border-left: 3px solid var(--experience-copper); color: var(--experience-bone) !important; }
.choppart-universe-page__details { align-items: start; grid-template-columns: 1.15fr 0.85fr !important; gap: clamp(1rem, 4vw, 4rem); }
.choppart-universe-page__details section { position: relative; min-height: 220px; padding: clamp(1.5rem, 4vw, 3rem); border: 0; border-top: 1px solid rgb(168 186 192 / 36%); background: linear-gradient(125deg, rgb(37 45 50 / 72%), rgb(10 12 15 / 92%)); box-shadow: 0 5px 0 #07090b, 0 22px 50px rgb(0 0 0 / 38%); }
.choppart-universe-page__details section:nth-child(2n) { margin-top: clamp(2rem, 7vw, 7rem); background: linear-gradient(125deg, rgb(44 26 23 / 75%), rgb(12 12 14 / 94%)); }
.choppart-universe-page__details section::before { content: ""; position: absolute; top: 14px; right: 14px; width: 32px; height: 12px; border-block: 1px solid rgb(191 151 107 / 52%); background: repeating-linear-gradient(90deg, transparent 0 4px, rgb(191 151 107 / 48%) 5px 6px); }

/* Showroom, product theatre and project dossier share the OS but keep distinct
 * priorities: image desire, product clarity, then project intent. */
.woocommerce-shop main::before,
.tax-product_cat main::before {
  content: "SHOWROOM / LIMITED SERIES";
  display: block;
  padding: clamp(4rem, 8vw, 7rem) 0 1rem;
  border-bottom: 1px solid rgb(160 181 188 / 30%);
  color: #bf956f;
  font-size: 0.66rem;
  letter-spacing: 0.22em;
}

.woocommerce-products-header { position: relative; padding-block: 1.5rem 2.5rem; }
.woocommerce-products-header::after { content: ""; position: absolute; right: 0; bottom: 0; width: min(48%, 420px); height: 1px; background: linear-gradient(90deg, transparent, var(--experience-gold)); }
.woocommerce ul.products { gap: clamp(1rem, 2.4vw, 2rem); }
.woocommerce ul.products li.product:nth-child(4n + 1) { grid-column: span 2; }
.woocommerce ul.products li.product:nth-child(4n + 1) a img { aspect-ratio: 2 / 1; }
.woocommerce ul.products li.product { position: relative; overflow: hidden; }
.woocommerce ul.products li.product::after { content: "SERIES / CHOPP'ARTS"; position: absolute; top: 0.8rem; right: 0.8rem; z-index: 2; padding: 0.35rem 0.5rem; background: rgb(7 9 11 / 74%); color: rgb(224 217 204 / 68%); font-size: 0.52rem; letter-spacing: 0.13em; pointer-events: none; }

.single-product main::before { content: "PRODUCT THEATRE / CRAFTED EDITION"; display: block; padding: clamp(4rem, 8vw, 7rem) 0 1rem; color: #bf956f; font-size: 0.64rem; letter-spacing: 0.2em; }
.single-product .product { display: grid; grid-template-columns: minmax(0, 1.25fr) minmax(320px, 0.75fr); gap: clamp(2rem, 6vw, 6rem); align-items: start; }
.single-product .woocommerce-product-gallery.images,
.single-product .summary { float: none !important; width: auto !important; }
.woocommerce-product-gallery.images { padding: clamp(0.65rem, 1.5vw, 1rem); }
.woocommerce div.product .summary { position: sticky; top: 120px; }

.choppart-quote-page::before { content: ""; position: absolute; inset: 0 0 auto; height: min(720px, 72vh); z-index: 0; background: radial-gradient(circle at 20% 24%, rgb(114 28 37 / 55%), transparent 36%), url("../images/textures/phase-7-engraved-signature.svg") 90% 12% / min(62vw, 820px) auto no-repeat, linear-gradient(112deg, #1c0c10, #0b1116 62%); pointer-events: none; }
.choppart-quote-page > * { position: relative; z-index: 1; }
.choppart-quote-page .choppart-context-nav { border-bottom-color: rgb(150 76 82 / 46%); }
.choppart-quote-page .choppart-quote { background: transparent; }
.choppart-quote__layout > .wp-block-column:first-child::before { content: "PROJECT DOSSIER / INTAKE"; display: block; margin-bottom: 1rem; color: #ce9699; font-size: 0.62rem; letter-spacing: 0.2em; }
.choppart-quote__form::before { content: "BUILD BRIEF / SECURE TRANSMISSION"; position: static; display: block; margin-bottom: 1.5rem; color: rgb(211 192 183 / 58%); font-size: 0.58rem; letter-spacing: 0.16em; opacity: 1; background: none; transform: none; }

@media (hover: hover) and (pointer: fine) {
  .woocommerce ul.products li.product:hover img { transform: translate3d(0, -5px, 0) scale(1.018); }
  .woocommerce ul.products li.product img { transition: transform 280ms var(--ease-spatial-settle); }
}

@media (max-width: 1023px) {
  .choppart-header__inner::before,
  .choppart-header__inner::after { display: none; }
  .woocommerce ul.products li.product:nth-child(4n + 1) { grid-column: auto; }
  .woocommerce ul.products li.product:nth-child(4n + 1) a img { aspect-ratio: 1 / 1; }
  .single-product .product { grid-template-columns: minmax(0, 1fr); }
  .woocommerce div.product .summary { position: relative; top: auto; }
}

@media (max-width: 767px), (hover: none), (pointer: coarse) {
  .choppart-hero__webgl { display: none; }
  .choppart-hero__content::before { font-size: 0.52rem; letter-spacing: 0.14em; }
  .choppart-shell > .wp-block-post-title { min-height: 340px; padding-top: 5rem; font-size: clamp(3.2rem, 17vw, 5rem); }
  .choppart-surface--hybrid .choppart-shell::before,
  .choppart-surface--body-parts .choppart-shell::before,
  .choppart-surface--engraving-metal .choppart-shell::before,
  .choppart-surface--helmet-art .choppart-shell::before,
  .choppart-surface--pure-leather .choppart-shell::before,
  .choppart-surface--textile .choppart-shell::before { width: 100%; height: 420px; clip-path: polygon(0 0, 100% 0, 100% 82%, 0 100%); opacity: 0.58; transform: none; }
  .choppart-universe-page__lead { margin-left: 0 !important; }
  .choppart-universe-page__details { grid-template-columns: minmax(0, 1fr) !important; }
  .choppart-universe-page__details section:nth-child(2n) { margin-top: 0; }
  .woocommerce-shop main::before,
  .tax-product_cat main::before,
  .single-product main::before { padding-top: 3rem; }
  .woocommerce ul.products li.product::after { display: none; }
}

@media (prefers-reduced-motion: reduce) {
  .choppart-hero__webgl { display: none; }
  .choppart-surface--hybrid .choppart-shell::before,
  .choppart-surface--body-parts .choppart-shell::before,
  .choppart-surface--engraving-metal .choppart-shell::before,
  .choppart-surface--helmet-art .choppart-shell::before,
  .choppart-surface--pure-leather .choppart-shell::before,
  .choppart-surface--textile .choppart-shell::before { transform: none; }
}

/* Phase 8 Pass 2: stronger authored composition, without increasing rotation. */
body.home .choppart-universes,
body.home .choppart-portfolio,
body.home .choppart-editorial,
.choppart-quote {
  clip-path: polygon(0 0, 68% 0, calc(68% + 34px) 18px, 100% 18px, 100% 100%, 32% 100%, calc(32% - 34px) calc(100% - 18px), 0 calc(100% - 18px));
}

.choppart-custom-works__grid { grid-template-columns: repeat(12, minmax(0, 1fr)); gap: clamp(0.85rem, 2vw, 1.5rem); }
.choppart-custom-works__grid .choppart-universe { grid-column: span 5; min-height: clamp(360px, 42vw, 620px); }
.choppart-custom-works__grid .choppart-universe:nth-child(2),
.choppart-custom-works__grid .choppart-universe:nth-child(3) { grid-column: span 7; }
.choppart-custom-works__grid .choppart-universe:nth-child(2) { min-height: clamp(430px, 48vw, 700px); margin-top: clamp(3rem, 8vw, 8rem); }
.choppart-custom-works__grid .choppart-universe:nth-child(4) { margin-top: clamp(-2rem, -3vw, -4rem); }
.choppart-custom-works__grid .choppart-universe__body { max-width: min(88%, 34rem); padding: clamp(1.25rem, 3vw, 2.5rem); }
.choppart-custom-works__grid .choppart-universe__body strong { max-width: 10ch; font-size: clamp(2rem, 4vw, 4.4rem); line-height: 0.88; }

.choppart-editorial__feature { gap: clamp(2rem, 7vw, 8rem); }
.choppart-editorial__image { position: relative; margin: 0; padding: clamp(0.55rem, 1vw, 0.9rem); background: linear-gradient(145deg, #30383d, #080a0c); box-shadow: 0 7px 0 #07090a, 0 30px 70px rgb(0 0 0 / 46%); transform: rotate(-1.4deg); }
.choppart-editorial__image::before { content: "ENGRAVING / HAND FINISH"; position: absolute; top: 1.3rem; left: 1.3rem; z-index: 2; padding: 0.45rem 0.55rem; background: rgb(7 9 11 / 76%); color: #d2b18e; font-size: 0.55rem; letter-spacing: 0.16em; }
.choppart-editorial__image img { display: block; width: 100%; filter: saturate(0.68) contrast(1.13); }
.choppart-process { border-top: 1px solid rgb(151 91 58 / 42%); }
.choppart-process__step { position: relative; padding-top: 2rem; }
.choppart-process__step strong { color: #c78e70; font-size: 0.62rem; letter-spacing: 0.16em; text-transform: uppercase; }

.choppart-portfolio__link:nth-child(2n) { margin-top: clamp(2rem, 6vw, 6rem); }
.choppart-portfolio__link img { filter: saturate(0.72) contrast(1.1); }
.choppart-portfolio__link:nth-child(3n) img { filter: saturate(0.6) sepia(0.1) contrast(1.13); }

@media (max-width: 767px) {
  body.home .choppart-universes,
  body.home .choppart-portfolio,
  body.home .choppart-editorial,
  .choppart-quote { clip-path: polygon(0 0, 72% 0, calc(72% + 18px) 10px, 100% 10px, 100% 100%, 0 100%); }
  .choppart-custom-works__grid { grid-template-columns: minmax(0, 1fr); }
  .choppart-custom-works__grid .choppart-universe,
  .choppart-custom-works__grid .choppart-universe:nth-child(2),
  .choppart-custom-works__grid .choppart-universe:nth-child(3) { grid-column: auto; min-height: clamp(350px, 112vw, 520px); margin-top: 0; }
  .choppart-custom-works__grid .choppart-universe:nth-child(2n) { margin-left: 1rem; }
  .choppart-custom-works__grid .choppart-universe:nth-child(2n + 1) { margin-right: 1rem; }
  .choppart-custom-works__grid .choppart-universe__body strong { font-size: clamp(2.5rem, 12vw, 4rem); }
  .choppart-editorial__image { transform: rotate(-0.7deg); }
  .choppart-portfolio__link:nth-child(2n) { margin-top: 0; }
}

@media (prefers-reduced-motion: reduce) {
  .choppart-editorial__image { transform: none; }
}
